Subversion Repositories svnkaklik

Rev

Rev 1133 | Rev 1142 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1133 Rev 1135
Line 67... Line 67...
67
   \signature % makes dots
67
   \signature % makes dots
68
}
68
}
69
 
69
 
70
%%%%% <--   % The place for your own macros is here.
70
%%%%% <--   % The place for your own macros is here.
71
 
71
 
-
 
72
\def\gloslist{}
-
 
73
\def\glos #1#2{\global\sdef{;#1}{{#1}{#2}}%
-
 
74
   \global\expandafter\addto\expandafter\gloslist\expandafter{\csname;#1\endcsname}%
-
 
75
}
-
 
76
\def\makeglos{%
-
 
77
   \ifx\gloslist\empty
-
 
78
      \opwarning{Gossary data unavailable}%
-
 
79
   \else
-
 
80
      \bgroup
-
 
81
        \let\iilist=\gloslist
-
 
82
        \dosorting
-
 
83
        \def\act##1{\ifx##1\relax \else \expandafter\printglos##1\expandafter\act\fi}
-
 
84
        \expandafter\act\iilist\relax
-
 
85
      \egroup
-
 
86
   \fi
-
 
87
}
-
 
88
\newdimen\glosindent  \glosindent=2\parindent
-
 
89
\def\printglos #1#2{\noindent #1 -- #2\par}
-
 
90
 
-
 
91
 
72
%\draft     % Uncomment this if the version of your document is working only.
92
%\draft     % Uncomment this if the version of your document is working only.
73
%\linespacing=1.7  % uncomment this if you need more spaces between lines
93
%\linespacing=1.7  % uncomment this if you need more spaces between lines
74
                   % Warning: this works only when \draft is activated!
94
                   % Warning: this works only when \draft is activated!
75
\savetoner        % Turns off the lightBlue backround of tables and
95
\savetoner        % Turns off the lightBlue backround of tables and
76
                   % verbatims, only for \draft version.
96
                   % verbatims, only for \draft version.