All Projects → anoopkcn → lazylatex

anoopkcn / lazylatex

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

Programming Languages

TeX
3793 projects

Projects that are alternatives of or similar to lazylatex

node-latex
🧾 A utility for running LaTeX subprocesses in Node.
Stars: ✭ 31 (+93.75%)
Mutual labels:  latex, xelatex, pdflatex
Quiver
A modern commutative diagram editor for the web.
Stars: ✭ 1,799 (+11143.75%)
Mutual labels:  latex, tikz
Tikzcd Editor
A simple visual editor for creating commutative diagrams.
Stars: ✭ 1,627 (+10068.75%)
Mutual labels:  latex, tikz
Sjtuthesis
上海交通大学 XeLaTeX 学位论文及课程论文模板 | Shanghai Jiao Tong University XeLaTeX Thesis Template
Stars: ✭ 2,376 (+14750%)
Mutual labels:  latex, xelatex
Matlab2tikz
This program converts MATLAB®/Octave figures to TikZ/pgfplots figures for smooth integration into LaTeX.
Stars: ✭ 1,041 (+6406.25%)
Mutual labels:  latex, tikz
Tikzplotlib
Convert matplotlib figures to TikZ/PGFplots for smooth integration into LaTeX.
Stars: ✭ 1,338 (+8262.5%)
Mutual labels:  latex, tikz
Neural
LATEX: TikZ package for drawing neural networks. Also available on CTAN at http://www.ctan.org/tex-archive/graphics/pgf/contrib/neuralnetwork
Stars: ✭ 169 (+956.25%)
Mutual labels:  latex, tikz
Tikz
Complete collection of my PGF/TikZ figures.
Stars: ✭ 668 (+4075%)
Mutual labels:  latex, tikz
Sane tikz
Reconquer the canvas: beautiful Tikz figures without clunky Tikz code
Stars: ✭ 196 (+1125%)
Mutual labels:  latex, tikz
Circuitikz
CircuiTikZ TeX/LaTeX package for drawing circuits
Stars: ✭ 222 (+1287.5%)
Mutual labels:  latex, tikz
xdupgthesis
西安电子科技大学研究生学位论文XeLaTeX模板
Stars: ✭ 271 (+1593.75%)
Mutual labels:  latex, xelatex
Latex Examples
Examples for the usage of LaTeX
Stars: ✭ 1,032 (+6350%)
Mutual labels:  latex, tikz
Tikz drawings
Drawing in LaTeX
Stars: ✭ 18 (+12.5%)
Mutual labels:  latex, tikz
Tikz Feynman
Feynman Diagrams with TikZ
Stars: ✭ 104 (+550%)
Mutual labels:  latex, tikz
Awesome Tikz
A curated list of awesome TikZ documentations, libraries and resources
Stars: ✭ 804 (+4925%)
Mutual labels:  latex, tikz
Latex Cheatsheet
Template for a compact LaTeX Cheatsheet I made some years ago.
Stars: ✭ 136 (+750%)
Mutual labels:  latex, tikz
Tikz
Galley of Tikz drawings.
Stars: ✭ 251 (+1468.75%)
Mutual labels:  latex, tikz
xelatex-guide-book
xelatex book template
Stars: ✭ 59 (+268.75%)
Mutual labels:  latex, xelatex
Resumake.io
📝 A website for automatically generating elegant LaTeX resumes.
Stars: ✭ 2,277 (+14131.25%)
Mutual labels:  latex, pdflatex
Ktikz
KtikZ provides a nice user interface for making pictures using TikZ.
Stars: ✭ 233 (+1356.25%)
Mutual labels:  latex, tikz

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!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].