Changeset 129d72 in git for doc/singcard.tex


Ignore:
Timestamp:
May 25, 1998, 11:43:04 AM (25 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
d9267fcb189e48308b5f068bd1ebcdfb10208994
Parents:
f486f52815f4a23bc601df252061ee62cebecd6d
Message:
	* singcard.tex (\alt): new macro
	  (\verysmallskipamount): slightly changed
	  (\entryskip): new macro


git-svn-id: file:///usr/local/Singular/svn/trunk@1976 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/singcard.tex

    rf486f5 r129d72  
    1 % $Id: singcard.tex,v 1.1 1998-05-12 07:24:04 schmidt Exp $
     1% $Id: singcard.tex,v 1.2 1998-05-25 09:43:04 schmidt Exp $
    22
    33%
     
    161161% \ctl: print control keys
    162162% \opt: print optional arguments
     163% \alt: separate alternative arguments
    163164% \rmslash: print a slash in roman type face
    164165% \eg, \ie: obvious
     
    171172\def\ctl#1{{\tt C-#1}}
    172173\def\opt#1{{\rm[{\tt #1}]}}
     174\def\alt{\hbox{\hskip 1.15pt\vrule height5.5pt depth1pt width0.25pt\hskip 1pt}}
    173175\def\rmslash{{\rm /}}
    174176\def\eg{e.g.~}
     
    176178
    177179\newskip\verysmallskipamount
    178 \verysmallskipamount=1pt plus 3pt minus 0.333333pt
     180\verysmallskipamount=1pt plus 0.333333pt minus 0.333333pt
    179181\def\verysmallskip{\vskip \verysmallskipamount}
    180182
     
    212214% \longitem: insert an entry with a long item field and no
    213215%   definition field into a \sec
     216% \entryskip: insert glue between two entries
    214217%
    215218\def\subsec#1{\noalign{\smallskip\bf #1}}
     
    218221\long\def\longentry#1&#2\cr{\noalign{\strut\tt #1\strut}\ &#2\cr}
    219222\long\def\longitem#1\cr{\noalign{\strut\tt #1\strut}}
     223
     224\newskip\entryskipamount
     225\entryskipamount=\smallskipamount
     226\def\entryskip{\noalign{\vskip \entryskipamount}}
    220227
    221228%
Note: See TracChangeset for help on using the changeset viewer.