Skip to content

Commit

Permalink
copy of core.ott to start work on mucore paper type system
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSewell committed Apr 19, 2021
1 parent a9b9eef commit a176d20
Show file tree
Hide file tree
Showing 2 changed files with 685 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cn_ott/Makefile
@@ -0,0 +1,13 @@
all:
ott -o mucore.lem -o mucore.tex mucore.ott
ott -o mucore-inc.tex -tex_wrap false mucore.ott
pdflatex mucore.tex

clean:
rm -rf *~
rm -rf mucore.aux
rm -rf mucore-inc.tex
rm -rf mucore.lem
rm -rf mucore.log
rm -rf mucore.pdf
rm -rf mucore.tex

0 comments on commit a176d20

Please sign in to comment.