summaryrefslogtreecommitdiff
path: root/info/biblio/gut.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/biblio/gut.sty
Initial commit
Diffstat (limited to 'info/biblio/gut.sty')
-rw-r--r--info/biblio/gut.sty69
1 files changed, 69 insertions, 0 deletions
diff --git a/info/biblio/gut.sty b/info/biblio/gut.sty
new file mode 100644
index 0000000000..18dec9466f
--- /dev/null
+++ b/info/biblio/gut.sty
@@ -0,0 +1,69 @@
+%%% ====================================================================
+%%% @LaTeX-style-file{
+%%% author = "Nelson H. F. Beebe",
+%%% version = "1.00",
+%%% date = "20 March 1992",
+%%% time = "08:04:46 MST",
+%%% filename = "gut.sty",
+%%% address = "Center for Scientific Computing
+%%% Department of Mathematics
+%%% South Physics Building
+%%% University of Utah
+%%% Salt Lake City, UT 84112
+%%% USA",
+%%% telephone = "(801) 581-5254",
+%%% FAX = "(801) 581-4148",
+%%% checksum = "",
+%%% email = "beebe@alfred.math.utah.edu (Internet)",
+%%% codetable = "ISO/ASCII",
+%%% keywords = "bibliography",
+%%% supported = "yes",
+%%% docstring = "This file contains macro definitions needed
+%%% for the Cahiers GUTenberg bibliography file,
+%%% gut.bib.
+%%%
+%%% The checksum field above contains a CRC-16
+%%% checksum as the first value, followed by the
+%%% equivalent of the standard UNIX wc (word
+%%% count) utility output of lines, words, and
+%%% characters. This is produced by Robert
+%%% Solovay's checksum utility.",
+%%% }
+%%% ====================================================================
+
+% gut.sty -- macros for gut.bib
+% We only provide definitions when the control sequences are
+% unknown, so that if french.sty is preloaded, better definitions
+% will be provided.
+\ifx\oguill\undefined
+ \def\oguill{{\tt <<}}
+\fi
+
+\ifx\fguill\undefined
+ \def\fguill{{\tt >>}}
+\fi
+
+\ifx\AmSTeX\undefined
+ \def\AmSTeX{$\cal A$\kern-.1667em\lower.4ex\hbox{$\cal M$}%
+ \kern-.1em{$\cal S$}-\TeX}
+\fi
+
+\ifx\AsTeX\undefined
+ \def\AsTeX{As\TeX}
+\fi
+
+\ifx\LamSTeX\undefined
+ \def\LamSTeX{L\kern-.36em\raise.3ex\hbox{$\scriptstyle\cal A$}\kern-.25em
+ \lower.4ex\hbox{$\cal M$}\kern-.1em{$\cal S$}-\TeX}
+\fi
+
+\ifx\MF\undefind
+ \font\logo=logo10 scaled \magstephalf
+ \def\MF{{\logo METAFONT}}
+\fi
+
+% Help TeX with French hyphenations and acronyms
+\hyphenation{av-ril jui-llet sept-em-bre oct-o-bre nov-em-bre dec-em-bre
+ WY-SI-WYG}
+\endinput
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%[End of gut.sty]%%%%%%%%%%%%%%%%%%%%%%%%%%%%