Because LaTeX shouldnt be boring! 🐠 lazylatex is aLaTeX package inspired by sphinx-rtd-theme. Build with tcolorbox, minted, tikz, etc,. Some of the elements are also simulating elements from the tcolorbox manual.
Breaking changes:
- IMPORTANT:
mintedpackage is no longer used for code blocks(Conflicts with different python environments and users were having problems installing. Problems withshell-escapeon xelatex) listingspackage is used to handle code block with added github-light-theme- Name changes:
sidebar->lsidebarlazytable->ltable
Minor changes
- Refined inline markup for
lib - Table border color changed to black from gray
- IMPORTANT: Code blocks should be written with tab otherwise the line number and code may overlap in tight layouts, Example:
\begin{lstlisting}[language=python]
def add(a,b):
return a+b
\end{lstlisting}
ℹ️ IMPORTANT! Please see docs/example.pdf and the source docs/example.tex for a list of all features and how to use them. The following is a few screenshorts from the docs/example.pdf document.