diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-16 23:58:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-16 23:58:18 +0000 |
commit | d4578705f135c332f8be53e89baf508a8bd4e13e (patch) | |
tree | 8851426aee39718e45a9d554a460a755d28c2421 /Master/texmf-dist/source/generic | |
parent | f565a84e02adcdb964437eb46e1f5c3a6554ddc2 (diff) |
xlop 0.23 (17dec10)
git-svn-id: svn://tug.org/texlive/trunk@20769 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r-- | Master/texmf-dist/source/generic/xlop/manual.sty | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/xlop/manual.sty b/Master/texmf-dist/source/generic/xlop/manual.sty index a186256b849..1047dd3766d 100644 --- a/Master/texmf-dist/source/generic/xlop/manual.sty +++ b/Master/texmf-dist/source/generic/xlop/manual.sty @@ -1,12 +1,16 @@ \usepackage[T1]{fontenc} \usepackage[latin1]{inputenc} -\usepackage{lmodern} +\usepackage{fourier} +\usepackage[scaled]{helvet} +\usepackage[scaled]{luximono} \usepackage{makeidx} \usepackage{longtable} \usepackage{multicol} \usepackage{pst-node} \usepackage{fvrb-ex} \usepackage{geometry} +\usepackage{hyperref} +\usepackage{microtype} \usepackage{xlop} \fvset{xrightmargin=5cm,frame=single,fontsize=\small} @@ -38,4 +42,5 @@ \newcommand\bull{\vrule width3pt height4pt depth-1pt} +\newcounter{stuff} \makeindex |