emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Change font size temporarily for pdf export


From: Shiyuan
Subject: [O] Change font size temporarily for pdf export
Date: Sat, 28 Jun 2014 23:09:47 -0700

Hi, 
   When a src code block is exported to latex-pdf, the src lines sometimes are too long to fit in a pdf line. One easy way to handle this problem I can think of is to temporarily change font size. What is the best way to do that in org model?  Say that if I have two src blocks, I want the first code block to be typeset in scriptsize but the second block typeset in normalsize . 

#+BEGIN_SRC R
print("This block in scriptsize")
......
#+END

#+BEGIN_SRC R
print("This block back to normalsize")
......
#+END

Thanks. 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]