Releases: TomLebeda/chroma_code
Releases · TomLebeda/chroma_code
1.2.0
New CLI arguments:
--dump
to print the results also into stdout
Bugfixes:
- double dash
--
is interpreted by LaTeX as a single ligature, replace with -{}-
to prevent that (#5)
1.1.0
New CLI arguments:
- optional arguments
--caption
(or -c
) and --label
(or -l
) that directly set the texts for labels and caption
- flag
--german
(or -g
) will escape double quote symbols "
as \dq{}
for users with [ngerman]
babel (#2, #4)
1.0.1
Minor improvements:
- Fixed some issues with tab formatting
- Global
escapeinside
is no longer needed, it is automatically added in each header
- Added config for
escapeinside
surround sequences
1.0.0
First version, complete with basic functionality and tested on examples.