Tagged Questions
4
votes
2answers
81 views
Concatenate macro name \foo + bar ==> \foobar
If in a command \foo is one of my arguments, e.g. #1 how can I do a \def for \foobar, i.e., define a command with bar added to #1?
Specifically I try the following
\documentclass{scrbook}
...
4
votes
1answer
53 views
automatic nomenclature breaks with subfigure
I am using the method recommended in
List of symbols/abbreviations and macros
to automatically generate an entry to the nomenclature (nomencl package) when I first use a command, i.e.
...
1
vote
1answer
128 views
How to modify the typesetting of nomencl header?
The nomencl package typesets the header of the nomenclature list as a \section* in the article document class. How can I change it to \subsection*?