ofBook | openFrameworks community book
kandi X-RAY | ofBook Summary
kandi X-RAY | ofBook Summary
This is a collaboratively written openFrameworks book.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ofBook
ofBook Key Features
ofBook Examples and Code Snippets
Community Discussions
Trending Discussions on ofBook
QUESTION
I find that when use pandoc --listings
, to render code chunk with latex listings package, it will change character, as github says, it is a bug. So pandoc had introduced \passthrough
to process it.
I decide to update my pandoc to 2.2.1 version, the newest current. But it pops error like this,
...ANSWER
Answered 2018-Jun-14 at 14:02This issue is not relevant to your LaTeX distribution, so there is no need to reinstall or update LaTeX.
Pandoc 2.x puts verbatim text in \passthrough{}
defined at
https://github.com/jgm/pandoc-templates/blob/052428151/default.latex#L169
if the --listings
flag is used in the command line.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ofBook
Download and install [Python 2.7+](https://www.python.org/)
Get the necessary python libraries using the python package manager ([pip](https://pip.pypa.io/en/latest/installing.html)). Python 2.7.9 and later (on the python2 series), and Python 3.4 and later include pip by default, so you may have pip already. It is typically stored in C:/PythonXX/Scripts. To access it from command line, you will need to add the location of your Scripts folder to your path variable (see this [guide](http://windowsitpro.com/systems-management/how-can-i-add-new-folder-my-system-path)). Run pip install -r requirements.txt from the command line (inside of the ofBook/ directory) to install the dependencies.
Download and install pandoc using the latest windows installer (.msi) from [here](https://github.com/jgm/pandoc/releases)
Download and install MiKTeX using the windows installer from [here](http://miktex.org/download) When installing, check the box for "Install Packages on the Fly." The pandoc → PDF pipeline uses latex packages that don’t all come standard with MiKTeX, so this will allow you to grab any missing packages when building the book for the first time.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page