Skip to content

Instantly share code, notes, and snippets.

@tkphd
Last active October 3, 2017 14:29
Show Gist options
  • Save tkphd/797ce91f510f035662423c78f48a7cae to your computer and use it in GitHub Desktop.
Save tkphd/797ce91f510f035662423c78f48a7cae to your computer and use it in GitHub Desktop.
Beamer advert for CHiMaD Phase Field community
*.aux
*.log
*.nav
*.out
*.pdf
*.snm
*.toc
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
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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