diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/mylatexformat/mylatexformat.drv')
-rw-r--r-- | Master/texmf-dist/source/latex/mylatexformat/mylatexformat.drv | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/mylatexformat/mylatexformat.drv b/Master/texmf-dist/source/latex/mylatexformat/mylatexformat.drv new file mode 100644 index 00000000000..8a72d6a75f5 --- /dev/null +++ b/Master/texmf-dist/source/latex/mylatexformat/mylatexformat.drv @@ -0,0 +1,55 @@ +%% +%% This is file `mylatexformat.drv', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% mylatexformat.dtx (with options: `driver') +%% +%% This is a generated file. +%% +%% mylatexformat : 2010/04/30 v1.0 - Use mylatexformat.ltx to make a format based on the preamble of any LaTeX file +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3 of this license or (at your option) any later +%% version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% +%% This work consists of the main source file mylatexformat.dtx +%% and the derived files +%% mylatexformat.ltx, mylatexformat.pdf, mylatexformat.ins +%% +%% mylatexformat - Use mylatexformat.ltx to make a format based on the preamble of any LaTeX file +%% Copyright (C) 2010 by Florent Chervet <florent.chervet@free.fr> +%% +\edef\thisfile{\jobname} +\def\thisinfo{Use mylatexformat.ltx to make a format based on the preamble of any LaTeX file} +\def\thisdate{2010/04/30} +\def\thisversion{1.0} +\let\loadclass\LoadClass +\def\LoadClass#1{\loadclass[abstracton]{scrartcl}\let\scrmaketitle\maketitle\AtEndOfClass{\let\maketitle\scrmaketitle}} +\documentclass[a4paper,oneside]{ltxdoc} +\usepackage[latin1]{inputenc} +\usepackage[american]{babel} +\usepackage[T1]{fontenc} +\usepackage{etex,etoolbox,holtxdoc,geometry,lastpage,tocloft,graphicx,xspace,fancyhdr,color,bbding,embedfile,framed,keycommand,multirow,txfonts,makecell,enumitem,arydshln,atveryend} +\CodelineNumbered +\usepackage{fancyvrb} +\lastlinefit999 +\geometry{top=2cm,headheight=1cm,headsep=.3cm,bottom=1.4cm,footskip=.5cm,left=2.5cm,right=1cm} +\hypersetup{% + pdftitle={The mylatexformat package}, + pdfsubject={Use mylatexformat.ltx to make a format based on the preamble of any LaTeX file}, + pdfauthor={Florent CHERVET}, + colorlinks,linkcolor=reflink, + pdfstartview={FitH}, + pdfkeywords={tex, e-tex, latex, package, format, formats, pdfTeX}, + bookmarksopen=true,bookmarksopenlevel=2} +\embedfile{\thisfile.dtx} +\begin{document} + \DocInput{\thisfile.dtx} +\end{document} +\endinput +%% +%% End of file `mylatexformat.drv'. |