Ringrazio Ivan per la risposta e aggiungo precisazioni ed aggiornamento:
Precisazioni: la cartella in cui lavoro (libro) ha il seguente contenuto:
- struttura.tex, .aux, .dvi, .log, .pdf, .sinctex.gz, .toc. Questo file non è solo la struttura, bensì anche la prima parte del libro con i suoi 8 capitoli ordinati da LaTeX.
- sotto-cartella capitoli con il contenuto: parteII.tex, .aux, .dvi, .log, .pdf, .sinctex.gz, .toc. Parte II che è la seconda parte del libro, che vorrei ricominciasse la numerazione dei capitoli da 1, motivo per cui l’ho inserita in un file a parte (se sto sbagliando, ditemelo pure…)
Aggiornamento: ho provato a:
1) rinominare il file parte II.tex in parteII.tex come da Ivan suggerito
2) darle il comando `\label` all’interno di questo contesto:
`\documentclass[a4paper,12pt]{book}
\usepackage[italian]{babel}
\usepackage{microtype}
\usepackage[latin1]{inputenc}
\usepackage{emptypage}
\usepackage{titlesec}
\label{parteII}
\begin{document}
\chapter*{Introduzione}
\addcontentsline{toc}{chapter}{Introduzione}`
3) Nel file struttura.tex ho dato questo comando, invano:
`\input{parteII}`
4) quindi ho proceduto ad aggiungere l’estensione:
`\input{parteII.tex}`
ma l’errore è sempre lo stesso.
Allora ho scritto così:
`\input{capitoli/parteII.tex}`
ma, nuovamente, ancora invano 🙁
Aggiungo il log di struttura.tex
`This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009) (format=pdflatex 2009.11.12) 23 NOV 2009 13:19
entering extended mode
\write18 enabled.
%&-line parsing enabled.
**struttura.tex
(./struttura.tex
LaTeX2e <2009/09/24>
Babel
yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutc
h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman, mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian, ku
rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal, nynorsk, po
lish, portuguese, romanian, russian, sanskrit, serbian, slovak, slovenian, span
ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/book.cls
Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/bk12.clo
File: bk12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@chapter=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\c@figure=\count86
\c@table=\count87
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/local/texlive/2009/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2008/07/06 v3.8l The Babel package
(/usr/local/texlive/2009/texmf-dist/tex/generic/babel/italian.ldf
Language: italian 2008/03/14 v1.2t Italian support from the babel system
(/usr/local/texlive/2009/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2008/07/06 v3.8l Babel common definitions
\babel@savecnt=\count88
\U@D=\dimen103
)
Package babel Info: Making ” an active character on input line 94.
))
(/usr/local/texlive/2009/texmf-dist/tex/latex/microtype/microtype.sty
Package: microtype 2009/03/27 v2.3d Micro-typography with pdfTeX (RS)
(/usr/local/texlive/2009/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
\MT@toks=\toks15
\MT@count=\count89
LaTeX Info: Redefining \lsstyle on input line 1608.
LaTeX Info: Redefining \lslig on input line 1608.
\MT@outer@space=\skip43
LaTeX Info: Redefining \textls on input line 1616.
\MT@outer@kern=\dimen104
LaTeX Info: Redefining \textmicrotypecontext on input line 2167.
Package microtype Info: Loading configuration file microtype.cfg.
(/usr/local/texlive/2009/texmf-dist/tex/latex/microtype/microtype.cfg
File: microtype.cfg 2009/03/27 v2.3d microtype main configuration file (RS)
))
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks16
\inpenc@posthook=\toks17
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/latin1.def
File: latin1.def 2008/03/30 v1.1d Input encoding file
))
(/usr/local/texlive/2009/texmf-dist/tex/latex/emptypage/emptypage.sty
Package: emptypage 2009/07/09 v1.1 Suppress page numbers and headings on empty
pages
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/titlesec/titlesec.sty
Package: titlesec 2007/08/12 v2.8 Sectioning titles
\ttl@box=\box26
\beforetitleunit=\skip44
\aftertitleunit=\skip45
\ttl@plus=\dimen105
\ttl@minus=\dimen106
\ttl@toksa=\toks18
\titlewidth=\dimen107
\titlewidthlast=\dimen108
\titlewidthfirst=\dimen109
)
(./struttura.aux)
\openout1 = `struttura.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 12.
LaTeX Font Info: … okay on input line 12.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 12.
LaTeX Font Info: … okay on input line 12.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 12.
LaTeX Font Info: … okay on input line 12.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 12.
LaTeX Font Info: … okay on input line 12.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 12.
LaTeX Font Info: … okay on input line 12.
LaTeX Font`
… e quello di parteII.tex
`This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009) (format=pdflatex 2009.11.12) 23 NOV 2009 13:17
entering extended mode
\write18 enabled.
%&-line parsing enabled.
**parteII.tex
(./parteII.tex
LaTeX2e <2009/09/24>
Babel
yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutc
h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman, mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian, ku
rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal, nynorsk, po
lish, portuguese, romanian, russian, sanskrit, serbian, slovak, slovenian, span
ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/book.cls
Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/bk12.clo
File: bk12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@chapter=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\c@figure=\count86
\c@table=\count87
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/local/texlive/2009/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2008/07/06 v3.8l The Babel package
(/usr/local/texlive/2009/texmf-dist/tex/generic/babel/italian.ldf
Language: italian 2008/03/14 v1.2t Italian support from the babel system
(/usr/local/texlive/2009/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2008/07/06 v3.8l Babel common definitions
\babel@savecnt=\count88
\U@D=\dimen103
)
Package babel Info: Making ” an active character on input line 94.
))
(/usr/local/texlive/2009/texmf-dist/tex/latex/microtype/microtype.sty
Package: microtype 2009/03/27 v2.3d Micro-typography with pdfTeX (RS)
(/usr/local/texlive/2009/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
\MT@toks=\toks15
\MT@count=\count89
LaTeX Info: Redefining \lsstyle on input line 1608.
LaTeX Info: Redefining \lslig on input line 1608.
\MT@outer@space=\skip43
LaTeX Info: Redefining \textls on input line 1616.
\MT@outer@kern=\dimen104
LaTeX Info: Redefining \textmicrotypecontext on input line 2167.
Package microtype Info: Loading configuration file microtype.cfg.
(/usr/local/texlive/2009/texmf-dist/tex/latex/microtype/microtype.cfg
File: microtype.cfg 2009/03/27 v2.3d microtype main configuration file (RS)
))
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks16
\inpenc@posthook=\toks17
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/latin1.def
File: latin1.def 2008/03/30 v1.1d Input encoding file
))
(/usr/local/texlive/2009/texmf-dist/tex/latex/emptypage/emptypage.sty
Package: emptypage 2009/07/09 v1.1 Suppress page numbers and headings on empty
pages
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/titlesec/titlesec.sty
Package: titlesec 2007/08/12 v2.8 Sectioning titles
\ttl@box=\box26
\beforetitleunit=\skip44
\aftertitleunit=\skip45
\ttl@plus=\dimen105
\ttl@minus=\dimen106
\ttl@toksa=\toks18
\titlewidth=\dimen107
\titlewidthlast=\dimen108
\titlewidthfirst=\dimen109
)
(./parteII.aux)
\openout1 = `parteII.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 8.
LaTeX Font Info: … okay on input line 8.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 8.
LaTeX Font Info: … okay on input line 8.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 8.
LaTeX Font Info: … okay on input line 8.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 8.
LaTeX Font Info: … okay on input line 8.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 8.
LaTeX Font Info: … okay on input line 8.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 8.
LaTeX Font Info: … okay on input line 8.
LaTeX Font Info: Checking defaults for LGR/cmr/m/n on input line 8.
LaTeX Font Info: Try loading font information for LGR+cmr on input line 8.
(/usr/local/texlive/2009/texmf-dist/tex/latex/cbfonts/lgrcmr.fd
File: lgrcmr.fd 2008/01/04 v1.0 Greek Computer Modern
)
LaTeX Font Info: … okay on input line 8.
LaTeX Info: Redefining \microtypecontext on input line 8.
Package microtype Info: Generating PDF output.
Package microtype Info: Character protrusion enabled (level 2).
Package microtype Info: Using default protrusion set `alltext'.
Package microtype Info: Automatic font expansion enabled (level 2),
(microtype) stretch: 20, shrink: 20, step: 1, non-selected.
Package microtype Info: Using default expansion set `basictext'.
Package microtype Info: No tracking.
Package microtype Info: No adjustment of interword spacing.
Package microtype Info: No adjustment of character kerning.
(/usr/local/texlive/2009/texmf-dist/tex/latex/microtype/mt-cmr.cfg
File: mt-cmr.cfg 2008/02/29 v1.9a microtype config. file: Computer Modern Roman
(RS)
)
Underfull \vbox (badness 10000) has occurred while \output is active []
[1
{/usr/local/texlive/2009/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2] [3]
[4
]
Capitolo 1.
[5] (./parteII.aux)
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
)
Here is how much of TeX's memory you used:
2324 strings out of 493848
36752 string characters out of 3149206
129386 words of memory out of 3000000
5591 multiletter control sequences out of 15000+200000
6180 words of font info for 42 fonts, out of 3000000 for 9000
714 hyphenation exceptions out of 8191
32i,4n,35p,1936b,171s stack positions out of 5000i,500n,10000p,200000b,50000s
Output written on parteII.pdf (5 pages, 39565 bytes).
PDF statistics:
26 PDF objects out of 1000 (max. 8388607)
0 named destinations out of 1000 (max. 500000)
5121 words of extra memory for PDF output out of 10000 (max. 10000000)
`
Grazie ancora!! 🙂