Tagged Questions
6
votes
2answers
311 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
...
4
votes
3answers
402 views
Restricting the length of a line of text while allowing line breaks
While attempting to answer this question, I re-read Chapter 14 of The TeX Book (on how TeX breaks paragraphs into lines). It got me thinking: Is there a way to restrict the length of a string of text ...