Wrap \tabulary environment to allow breaking underscores.

* This \discretionary to avoid language issues.
This commit is contained in:
Amar Takhar 2016-02-29 22:46:08 -05:00 committed by Amar Takhar
parent fa70fd2087
commit 1ea5fb7293

View File

@ -2,6 +2,15 @@
\definecolor{InnerLinkColor}{rgb}{0,0,0}
\definecolor{OuterLinkColor}{rgb}{1.0,0.5,0.0}
\newenvironment{underscoresplit}{\let\underscore\_
\renewcommand{\_}{\discretionary{\underscore}{}{\underscore}}}{}
\let\oldtabulary\tabulary
\let\endoldtabulary\endtabulary
\renewenvironment{tabulary}{\underscoresplit\oldtabulary}{\endoldtabulary\endunderscoresplit}
\renewcommand{\maketitle}{%
\begin{titlepage}%
\let\footnotesize\small