Changeset 4303

Show
Ignore:
Timestamp:
11/02/09 11:02:20 (3 weeks ago)
Author:
gls
Message:

fortify.sty now includes package graphicsx

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Fortify/fortify.sty

    r4282 r4303  
    2323\usepackage{amsmath} %maths 
    2424\usepackage{stmaryrd} 
     25\usepackage{graphicx} 
    2526\usepackage[utf8]{inputenc} %useful to type directly accentuated characters 
     27 
    2628\newlength{\FortressCodeIndent} 
    2729\setlength{\FortressCodeIndent}{1em} 
     
    136138 
    137139\newcommand\FortressCode{\lineskip=1.5pt\lineskiplimit=1.5pt 
    138  \setbox\fortresssavedtabstack=\box\fortresstabstack 
     140  \setbox\fortresssavedtabstack=\box\fortresstabstack 
    139141  \global\setbox\fortresstabstack=\hbox{\hbox{}}\relax 
    140142  \FortressInnerMacros 
     
    150152  \def\digitblank{{\setbox0=\hbox{0}\hbox to \wd0{\hss}}}% 
    151153  \fortresscommentalignblockfalse 
     154  \topsep=4pt plus 2pt   \parsep=\parskip  \partopsep=1pt plus 1pt 
     155  \trivlist 
     156  \item[] 
    152157  \fortressbeginline\ignorespaces} 
    153 \def\endFortressCode{\fortressendline 
     158\def\endFortressCode{\fortressendline\endtrivlist 
    154159  \global\setbox\fortresstabstack=\box\fortresssavedtabstack} 
    155160