summaryrefslogtreecommitdiffstats
path: root/doc/api
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-30 09:34:03 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-30 09:34:03 +0000
commit55012a6900684a2f25e81990a2c9c0e8252a41c3 (patch)
tree847d3da12665f58be67361d89ae4a6fb6fc91088 /doc/api
parentad891c396d30628b7eb893f24ba4984c0363d685 (diff)
downloadkrb5-55012a6900684a2f25e81990a2c9c0e8252a41c3.tar.gz
krb5-55012a6900684a2f25e81990a2c9c0e8252a41c3.tar.xz
krb5-55012a6900684a2f25e81990a2c9c0e8252a41c3.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@959 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/fixunder.sty12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/api/fixunder.sty b/doc/api/fixunder.sty
new file mode 100644
index 0000000000..dfd0f320ec
--- /dev/null
+++ b/doc/api/fixunder.sty
@@ -0,0 +1,12 @@
+%
+% re-define _ to be normal, and to provide a reasonable underscore.
+%
+\catcode`\_=\active
+\def\_{_}
+\ifx\undefined\@psfonts
+\def_{\leavevmode \kern.06em \vbox{\hrule width.3em}}
+\else
+%only do this version if we have PostScript fonts already loaded.
+\font\courier = c-med
+\def_{\leavevmode {\courier \char95}}
+\fi