Tagged Questions
7
votes
3answers
50 views
How can I collect the contents of a LaTeX environment in a macro without the grouping?
It's a bit of a long story as to why I need to do this, but please bear with me. I have a fairly complicated custom class which expects documents to begin with a command:
\coverandabstract{Abstract ...
7
votes
2answers
273 views
Command \cs already defined in memoir class but not in amsart?
Consider the following code:
\documentclass{memoir}
\newcommand{\cs}{\Sigma}
\title{Rings and Modules}
\author{}
\begin{document}
\maketitle
\end{document}
This fails to compile and I get the ...
25
votes
3answers
978 views
Nicely force 66 characters per line
I would like to have "something" (a package, a trick, a macro, ...?) that makes it possible for me to nicely play with the margins (or the layout) in order to set the average or typical number of ...
6
votes
3answers
196 views
How do I get an uppercase ordinal to number with memoir class?
The memoir class has a number of macros for converting a number to words. For example
\numtotoname{113}
will print one hundred and thirteen.
Is there an equivalent macro for all caps? ...
6
votes
2answers
353 views
Aliasing a command to another
I have the command \DoubleSpacing within the caption of many of my figures throughout my document. This command is provided by memoir.
...
\caption[]{\DoubleSpacing Here is a figure caption}
...
I ...
4
votes
1answer
107 views
Problem with LetLtxMacro
I'm trying to redefine \rule to make cleaner underscores, but my book file (in memoir class) is having problems with the following:
\RequirePackage{letltxmacro}
\LetLtxMacro{\oldrule}{\rule}
...
2
votes
2answers
225 views
Customize referencing of subcaptions in “memoir”?
When I use \subcaption{... \label{myfig}} in memoir, and then reference it, the result is something like "Figure 1(a)". But I would like to customize the reference by removing the parentheses, thus ...
1
vote
1answer
168 views
Adding new parameter in lyx
In texmaker, I create document_setting.tex for input some document attribution like the author, publisher, some attribution in acknowledgements. And then input document_setting in master document ...