| bio | website | |
|---|---|---|
| location | ||
| age | 30 | |
| visits | member for | 8 months |
| seen | Apr 17 at 15:54 | |
| stats | profile views | 1 |
|
Dec 27 |
awarded | Nice Question |
|
Dec 26 |
accepted | Using \@ifnextchar to define a macro for “ante meridiem” time |
|
Dec 26 |
asked | Using \@ifnextchar to define a macro for “ante meridiem” time |
|
Nov 13 |
accepted | Altering fontsize in equations globally |
|
Nov 13 |
comment |
Altering fontsize in equations globally No, actually that doesn't seem to work. No LaTeX error but also no change in font size in the resulting document (I replaced \small with \footnotesize). |
|
Nov 13 |
comment |
Altering fontsize in equations globally Obviously, I can, by doing the following: \let\oldalign=\align followed by a
\let\oldendalign=\endalign followed by a
\renewenvironment{align}{\par\nobreak\scriptsize\noindent\oldalign}{\oldendalign}. However, this does not affect {align*} environments. Why not? |
|
Nov 13 |
comment |
Altering fontsize in equations globally Thanks, @egreg. Can I also redefine the original align environment? Then I can leave my document as is. The obvious approach (e.g. \renewenvironment{align}{\par\nobreak\small\noindent\align}{\endalign}) does not work. |
|
Nov 13 |
asked | Altering fontsize in equations globally |
|
Sep 24 |
awarded | Scholar |
|
Sep 24 |
accepted | My titleclass breaks subsubsection headings |
|
Sep 24 |
comment |
My titleclass breaks subsubsection headings Thanks, egreg. I think it should be \subsubsection*{\refstepcounter{experiment}%instead of \subsection*{\refstepcounter{experiment}%. I cannot edit your answer since this edit is smaller than 6 chars. |
|
Sep 19 |
awarded | Supporter |
|
Sep 19 |
comment |
My titleclass breaks subsubsection headings I am also using the hyperref package. With the above solution, \autoref{ex1} will produce the text "Section (i)". I would like this text to read "Experiment (i)". I tried \newcommand{\experimentautorefname}{Experiment}but this doesn't cut it. |
|
Sep 19 |
revised |
My titleclass breaks subsubsection headings added label to experiment subsubsection (see my comment) |
|
Sep 19 |
suggested | suggested edit on My titleclass breaks subsubsection headings |
|
Sep 19 |
comment |
My titleclass breaks subsubsection headings Thanks, @egreg. |
|
Sep 19 |
comment |
My titleclass breaks subsubsection headings @egreg The number should not be on the left. As specified in the \titleformat command, the numbering should be in the heading. It should be a '1' formatted in roman letters. In the above example the output should be: "Experiment (i): Not a Subsubsection". |
|
Sep 19 |
revised |
My titleclass breaks subsubsection headings added 3 characters in body |
|
Sep 18 |
comment |
My titleclass breaks subsubsection headings @egreg No, I am looking for an alternative to the standard subsubsections and would like to have both environments numbered separately. |
|
Sep 18 |
awarded | Editor |