im new to the forum, and i need some help with some specific issues in lyx.
first of all im using a book.
1. first problem is in the nomenclature. i have it divided using this in preamble:
\usepackage{nomencl}
\RequirePackage{ifthen}
\renewcommand{\nomgroup}[1]{%
\ifthenelse{\equal{#1}{G}}{\item[\textbf{Letras Gregas}]}{%
\ifthenelse{\equal{#1}{S}}{\item[\textbf{Subscritos}]}{}}}
but the general nomenclature that are in neither of those groups created, include things like this ${\dot{m}}$, that i cant put in alphabetical order.. any ideas ?
if i created another group for this general letters in preamble i think it would work, but dont know why i cant do that, when i had something like this \ifthenelse{\equal{#1}{A}}{\item[\textbf{General Letters}]}{%
to the code on top it gives me an error

2. im using the fancy headers, but i dont want any headers on ToC, Lists, Biblio, Appendices. If i put this \thispagestyle{plain} , it works on the last page, but when it has for example the ToC 3 pages the second page gets an header anyway

help pls ?
3. the last one is the name of the appendices in ToC. I changed the name on the text itself using this \renewcommand\appendixname{Anexo} , but on the ToC i get
A wierjfojfoj and B weijfwe0fj. i wanted it to be the word i renamed it to, for example: Anexo A and Anexo B. if its not possible, A Anexo and B Anexo would be fine.. i guess.. any ideas ?
Sorry for the long post and bad english
Cumps