[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Controlling float position in LaTeX export
From: |
Manish |
Subject: |
[Orgmode] Controlling float position in LaTeX export |
Date: |
Mon, 19 Jan 2009 21:40:29 +0530 |
Hello,
A figure is exported to LaTeX with markup like below.
,----
| \begin{figure}[htb]
| \centerline{\includegraphics[scale=0.8]{./time-series.png}}
| \caption{\label{fig:bt}Weekly Business Transaction over Past Two Years}
| \end{figure}
`----
How can I replace [htb] with [H] (during the export itself?) It is
required by "float" package to ensure that floats appear where I want
them to appear. Is there an option that controls that?
Thanks,
--
Manish
- [Orgmode] Controlling float position in LaTeX export,
Manish <=