GeneralProblem with table of contents, figures and anexo

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
jeissonv
Posts: 2
Joined: Thu Nov 08, 2018 10:59 pm

Problem with table of contents, figures and anexo

Post by jeissonv »

Hi everyone...

My problem is the following

I am compiling my master's thesis and I am using the university template but when compile I obtain the next error

Code: Select all

[4]) (Plantilla_UIS.toc

! Package inputenc Error: Unicode character \GenericError {(inputenc)          
      }{Package inputenc Error: Unicode character � (U+FFFD)
(inputenc) not set up for use with LaTeX}{See the inputenc package documentatio
n for explanation.}{You may provide a definition with
(inputenc) \DeclareUnicodeCharacter } (U+FFFD)
(inputenc) not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.1 ...ak or <return> to continue without it.}}g.}
                                                  \par
?
So I don´t know what can be, because I have few experience with latex.

this contain the .toc file

Code: Select all

\unhbox \voidb@x \penalty \@M \ \hfill \textbf {pág}\par 
\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax 
\babel@toc {spanish}{}
\defcounter {refsection}{0}\relax 
\contentsline {chapter}{INTRODUCCI\'ON}{15}{chapter*.6}
\defcounter {refsection}{0}\relax 
\contentsline {chapter}{\numberline {1}MARCO REFERENCIAL}{24}{chapter.1}
\defcounter {refsection}{0}\relax 
\contentsline {chapter}{\numberline {2}PROCEDIMIENTO PARA LA ESTIMACI\'ON DE LOS PAR\'AMETROS DEL DIODO DE BYPASS}{29}{chapter.2}
\defcounter {refsection}{0}\relax 
\contentsline {section}{\numberline {2.1}ESTIMACI\'ON DE PAR\'AMETROS CUANDO EXISTE SOMBRA TOTAL EN EL M\'ODULO}{29}{section.2.1}
\defcounter {refsection}{0}\relax 
\contentsline {section}{\numberline {2.2}ESTIMACI\'ON DE PAR\'AMETROS CUANDO EXISTE SOMBRA PARCIAL EN EL M\'ODULO}{35}{section.2.2}
\defcounter {refsection}{0}\relax 
\contentsline {chapter}{\numberline {3}APLICACI\'ON DEL M\'ETODO}{41}{chapter.3}
\defcounter {refsection}{0}\relax 
\contentsline {section}{\numberline {3.1}ESTIMACI\'ON DE PAR\'AMETROS CUANDO $I_{m} = 0A$}{44}{section.3.1}
\defcounter {refsection}{0}\relax 
\contentsline {subsection}{\numberline {3.1.1}ESCENARIO 1: Irradiancia alta:}{44}{subsection.3.1.1}
\defcounter {refsection}{0}\relax 
\contentsline {subsection}{\numberline {3.1.2}ESCENARIO 2: Irradiancia media}{48}{subsection.3.1.2}
\defcounter {refsection}{0}\relax 
\contentsline {subsection}{\numberline {3.1.3}ESCENARIO 3: Irradiancia baja}{50}{subsection.3.1.3}
\defcounter {refsection}{0}\relax 
\contentsline {section}{\numberline {3.2}ESTIMACI\'ON DE PAR\'AMETROS CUANDO $I_{sc} > I_{m} > 0A$}{51}{section.3.2}
\defcounter {refsection}{0}\relax 
\contentsline {subsection}{\numberline {3.2.1}ESCENARIO 1: Irradiancia alta}{51}{subsection.3.2.1}
\defcounter {refsection}{0}\relax 
\contentsline {subsection}{\numberline {3.2.2}ESCENARIO 2: Irradiancia media}{52}{subsection.3.2.2}
\defcounter {refsection}{0}\relax 
\contentsline {subsection}{\numberline {3.2.3}ESCENARIO 3: Irradiancia baja}{53}{subsection.3.2.3}
\defcounter {refsection}{0}\relax 
\contentsline {chapter}{\numberline {4}VALIDACI\'ON EXPERIMENTAL}{55}{chapter.4}
\defcounter {refsection}{0}\relax 
\contentsline {chapter}{\numberline {5}TRABAJO FUTURO}{64}{chapter.5}
\defcounter {refsection}{0}\relax 
\contentsline {chapter}{\numberline {6}CONCLUSIONES}{65}{chapter.6}
\defcounter {refsection}{0}\relax 
\contentsline {chapter}{BIBLIOGRAF\'IA}{67}{chapter*.50}
\defcounter {refsection}{0}\relax 
\contentsline {chapter}{ANEXOS}{71}{chapter*.51}
\contentsfinish
You can help me please.

ps: attach the template sty
Attachments
Plantilla_UIS.tex
(4.73 KiB) Downloaded 288 times
uislatexstyleICONTEC.sty
(13.99 KiB) Downloaded 325 times
Last edited by Stefan Kottwitz on Thu Nov 08, 2018 11:19 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Problem with table of contents, figures and anexo

Post by kaiserkarl13 »

This could be a number of things, but if there's a problem, it's somewhere in the \includeed or \inputted files, not in the main document. Since you didn't post those, it's hard to say. (This is why the board rules tell you to always prepare a Infominimal working example.)

My guess: change the \inputenc line in your style file so it loads the UNICODE character set rather than the ANSI one (it's commented out near the top of the file).
Post Reply