mirror of
https://git.rtems.org/rtems-docs/
synced 2025-06-04 10:58:45 +08:00
Wrap \tabulary environment to allow breaking underscores.
* This \discretionary to avoid language issues.
This commit is contained in:
parent
fa70fd2087
commit
1ea5fb7293
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user