All Projects → chdemko → Pandoc Latex Tip

chdemko / Pandoc Latex Tip

Licence: bsd-3-clause
A pandoc filter for adding tip in LaTeX

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pandoc Latex Tip

pandocker
🐳 A simple docker image for pandoc with filters, templates, fonts, and the latex bazaar
Stars: ✭ 118 (+1585.71%)
Mutual labels:  latex, filter, pandoc
Pandoc Plantuml Filter
Pandoc filter for PlantUML code blocks
Stars: ✭ 51 (+628.57%)
Mutual labels:  latex, pandoc, filter
pandoc-latex-environment
Pandoc filter for adding LaTeX environement on specific div
Stars: ✭ 27 (+285.71%)
Mutual labels:  filter, pypi, pandoc
tufte-markdown
Use markdown to write your handouts and books in Tufte style.
Stars: ✭ 82 (+1071.43%)
Mutual labels:  latex, pandoc
pandoc-amsthm
provide a syntax to use amsthm environments in pandoc, with output in LaTeX and HTML
Stars: ✭ 19 (+171.43%)
Mutual labels:  latex, pandoc
wikitopdf
Export a repo's wiki as a PDF ebook.
Stars: ✭ 14 (+100%)
Mutual labels:  latex, pandoc
csasdown
📖 An R package for creating CSAS reports in PDF or Word format with R Markdown and bookdown
Stars: ✭ 40 (+471.43%)
Mutual labels:  latex, pandoc
Panflute
An Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions
Stars: ✭ 286 (+3985.71%)
Mutual labels:  pandoc, filter
vimtips
📖 Tips for Vim
Stars: ✭ 31 (+342.86%)
Mutual labels:  latex, tips
Pandoc Latex Template
A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
Stars: ✭ 3,750 (+53471.43%)
Mutual labels:  latex, pandoc
Betterbib
Update BibTeX files with info from online resources.
Stars: ✭ 380 (+5328.57%)
Mutual labels:  latex, pypi
rfc-bibtex
A command line tool that creates bibtex entries for IETF RFCs and Internet Drafts.
Stars: ✭ 43 (+514.29%)
Mutual labels:  latex, pypi
vue-fa
Tiny FontAwesome 5 component for Vue.js.
Stars: ✭ 24 (+242.86%)
Mutual labels:  font-awesome, icon
Letter Boilerplate
Finest letter typesetting from the command line
Stars: ✭ 374 (+5242.86%)
Mutual labels:  latex, pandoc
Pandoc Starter
📄 My pandoc markdown templates and makefiles
Stars: ✭ 443 (+6228.57%)
Mutual labels:  latex, pandoc
sugartex
SugarTeX is a more readable LaTeX language extension and transcompiler to LaTeX. Fast Unicode autocomplete in Atom editor via https://github.com/kiwi0fruit/atom-sugartex-completions
Stars: ✭ 74 (+957.14%)
Mutual labels:  latex, pandoc
ntuthesis
台大碩博士論文模板 (R Package)
Stars: ✭ 14 (+100%)
Mutual labels:  latex, pandoc
Invoice Boilerplate
Simple automated LaTeX invoicing system
Stars: ✭ 604 (+8528.57%)
Mutual labels:  latex, pandoc
svelte-fa
Tiny FontAwesome 5 component for Svelte
Stars: ✭ 214 (+2957.14%)
Mutual labels:  font-awesome, icon
Rmarkdown Cookbook
R Markdown Cookbook. A range of tips and tricks to make better use of R Markdown.
Stars: ✭ 324 (+4528.57%)
Mutual labels:  latex, pandoc

pandoc-latex-tip

Build Status Coveralls Code Climate Code Beat Codacy CodeFactor Scrutinizer PyPI version PyPI format License Python version Downloads Source Rank Development Status Docs Code style: black

license icon by Daniel Bruce, format icon by Picol, status icon by Just Icon, code style icon by Google Material Design icons

pandoc-latex-tip is a pandoc filter for adding icon tooltips in the margin using popular icon collections. It uses the icon_font_to_png package to generate on-fly images.

Documentation

See the Read the docs pages.

Usage

To apply the filter, use the following option with pandoc:

--filter pandoc-latex-tip

Installation

pandoc-latex-tip requires python 3.6, a programming language that comes pre-installed on linux and Mac OS X, and which is easily installed on Windows.

Install pandoc-latex-tip as root using the bash command

pip install pandoc-latex-tip

To upgrade to the most recent release, use

pip install --upgrade pandoc-latex-tip

To upgrade the icon collections add the --force and --no-cache flags

pip install --upgrade --force --no-cache pandoc-latex-tip

To upgrade to the current code, use

pip install --upgrade --force --no-cache git+https://github.com/chdemko/pandoc-latex-tip

pip is a script that downloads and installs modules from the Python Package Index, PyPI. It should come installed with your python distribution. If you are running linux, pip may be bundled separately. On a Debian-based system (including Ubuntu), you can install it as root using

apt-get update
apt-get install python-pip

Make sure you have required packages for Pillow installation. On linux you have to install some extra libraries before pandoc-latex-tip. On a Debian-based system (including Ubuntu), you can install it as root using

apt-get build-dep python-imaging
apt-get install libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev

Getting Help

If you have any difficulties with pandoc-latex-tip, please feel welcome to file an issue on github so that we can help.

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].