From 5e9101e78de391e69a2787b861862f4795a8735b Mon Sep 17 00:00:00 2001 From: Sergey Goncharov Date: Tue, 25 Apr 2023 14:23:33 +0000 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index eec14b3..036c022 100644 --- a/README.md +++ b/README.md @@ -6,22 +6,15 @@ In order to use it, create a makefile in your directory with the same name with 'include /Makefile'. If your directory contains more than one root latex file add 'SRCNAME=' before the include command. - == Quick summary of commands == +== Quick summary of commands == - make (=make pdf) - complies .pdf from the root file -.. - make - tries to achieve in a suitable way, e.g. if =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 - tries to achieve in a suitable way, e.g. if =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