summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/toptesi/toptesi-example-xetex.tex
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2012-10-08 09:26:52 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2012-10-08 09:26:52 +0000
commitc46b4f889a135737e16f618372d51338c82c6910 (patch)
treee551b19a4a8494965ac6f93fa74a335e018793d7 /Master/texmf-dist/doc/latex/toptesi/toptesi-example-xetex.tex
parent385911a89479e9d6a11523371ffd92fd52616494 (diff)
toptesi update
git-svn-id: svn://tug.org/texlive/trunk@27921 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/toptesi/toptesi-example-xetex.tex')
-rwxr-xr-xMaster/texmf-dist/doc/latex/toptesi/toptesi-example-xetex.tex13
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/toptesi/toptesi-example-xetex.tex b/Master/texmf-dist/doc/latex/toptesi/toptesi-example-xetex.tex
index 1cd777fa4a7..b3054656bfe 100755
--- a/Master/texmf-dist/doc/latex/toptesi/toptesi-example-xetex.tex
+++ b/Master/texmf-dist/doc/latex/toptesi/toptesi-example-xetex.tex
@@ -30,6 +30,12 @@
\setotherlanguage[variant=ancient]{greek}
\newfontfamily{\greekfont}{GFS Didot}
+% Anche se nelle opzioni della chiamata alla classe compare pdf a, il file che gestisce
+% queste cose e che carica hyperref con l'opzione pdf a, non vine caricato, perché viene
+% caricato solo se si usa pdflatex; per avere i collegamenti ipertestuali bisogna caricare
+% esplicitamente hyperref, ma poi la trasformazione in file PDF/A compliant va eseguita
+% attraverso ghostscript.
+%
% Commentare le righe seguenti se NON si non si vogliono i link ipertestuali
\usepackage{hyperref}
\hypersetup{%
@@ -43,7 +49,7 @@
}
\begin{document}\errorcontextlines=9
-\english
+% \english
% ATTENZIONE: con XeLaTeX le informazioni per i frontespizio vanno inserite dopo
% \begin{document}
%\ateneo{Università degli Studi di Roma}
@@ -174,10 +180,7 @@ Le grandezze in gioco sono evidenziate nella figura \ref{fig1}.
\begin{picture}(40,30)(30,0)
\put(50,15){\circle{20}}
\put(47,15){\circle*{1}}
-\put(30,0){\line(0,1){30}}
-\put(30,30){\line(1,0){40}}
-\put(70,30){\line(0,-1){30}}
-\put(70,0){\line(-1,0){40}}
+\put(30,0){\framebox(40,30){}}
\end{picture}
\caption{Orbita del generico satellite; si noti l'eccentricità dell'orbita rispetto al pianeta.\label{fig1}}
\end{figure}