-
I installed texlive and pandoc yesterday. I try to output a pdf from this markdown file:
``` markdown
## Hello
I am a markdown document
```
Running `pandoc example2.md --template=template.tex -o e…
-
Trying to generate a TOC using RST doesn't work.
If I create a template file containing only:
$if(toc)$
$toc$
$endif$
When I specify the --toc -t rst options, the output is "yes".
The default temp…
-
Generic issue while resolve...
1. This code only works with GNU grep... need eg egrep 'GNU ar|BSD ar'
```
# Check for GNU/BSD ar
if !…
-
pandoc segmentation fault when deal with bib file:
```
pandoc --bibliography=/Volumes/Mac/Users/RAM/Pandoc/bib/Bib.bib -s -S -o k.pdf -N --latex-engine=xelatex --template=~/artical.tex ~/README.md
…
-
The manual page has links to display the latest version of the manual pages from cvs.openbsd.org
Currently OpenSMTPD is not the default MTA on OpenBSD, so the manual pages returned are those of sendm…
-
Hi,
I'm trying to create a beamer presentation and setting the `lang` variable, so that auto-generated text and hyphenation is correct.
This is my sample document (in portuguese):
``` md
% Teste de…
cmmp updated
12 years ago
-
And I don't understand why and when.
for example:
markdown : https://github.com/Bridgit/Bridgit/blob/master/posts/2010-12-16-FS3.md
html : https://github.com/Bridgit/bridgit.github.com/blob/master/…
ghost updated
12 years ago
-
I am having problems with installing pandoc in a clean hsenv with cabal up to date
After creating the hsenv and activating it, I directly do:
```
$ cabal install pandoc
```
I do not get any error bu…
-
*Issue migrated from trac ticket # 66*
**component:** platforms | **priority:** trivial | **resolution:** fixed
#### 2012-01-04 16:05:39: fecund created the issue
___
> Hi- I just got the latest r…
-
The mandoc(3) related code for parsing the man pages in mandocdb.c in it's present state is unable to identify escape sequences and returns them as it is.
This needs to be fixed.