summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4wp/HOW-TO-TYPESET
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4wp/HOW-TO-TYPESET')
-rw-r--r--Master/texmf-dist/doc/latex/latex4wp/HOW-TO-TYPESET26
1 files changed, 23 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/latex4wp/HOW-TO-TYPESET b/Master/texmf-dist/doc/latex/latex4wp/HOW-TO-TYPESET
index fd703af77ef..630377d3320 100644
--- a/Master/texmf-dist/doc/latex/latex4wp/HOW-TO-TYPESET
+++ b/Master/texmf-dist/doc/latex/latex4wp/HOW-TO-TYPESET
@@ -1,3 +1,23 @@
-Convert this document with pdflatex. Unfortunately, epic and eepix
-clash with the url or hyperref packages over the \path command when plain
-latex is used.
+How to typeset this guide
+-------------------------
+
+Please note that some LaTeX packages may be missing from your default
+configuration. To include them, do the following (Linux/Unix):
+
+- download the missing package from the CTAN. For instance, let's
+suppose you don't have slashbox.sty; you'll get it from
+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
+
+- repeat the above steps for each missing package
+
+- typeset the guide with pdflatex:
+
+$ pdflatex latex4wp.tex; pdflatex latex4wp.tex; pdflatex latex4wp.tex
+
+Enjoy!