Skip to main content

All Questions

Tagged with
4 questions with no upvoted or accepted answers
3 votes
1 answer
3k views

Pandoc can't convert to pdf, `xcolor.sty' not found

When I try to convert a file to pdf format with pandoc I receive this message: Error producing PDF. ! LaTeX Error: File `xcolor.sty' not found. Type X to quit or <RETURN> to proceed, or enter ...
Jonathan Strange's user avatar
2 votes
0 answers
339 views

Using pandoc, dzslides and mathjax only works with Firefox

I'm trying to create dzslides with pandoc (v. 1.9.4.2) that contain equations which I want to be rendered by mathjax. Consider the following example: % $\TeX$ test % John Doe % March 22, 2013 ## ...
Volker's user avatar
  • 378
1 vote
0 answers
782 views

How to convert mac osx dictionary to linux readable format?

I would like to be able to take the dictionary data described here: http://priithaamer.com/blog/ruby-on-rails-dictionary-for-macosx And convert it for reading on linux. Is there an app such as ...
David Watson's user avatar
0 votes
1 answer
551 views

BASH - combine .md files from subdirectories into a master .md

We have a growing list of subdirectories and we would like to summarize the content in each with a .txt or .md file. We would then like to consolidate those readmes into a single master readme. We ...
nicksinthemiex's user avatar