I am using the textext extension to Inkscape to insert LaTeX into my figure. How can I specify the line width?
Asked
Active
Viewed 1,102 times
1 Answers
4
You can make text blocks of a given width using the minipage environment, so for example
\begin{minipage}{5cm}
This text block will have a width of 5cm.
\end{minipage}
Torbjørn T.
- 206,688
ptfor example). – Sigur Feb 18 '15 at 14:25\begin{minipage}{<width>}<text>\end{minipage}) – Torbjørn T. Feb 18 '15 at 14:26line widthdifferent from me. The OP was talking about the text width not about the thickness. Nice! Good shot! – Sigur Feb 18 '15 at 14:41