Risposte nei forum create
-
AutoreRisposte
-
::
Già, sulle tabelle zoppico leggermente… 😳
Una curiosità: ma le linee orizzontali fanno orrore perché TI fanno orrore o perché TIPOGRAFICAMENTE fanno orrore? Te lo chiedo perché su molte riviste e articoli scientifici ho trovato le doppie linee sia in alto che in basso e a mio parere aiutano a focalizzare la tabella soprattutto se immersa in una pagina piena di testo. Poi volevo chiederti anche se la linea verticale in mezzo senza che ce ne siano due laterali a delimitare la tabella sia un altro orrore. Questo alla vista dà fastidio anche a me…Grazie mille.
::
Ma non mi sembra che sia adatto utilizzare un trattino per indicare un range di quantità…
Tra l’ altro l’ esempio si riferisce all’ intervallo di pagine, che mi sembra diverso dal caso di intervallo di altri tipi di quantità come i grammi.
Sono molto indeciso, Probabilmente ovvierò con:da 2 a 3 grammi per 80 kilogrammi
🙄
::
Grazie a tutti per le risposte! Addirittura devo scegliere tra tre soluzioni differenti (grazie neptune)!
Ma non c’è una lunghezza convenzionale per la freccia in ambito matematico? E’ solo una questione di gusti (e di subconscio fallico)? Lo stesso accade per i tre puntini tra z_1 e z_n. Di solito utilizzo \dotsc ma ad esempio anche \ldots sembra essere un’ alternativa valida…
Comunque avevo provato già con stackrel (come suggerito nella dispensa impara LaTeX) ma ovviamente non ottenevo ciò che volevo.Grazie ancora a tutti.
😉
::
Perdonami. 😳
Ecco qua:l.151 \include{capitolo1}
! Undefined control sequence.
\makeevenhead …baselinestretch {1}\footnatesize
\sf \rightmark \hfil \null
l.151 \include{capitolo1}The control sequence at the end of the top line
of your error message was never \def’ed. If you have
misspelled it (e.g., `\hobx’), type `I’ and the correct
spelling (e.g., `I\hbox’). Otherwise just continue,
and I’ll forget about whatever was undefined.l.153 \include{capitolo2}
! Undefined control sequence.
\makeevenhead …baselinestretch {1}\footnatesize
\sf \rightmark \hfil \null
l.153 \include{capitolo2}The control sequence at the end of the top line
of your error message was never \def’ed. If you have
misspelled it (e.g., `\hobx’), type `I’ and the correct
spelling (e.g., `I\hbox’). Otherwise just continue,
and I’ll forget about whatever was undefined.! Undefined control sequence.
\makeevenhead …baselinestretch {1}\footnatesize
\sf \rightmark \hfil \null
l.163 \include{biblio}The control sequence at the end of the top line
of your error message was never \def’ed. If you have
misspelled it (e.g., `\hobx’), type `I’ and the correct
spelling (e.g., `I\hbox’). Otherwise just continue,
and I’ll forget about whatever was undefined.Spero vada bene.
::
Se ho capito bene vuoi questo:[PDFLaTeX] tesi.tex => tesi.pdf (pdflatex)
[PDFLaTeX] finished with exit status 1
./tesi.tex:0: destination with the same identifier (name{page.1}) has been already used, duplicate ignored\penaltyl.90 \include{abstract}[1
./capitolo1.tex:0: destination with the same identifier (name{page.1}) has been already used, duplicate ignored\penaltyl.10 \section{Nome Sezione} [1
.
.
./tesi.tex:0: destination with the same identifier (name{page.2}) has been already used, duplicate ignored\penaltyl.151 \include{capitolo1}
./tesi.tex:151:Undefined control sequence. \include{capitolo1}
./tesi.tex:0: destination with the same identifier (name{page.3}) has been already used, duplicate ignored\penaltyl.151 \include{capitolo1}[Poi ci sono altre warning e errori.
😥
::
Mi rispondo da solo, magari può servire a qualcuno…
Ecco il codice che ho inserito:
`\usepackage[OT2,OT1]{fontenc}
\newcommand\cyr{%
\renewcommand\rmdefault{wncyr}%
\renewcommand\sfdefault{wncyss}%
\renewcommand\encodingdefault{OT2}%
\normalfont
\selectfont}
\DeclareTextFontCommand{\textcyr}{\cyr}`E nel corpo del documento per inserire il cirillico:
`\textcyr{hlp1}`
-
AutoreRisposte