LyXProblems in nomenclature and headers

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
varreddor
Posts: 2
Joined: Tue Nov 12, 2013 6:23 pm

Problems in nomenclature and headers

Post by varreddor »

Hello,

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 :cry: . It would be nice to dont have any title on this general letters, but i dont care anymore, i just wanted those letters with dots to be alphabeticaly organized.

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 :x
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

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

varreddor
Posts: 2
Joined: Tue Nov 12, 2013 6:23 pm

Re: Problems in nomenclature and headers

Post by varreddor »

I already have the solution for the 1. question, so forget that one.

Cumps
Post Reply