diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/ms/count1to.drv')
-rw-r--r-- | Master/texmf-dist/source/latex/ms/count1to.drv | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/ms/count1to.drv b/Master/texmf-dist/source/latex/ms/count1to.drv index c03f6bd366c..687e69d5973 100644 --- a/Master/texmf-dist/source/latex/ms/count1to.drv +++ b/Master/texmf-dist/source/latex/ms/count1to.drv @@ -9,29 +9,43 @@ %% This file is part of the Count1to package %% ----------------------------------------- %% -%% Copyright (c) [1994..1999] by Martin Schr"oder. All rights reserved. +%% Copyright (c) 1994..2009 by Martin Schroeder. All rights reserved. %% %% To produce the documentation in the way you like you are allowed %% to change this driver file. %% \NeedsTeXFormat{LaTeX2e} \ProvidesFile{count1to.drv} - [1999/06/08 v1.22 Driver for Count1to9 Package (MS)] -\documentclass{ltxdoc} + [2009/05/24 v2.1 Driver for Count1to9 Package (MS)] +\documentclass[a4paper]{ltxdoc} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\usepackage{microtype} \usepackage{booktabs} \usepackage{url} \usepackage{count1to} \usepackage[toc]{multitoc} +\usepackage{svn} +\usepackage{hypdoc} +\usepackage{geometry} \GetFileInfo{count1to.sty} \setcounter{IndexColumns}{2} +\makeatletter + \renewenvironment{theglossary}{% + \glossary@prologue + \setlength\emergencystretch{5em} + \GlossaryParms \let\item\@idxitem \ignorespaces}{} +\makeatother \EnableCrossrefs +\RecordChanges %%\DisableCrossrefs% Say \DisableCrossrefs if index is ready \CodelineIndex % Index code by line number -\OnlyDescription % comment out for implementation details %%\OldMakeIndex % use if your MakeIndex is pre-v2.9 \setcounter{IndexColumns}{2} \setlength{\IndexMin}{30ex} \setlength{\premulticols}{\IndexMin} +\addtolength{\oddsidemargin}{1cm} +\addtolength{\textwidth}{-1cm} \begin{document} \DocInput{count1to.dtx} \end{document} @@ -55,22 +69,21 @@ %% =================================================================== %% @LaTeX-style-file{ %% author = {Martin Schr\"oder}, -%% version = "1.22", -%% date = "8 June 1999", +%% version = "2.1", +%% date = "24 May 2009", %% filename = "count1to.sty", %% address = {Martin Schr\"oder -%% Cr\"usemannallee 3 -%% D-28213 Bremen -%% telephone = "+49-421-2239425", -%% email = "Martin.Schroeder@ACM.org", -%% pgp-Key = "2048 bit / KeyID 292814E5", -%% pgp-fingerprint = "7E86 6EC8 97FA 2995 82C3 FEA5 2719 090E", +%% Barmer Stra\"se 14 +%% 44137 Dortmund +%% Germany} +%% telephone = "+49-231-1206574", +%% email = "martin@oneiros.de", %% docstring = "LaTeX package which sets count1 to count9, %% which can be used to select certain pages %% with a driver. %% Also provides access to the number of pages %% of the document. -%% Uses the everyshi package. +%% Uses the everyshi package." %% } %% =================================================================== %% \fi |