summaryrefslogtreecommitdiff
path: root/info/latex4wp-it/COME-COMPORRE
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/latex4wp-it/COME-COMPORRE
Initial commit
Diffstat (limited to 'info/latex4wp-it/COME-COMPORRE')
-rw-r--r--info/latex4wp-it/COME-COMPORRE24
1 files changed, 24 insertions, 0 deletions
diff --git a/info/latex4wp-it/COME-COMPORRE b/info/latex4wp-it/COME-COMPORRE
new file mode 100644
index 0000000000..99aacb44e2
--- /dev/null
+++ b/info/latex4wp-it/COME-COMPORRE
@@ -0,0 +1,24 @@
+Come comporre questa guida
+--------------------------
+
+Per comporre questa guida servono alcuni package che potrebbero
+mancare nella vostra distribuzione. Per includerli, si fa cosi'
+(Linux/Unix):
+
+- scaricate il pacchetto mancante dal CTAN. Ad esempio, supponiamo che
+non abbiate slashbox.sty; si scarica da
+http://www.ctan.org/tex-archive/macros/latex/contrib/slashbox
+
+- eseguire questi comandi:
+
+$ mkdir -p ~/texmf/tex/latex/slashbox
+$ cp slashbox.sty ~/texmf/tex/latex/slashbox
+$ texhash ~/texmf
+
+- ripetere i passaggi per ogni pacchetto mancante
+
+- componete la guida con pdflatex:
+
+$ pdflatex latex4wp.tex; pdflatex latex4wp.tex; pdflatex latex4wp.tex
+
+Enjoy!