| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Cake.Tex
- _mpost :: String -> Act ()
 - _pdflatex :: String -> Act ()
 - _xelatex :: String -> Act ()
 - _bibtex :: String -> Act ()
 - pandoc :: FilePath -> [Char] -> [String] -> Act ()
 - graphviz :: String -> FilePath -> String -> [String] -> Act ()
 - argsOf :: [Char] -> [[Char]] -> [[Char]]
 - getBibFiles :: String -> Act Answer
 - includedTex :: String -> [String]
 - includedLhs :: String -> [[Char]]
 - pdflatexBibtex :: FilePath -> Act ()
 - _lhs2TeX :: String -> String -> Act ()
 - lhs2tex :: [Char] -> Act ()
 
Documentation
getBibFiles :: String -> Act Answer Source
Find the bib files used in a tex file
includedTex :: String -> [String] Source
includedLhs :: String -> [[Char]] Source
pdflatexBibtex :: FilePath -> Act () Source