diff options
author | Hans Hagen <pragma@wxs.nl> | 2002-03-12 00:00:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2002-03-12 00:00:00 +0100 |
commit | 9637343330dd2328e6fb2bcfb4fc0d0a25616965 (patch) | |
tree | 1ff1ac2828d6a1d9ff9b3c1e661290e2edb9fbf8 /tex/context/base/lang-ini.tex | |
parent | 6a8becf936f346438dfcb463bbb195bf4dd45d7d (diff) | |
download | context-9637343330dd2328e6fb2bcfb4fc0d0a25616965.tar.gz |
stable 2002.03.12
Diffstat (limited to 'tex/context/base/lang-ini.tex')
-rw-r--r-- | tex/context/base/lang-ini.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tex/context/base/lang-ini.tex b/tex/context/base/lang-ini.tex index 0f7442576..c2ef0840a 100644 --- a/tex/context/base/lang-ini.tex +++ b/tex/context/base/lang-ini.tex @@ -841,6 +841,15 @@ \def\rightsubfakeguillemot {\hbox{\raise.25ex\hbox{$\scriptscriptstyle>$}}} +%D Pretty Plain: + +\def\fakeunderscore{\leavevmode\kern.06em\vbox{\hrule\!!width.3em}} + +\ifx\mathunderscore\undefined \let\mathunderscore\fakeunderscore \fi +\ifx\textunderscore\undefined \let\textunderscore\fakeunderscore \fi + +\def\_{\ifmmode\mathunderscore\else\textunderscore\fi} + %D Just like with subsentence boundary symbols, quotes %D placement depends on the current language, therefore we show %D the defaults here. |