Skip to content

Commit

Permalink
added the manuscript
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Oct 14, 2022
1 parent 67ff100 commit 5f5fb2b
Show file tree
Hide file tree
Showing 6 changed files with 3,985 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tex/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.SUFFIXES: .gp .tex .eps .pdf .eps.gz

.eps.pdf:
epstopdf --outfile $@ $<

.eps.gz.pdf:
gzip -dc $< | epstopdf --filter > $@

.pdf.eps:
pdftops -eps $< $@

all:miniprot.pdf

miniprot.pdf:miniprot.tex miniprot.bib
pdflatex miniprot; bibtex miniprot; pdflatex miniprot; pdflatex miniprot;

clean:
rm -fr *.toc *.aux *.bbl *.blg *.idx *.log *.out *~ miniprot.pdf
Loading

0 comments on commit 5f5fb2b

Please sign in to comment.