latex-packages/todo.md

63 lines
1.9 KiB
Markdown
Raw Normal View History

2021-09-11 16:31:44 +02:00
This branch is dedicated to reworking mkessler-fancythm
This is also WIP
2021-09-17 21:21:34 +02:00
# Package reworks
2021-09-11 16:31:44 +02:00
2021-09-07 21:07:23 +02:00
## mkessler-bibliography
- Add option for only images / literature
- Add option to set include paths of images / literature
## mkessler-hypersetup
- Get rid of \@course - replace with \@title by default (automatically detect this?)
## castel-figures
- Add option for include path of inkscape figures
2021-09-10 11:39:14 +02:00
2021-09-17 21:21:34 +02:00
## mkessler- lectures
- Other date formats allowed? -> use datetime package !
## mkessler-mathfonts
- get old calligraphic font and provide it as \mathcalo
## mkessler-fancythm
- spacing of subsection before fancy thm
- how exactly to number the claim environment, to make it referencable correctly
2021-09-10 11:39:14 +02:00
2021-09-17 22:27:24 +02:00
## mkessler-exsheet
- Better language options
- Change command name (migrate to english)
2021-09-10 11:39:14 +02:00
### Option clashes
There is an option clash (since TexLive 2018) between thmtools, IEEEtrantools and cleveref.
To (temporarily) fix this, the hypersetup package provides cleveref only as an option 'cleveref'. Only load this if you are not using both of the abve
See also
https://tex.stackexchange.com/questions/515560/incompatibility-of-thmtools-ieeetrantools-and-cleveref-in-tex-live-2018-2019
2021-09-12 00:04:15 +02:00
## Ideas for new macros
- Cup with point above for disjoint union
- Print a complex number i differently
2021-09-12 10:42:48 +02:00
- function restriction (f|_X f\mid_X is not nice, take spacing from \!\upharpoonright\!{#1}) l. 156 \defon
2021-09-12 00:04:15 +02:00
- macro for 'entspricht'
- cev for reversed direction vector, l. 170 \cev
- integration for mathbf?
# Package ideas
- Define new math environment column types
2021-09-17 22:26:31 +02:00
- Integrate this:
```
\makeatletter
\gdef\@badend#1{%
\@latex@error{\protect\begin{\detokenize\expandafter{\@currenvir}}\@currenvline
\space ended by \protect\end{\detokenize{#1}}}\@eha}
\makeatother
```
from [https://github.com/latex3/latex2e/issues/587](https://github.com/latex3/latex2e/issues/587)