pdf files have meaningful name now not just paper.pdf
This commit is contained in:
parent
f26d9336a1
commit
bde8225e76
@ -8,7 +8,8 @@ paper: paper.tex component_failure_modes_definition_paper.tex
|
|||||||
#latex paper.tex
|
#latex paper.tex
|
||||||
#dvipdf paper pdflatex cannot use eps ffs
|
#dvipdf paper pdflatex cannot use eps ffs
|
||||||
pdflatex paper.tex
|
pdflatex paper.tex
|
||||||
okular paper.pdf
|
mv paper.pdf component_failure_modes_definition_paper.pdf
|
||||||
|
okular component_failure_modes_definition_paper.pdf
|
||||||
|
|
||||||
|
|
||||||
# Remove the need for referncing graphics in subdirectories
|
# Remove the need for referncing graphics in subdirectories
|
||||||
|
@ -8,7 +8,8 @@ paper: paper.tex fzd_paper.tex
|
|||||||
#latex paper.tex
|
#latex paper.tex
|
||||||
#dvipdf paper pdflatex cannot use eps ffs
|
#dvipdf paper pdflatex cannot use eps ffs
|
||||||
pdflatex paper.tex
|
pdflatex paper.tex
|
||||||
okular paper.pdf
|
mv paper.pdf fzd_paper.pdf
|
||||||
|
okular fzd_paper.pdf
|
||||||
|
|
||||||
|
|
||||||
# Remove the need for referncing graphics in subdirectories
|
# Remove the need for referncing graphics in subdirectories
|
||||||
|
@ -8,7 +8,8 @@ paper: paper.tex logic_diagram_paper.tex
|
|||||||
#latex paper.tex
|
#latex paper.tex
|
||||||
#dvipdf paper pdflatex cannot use eps ffs
|
#dvipdf paper pdflatex cannot use eps ffs
|
||||||
pdflatex paper.tex
|
pdflatex paper.tex
|
||||||
okular paper.pdf
|
mv paper.pdf logic_diagram_paper.pdf
|
||||||
|
okular logic_diagram_paper.pdf
|
||||||
|
|
||||||
|
|
||||||
# Remove the need for referncing graphics in subdirectories
|
# Remove the need for referncing graphics in subdirectories
|
||||||
|
Loading…
Reference in New Issue
Block a user