Update README.md

This commit is contained in:
Sergey Goncharov 2023-04-25 14:23:33 +00:00
parent c9ab83c80f
commit 5e9101e78d

View File

@ -8,20 +8,13 @@ add 'SRCNAME=<name-of-root-file>' before the include command.
== Quick summary of commands ==
make (=make pdf) - complies .pdf from the root file
..
make <filename> - tries to achieve <filename> in a suitable way, e.g. if <filename>=foo.pdf it will try
<------>to compile foo.tex in order to get it no matter what 'foo' is.
make clean - removes all target files obtained by latex in one round.
.
make cleanall - removes all target files.
.
make up - uploads the compiled .pdf and .ps files on the server to the current user's directory under the.
<------>same name unless overridden by $EXTNAME variable.
.
make show - shows the compiled .dvi in xdvi
make bibtex - runs bibtex for all .bib files of the current directory
make bibtool - normalizes the the .bib files by calling bibtool with the settings given in bibtool.rc
- make (=make pdf) - complies .pdf from the root file
- make <filename> - tries to achieve <filename> in a suitable way, e.g. if <filename>=foo.pdf it will try
to compile foo.tex in order to get it no matter what 'foo' is.
- make clean - removes all target files obtained by latex in one round.
- make cleanall - removes all target files.
- make up - uploads the compiled .pdf and .ps files on the server to the current user's directory under t
same name unless overridden by $EXTNAME variable.
- make show - shows the compiled .dvi in xdvi
- make bibtex - runs bibtex for all .bib files of the current directory
- make bibtool - normalizes the the .bib files by calling bibtool with the settings given in bibtool.rc