Tagged Questions
0
votes
0answers
56 views
Maximum image size [closed]
Using pandoc (with xelatex) to parse markdown content including images, sometimes I get the following error:
Error producing PDF from TeX source.
! Dimension too large.
What is the maximum size ...
6
votes
2answers
307 views
Resize all images in Latex to a percentage width
I am auto-generating multiple tex files using pandoc (one tex file for each of my chapters). Pandoc generates this tex code for each image.
\begin{figure}[htbp]
\centering
...
5
votes
1answer
648 views
redefine \includegraphics for beamer
I'm using Pandoc to convert from markdown to LaTeX or Beamer.
The LaTeX template of Pandoc has nice command so that images are resized to fit the text width but the Beamer output is not.
...