diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-20 19:13:47 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-20 19:13:47 -0800 |
commit | f519f0a1ad51a1757a00f4afffd26ce7196430c1 (patch) | |
tree | 63bca017cb6347eaedfa392574703c8a08ac038d /src/Text/Pandoc/PDF.hs | |
parent | c9c78344b1d798abd77a4ec65a5b7d1c0ec4c6e9 (diff) | |
download | pandoc-f519f0a1ad51a1757a00f4afffd26ce7196430c1.tar.gz |
PDF: Export TeXProgram type.
Diffstat (limited to 'src/Text/Pandoc/PDF.hs')
-rw-r--r-- | src/Text/Pandoc/PDF.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/PDF.hs b/src/Text/Pandoc/PDF.hs index f534aca25..defe70181 100644 --- a/src/Text/Pandoc/PDF.hs +++ b/src/Text/Pandoc/PDF.hs @@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Conversion of LaTeX documents to PDF. -} -module Text.Pandoc.PDF ( tex2pdf ) where +module Text.Pandoc.PDF ( TeXProgram(..), tex2pdf ) where import System.IO.Temp import Data.Char (toLower) |