1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
%%% ====================================================================
%%% @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 = "22114 70 244 2554",
%%% email = "beebe@alfred.math.utah.edu (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "bibliography",
%%% license = "public domain",
%%% 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]%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|