I am using PDFLaTeX to typeset a two-column document but there is a problem.
I do not want latex to hyphenate long words in the end of documents, so I use:
Code: Select all
\usepackage[none]{hyphenat}
Code: Select all
input\slash output
I have already read the hyphenat package help but there is no other option.
Please help me with my problem.
thanks
example:
Code: Select all
\documentclass[10pt,a4paper,twocolumn]{article}
\special{papersize=164mm,234mm}
%This file is prepared and compiled by MNZ script-to-latex program
\usepackage[none]{hyphenat}
\begin{document}
\twocolumn
suffer acute pain\slash{}test\slash{}test\slash{}test\slash{}test\slash{}remorse\slash{}test\slash{}test\slash{}test\slash{}test\slash{}test\slash{}test\slash{}test\slash{}test\slash{}test\slash{}test\slash{}test\slash{}test\slash{}test\slash{}test\slash{}test\slash{}test
\end{document}