Risposte nei forum create
-
AutoreRisposte
-
::
se scrivo solo il comando`\chaptermark{Introduzione}`
risolve uno dei due problemi, cioè adesso in alto alle pagine dell’introduzione appare la scritta “introduzione” e non più “lista delle tabelle”.
per quanto riguarda l’aggiunta di “Introduzione” all’indice, sembra funzionare solo il comando
`\addcontentsline{toc}{chapter}{{Introduzione}}
`che scrive “Introduzione” in corsivo, e non in maiuscoletto.
non funziona`\addcontentsline{toc}{chapter}{\spacedlowsmallcaps{Introduzione}}
`.
anche il resto sembra non funzionare:
se aggiungo i comandi`\pagestyle{scrheadings}
\addcontentsline{toc}{chapter}{\spacedlowsmallcaps{Introduzione}}
`compare il seguente errore:
`(./Chapters/ChapterIntro.tex (./Chapters/ChapterIntro.tex
! Extra \fi.
\addcontentsline … is added}\phantomsection \fi
\expandafter \ifx \csname …
l.4 …chapter}{\spacedlowsmallcaps{Introduzione}}
I'm ignoring this; it doesn't match any \if.`. se metto solo
`\addcontentsline{toc}{chapter}{\spacedlowsmallcaps{Introduzione}}
`ottengo
`! TeX capacity exceeded, sorry [main memory size=3000000].
\reserved@
a
l.8 …chapter}{\spacedlowsmallcaps{Introduzione}}
If you really absolutely need more capacity,
you can ask a wizard to enlarge me.
Here is how much of TeX's memory you used:`. alle brutte lascio “introduzione” in corsivo, ma se ci fosse per usare il maiuscoletto sarebbe meglio 🙂
grazie mille in ogni caso
::
il codice precedente, relativo a TableOfContents è il seguente`% Table of Contents
%*******************************************************
%\phantomsection
\refstepcounter{dummy}
\pdfbookmark[1]{\contentsname}{tableofcontents}
\setcounter{tocdepth}{2} % <-- 2 includes up to subsections in the ToC \setcounter{secnumdepth}{3} % <-- 3 numbers ufrontmatterp to subsubsections \manualmark \markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}} \tableofcontents \automark[section]{chapter} \renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}} \renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}} %******************************************************* \clearpage` ho provato con\addcontentsline{toc}{chapter}{Introduzione}
ma questo comando aggiunge solo la voce “Introduzione” (scritta anceh con un differente stile) nell’indice, ma il titolo in alto alle pagine dell’introduzione reta ‘lista delle figure’ o qlcs di simile…
Scusate per la fretta ma devo consegnare tra due giorni e non ho molto tempo di studiare la teoria di LaTex 😉
8 Novembre 2010 alle 15:04 in risposta a: Matrici troppo grandi escono dal foglio, come fare? #52081::
ho risolto così`
\begin{equation}\label{sistEq1}
\left.\begin{aligned}
dx_1/dt & = x_1 (K_4 x_4 – K_1 y x_2) \\
dx_2/dt & = x_2 (K_1 y x_1 – K_2 x_3) \\
dx_3/dt & = x_3 (K_2 x_2 – K_3 x_4) \\
dx_4/dt & = x_4 (K_3 x_3 – K_4 x_1)
\end{aligned}
\right.
\end{equation}
`grazie mille per il suggerimento
-
AutoreRisposte