Text Formattinghelp to understand the error on endcsname...

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
User avatar
bubamara
Posts: 8
Joined: Thu Aug 20, 2009 2:00 am

help to understand the error on endcsname...

Post by bubamara »

Dear all!!! Well, Good Afternoon from Buenos Aires. I am still working in my thesis .

During this morning, while I was compiling my code a new error appeared like this:

!Missing \endcsname inserted
<to be read again>
\protected

1.6.8....og\'ia \textit{Cook-Chill}}{{1.3.1}{37}}

the same for 1.6.8....og\'ia \textit{Sous-Vide}}{{1.3.1}{37}}


well, I think this error appeared since I am wrinting my thesis in spanish and put some specific combinated words in diferent language
tecnolog\'ia Cook-Chill( spanish and english) and tecnolog'ia Sous vide ( spanish and french). Even though, I can 't clearly understanding why in my output pdf file this sentence{Cook-Chill}}{{1.3.1}{37}} on the firt page was written .

This is the a little part of my preamble:

\documentclass[a4paper,12pt,twoside]{book}
\usepackage[spanish,activeacute]{babel} % Utiliza los nombres de figuras, etc. En el idioma que se quiera
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}% Permite utilizar acentos, �s, etc
\usepackage{amsmath}
\usepackage{boldtensors}
\usepackage{color}
.....

Thanks in advanced! sorry for calling help on sunday :roll:

BUBAMARA
Last edited by bubamara on Sun Sep 13, 2009 6:22 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

help to understand the error on endcsname...

Post by gmedina »

babel is a really powerful package... it offers multilingual support; please post some complete code (in the sense of a a minimal working example) allowing us to reproduce the problem mentioned.
bubamara wrote:...sorry for calling help on sunday...
What's so special about Sundays?
1,1,2,3,5,8,13,21,34,55,89,144,233,...
rf
Posts: 21
Joined: Mon Jul 20, 2009 5:27 pm

help to understand the error on endcsname...

Post by rf »

During this morning, while I was compiling my code a new error appeared like this:

!Missing \endcsname inserted
<to be read again>
\protected

1.6.8....og\'ia \textit{Cook-Chill}}{{1.3.1}{37}}

the same for 1.6.8....og\'ia \textit{Sous-Vide}}{{1.3.1}{37}}

well, I think this error appeared since I am wrinting my thesis in spanish and put some specific combinated words in diferent language
i don't think so. at a wild guess i would suggest you have something
"wrong" in a bibtex key or a label name.

there are other things that might cause this, though; if you can't
identify something wrong, try making a minimal example by cutting
bits out of a copy of your thesis.

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl
Post Reply