| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 9 months |
| seen | May 7 at 11:41 | |
| stats | profile views | 2 |
|
Aug 22 |
comment |
customizing the algorithmic package: break and loop labels @GiovanniAzua I made a similar decision a while ago, but then algorithmic is not compatible with cleveref and is not as flexible, so I eventually swapped. Rewriting is not necessary, you can just do a global search and replace for \STATE to \State, \REQUIRE to \Require etc. |
|
Aug 6 |
comment |
Upper and lowercase of a word in the \section heading ok, you are right; but inside an \MakeUppercase neither of them work on \OE: \documentclass{article} \begin{document} \MakeUppercase{\lowercase{\OE} and \MakeLowercase{\OE}} \end{document}. |
|
Aug 6 |
comment |
Upper and lowercase of a word in the \section heading The output is identical for me. |
|
Aug 6 |
comment |
Reference algorithmic line numbers using cleveref Actually, cleveref 0.18.5 claims to support the algorithms package, which ships the algorithmic package. But you are correct - it is currently not supported, but will be fixed with 0.18.6 (in development). For now only algorithmicx is supported. |
|
Aug 6 |
comment |
hyperref Warning: Draft mode on Have you tried \documentclass[final]{book}? |