summaryrefslogtreecommitdiff
path: root/info/latex4wp/HOW-TO-TYPESET
diff options
context:
space:
mode:
Diffstat (limited to 'info/latex4wp/HOW-TO-TYPESET')
-rw-r--r--info/latex4wp/HOW-TO-TYPESET20
1 files changed, 15 insertions, 5 deletions
diff --git a/info/latex4wp/HOW-TO-TYPESET b/info/latex4wp/HOW-TO-TYPESET
index 630377d332..180fba22ce 100644
--- a/info/latex4wp/HOW-TO-TYPESET
+++ b/info/latex4wp/HOW-TO-TYPESET
@@ -10,14 +10,24 @@ http://www.ctan.org/tex-archive/macros/latex/contrib/slashbox
- run these commands:
-$ mkdir -p ~/texmf/tex/latex/slashbox
-$ cp slashbox.sty ~/texmf/tex/latex/slashbox
-$ texhash ~/texmf
+ $ mkdir -p ~/texmf/tex/latex/slashbox
+ $ cp slashbox.sty ~/texmf/tex/latex/slashbox
-- repeat the above steps for each missing package
+- repeat the above steps for each missing package; when you're done,
+type:
+
+ $ texhash ~/texmf
- typeset the guide with pdflatex:
-$ pdflatex latex4wp.tex; pdflatex latex4wp.tex; pdflatex latex4wp.tex
+$ latexmk -pdf latex4wp
+
+or run 'pdflatex' three times.
Enjoy!
+
+--
+Guido Gonzato, PhD
+<guido dot gonzato at gmail dot com>
+
+---