Last active
October 3, 2017 14:29
-
-
Save tkphd/797ce91f510f035662423c78f48a7cae to your computer and use it in GitHub Desktop.
Beamer advert for CHiMaD Phase Field community
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.aux | |
*.log | |
*.nav | |
*.out | |
*.snm | |
*.toc | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: chimad_slide.tex | |
pdflatex -interaction=nonstopmode $< -o chimad_slide.pdf | |
clean: | |
rm -f *.aux *.log *.nav *.out *.snm *.toc | |
cleanall: clean | |
rm -f chimad_slide.pdf |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment