Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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,.
- Host: GitHub
- URL: https://github.com/anoopkcn/lazylatex
- Owner: anoopkcn
- License: mit
- Created: 2018-12-24T00:43:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T12:26:56.000Z (almost 3 years ago)
- Last Synced: 2024-09-05T14:17:20.755Z (5 months ago)
- Topics: field-list, latex, latex-lists, latex-tables, minted, pdflatex, readthedocs, sphinx-rtd-theme, tabularx, tcolorbox, tikz, xelatex
- Language: TeX
- Homepage:
- Size: 2.72 MB
- Stars: 35
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!!