mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-25 07:13:14 +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{InnerLinkColor}{rgb}{0,0,0}
|
||||||
\definecolor{OuterLinkColor}{rgb}{1.0,0.5,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}{%
|
\renewcommand{\maketitle}{%
|
||||||
\begin{titlepage}%
|
\begin{titlepage}%
|
||||||
\let\footnotesize\small
|
\let\footnotesize\small
|
||||||
|
Loading…
x
Reference in New Issue
Block a user