diff options
| -rw-r--r-- | vutinf.dtx | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -213,6 +213,10 @@ Running "make install" installs the files in the local TeX tree. % \begin{macrocode} \setlength{\parindent}{0cm} % \end{macrocode} +% un-justify document (equal to flushleft) - align left +% \begin{macrocode} +\raggedright +% \end{macrocode} % % \begin{environment}{dummyEnv} % This is a dummy environment. If it did anything, we'd describe its |
