Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anoopkcn/lazylatex

Because LaTeX shouldn't be boring! :tropical_fish: LaTeX package inspired by sphinx-rtd-theme. Build with tcolorbox, minted, tikz, etc,.
https://github.com/anoopkcn/lazylatex

field-list latex latex-lists latex-tables minted pdflatex readthedocs sphinx-rtd-theme tabularx tcolorbox tikz xelatex

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# lazylatex
Because LaTeX shouldnt be boring! :tropical_fish:
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](./docs/img/inline_markup.png)
### Code Blocks
![code-blocks](./docs/img/code_blocks.png)
### Admonitions
![admonitions](./docs/img/admonitions.png)
### Sidebar
![side-bar](./docs/img/side_bar.png)
### Field List
![field-list](./docs/img/flist.png)
### Tables
![table-1](./docs/img/table_1.png)
![table-2](./docs/img/table_2.png)
## Please report issues!!