Questions tagged [varwidth]

A package that defines a {varwidth} environment (based on {minipage}) which is an analogue of {minipage}, but whose resulting width is the natural width of its contents.

64 questions
6
votes
1 answer

Combining varwidth with \hangindent

Looks like inside {varwidth} hangindent is applied to the right side of the paragraph, instead of the left…
Desik
  • 2,119
6
votes
2 answers

Combining centering with \narrowragged

Package varwidth defines the command \narrowragged that allows us to have narrow paragraphs. It makes all the lines, including the last one, to have approximately the same…
Desik
  • 2,119
1
vote
1 answer

problem with varwidth package

I had a book that contains the varwidth package. Until now everything was OK, but finally this error appeared: Sorry, but "C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe" did not succeed. The log file hopefully contains the information…
1
vote
1 answer

Align-top varwidth

There's a way to align-top an array of warwidth placed side by side? \documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[italian]{babel} \usepackage[ a4paper, margin=15mm, bindingoffset=2mm, …
user3204810
  • 1,415
0
votes
1 answer

If statement based on varwidth

I am producing a document with different widths using the varwidth package. While writing the content, I only work with one width at the time. For final production, the content is copied and pasted into a setup like this: \documentclass[varwidth,…
user44413
  • 601