Skip to content

anoopkcn/lazylatex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazylatex

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.

Updates 2022-April

Breaking changes:

  • IMPORTANT: minted package is no longer used for code blocks(Conflicts with different python environments and users were having problems installing. Problems with shell-escape on xelatex)
  • listings package is used to handle code block with added github-light-theme
  • Name changes:
    • sidebar -> lsidebar
    • lazytable -> 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}

Features

ℹ️ 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.

Inline Markup

Inline-Markup

Code Blocks

code-blocks

Admonitions

admonitions

Sidebar

side-bar

Field List

field-list

Tables

table-1 table-2

Please report issues!!

About

Because LaTeX shouldn't be boring! 🐠 LaTeX package inspired by sphinx-rtd-theme. Build with tcolorbox, minted, tikz, etc,.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages