mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
tutorial exercises; put libdir in place in GF/src
This commit is contained in:
@@ -44,6 +44,7 @@ main = do
|
||||
space
|
||||
let format = if isLatex then "tex" else "html"
|
||||
system $ "txt2tags -t" ++ format ++ " --toc " ++ synopsis
|
||||
if isLatex then (system $ "pdflatex synopsis.tex") >> return () else return ()
|
||||
|
||||
getCats isLatex isBeg file = do
|
||||
ss <- readFile file >>= return . lines
|
||||
|
||||
Reference in New Issue
Block a user