diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls b/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls index 6844a860dbc..95dfdcd2fa5 100644 --- a/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls +++ b/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls @@ -38,7 +38,7 @@ % \section{Identification} % % \begin{macrocode} -\ProvidesClass{scrguide}[2015/03/31 v1.9 internal KOMA-Script guide class] +\ProvidesClass{scrguide}[2015/09/14 v1.9a internal KOMA-Script guide class] % \end{macrocode} % % @@ -1305,7 +1305,8 @@ columns=fullflexible,keepspaces,% aboveskip=.4\baselineskip,% belowskip=0pt% -} \lstdefinestyle{code}{% +}% +\lstdefinestyle{code}{% style=basics,% language=[LaTeX]TeX,% moretexcs={% @@ -1313,7 +1314,7 @@ @ifundefined, @rightmark, @secondoftwo, @tempswafalse,@tempswatrue, @undefined, AtBeginDocument,AtEndDocument, appendix, ClassWarningNoLine,CurrentOption, - color, + color,colorbox, DeclareOption,DeclareRobustCommand,dimexpr, end@float, ExecuteOptions, if@filesw,if@tempswa,if@twoside, includegraphics, MessageBreak, onehalfspacing, @@ -1322,9 +1323,11 @@ RequirePackage,RequirePackageWithOptions,setkey,setlength, SelectInputMappings,setkeys, textsuperscript}% -} \lstdefinestyle{output}{% +}% +\lstdefinestyle{output}{% style=basics,breaklines,prebreak=\mbox{$\hookleftarrow$}% -} \lstdefinestyle{KOMA}{% +}% +\lstdefinestyle{KOMA}{% style=code,% moretexcs={% @addtoplength,@setplength,@newplength, activateareas, @@ -1343,9 +1346,12 @@ blinddocument,blindtext,Blinddocument,Blindtext, cc,captionabove,captionaboveof,captionbelow,captionbelowof,captionformat, captionof,cefoot,cfoot,chapapp, chapappifchapterprefix, - chapter,chapterformat,chaptermarkformat,chapterpagestyle,chead, + chapter,chapterlinesformat,chapterlineswithprefixformat, + chapterformat,chaptermarkformat,chapterpagestyle,chead, cleardoubleevenemptypage,clearscrheadfoot,closing,cofoot,Comment, - DeclareLayer,DeclareNewNoteColumn,DeclareNewPageStyleAlias, + DeclareLayer,DeclareNewLayer,DeclareNewPageStyleByLayers, + DeclarePageStyleByLayers, + DeclareNewNoteColumn,DeclareNewPageStyleAlias, DeclareNewTOC,DeclareSectionCommand,DeclareNewSectionCommand, RedeclareSectionCommand,ProvideSectionCommand, dedication,defcaptionname,deffootnote,deffootnotemark, @@ -1368,6 +1374,7 @@ ifattoclist,ifoot,ihead,ifkomavarempty,ifstr,ifthispageodd,InputAddressFile, KOMAoption,KOMAoptions,KOMAScript, l@addto@macro, LastName,layerwidth,layerheight,lefoot,lehead,LetterOptionNeedsPapersize, + LenToUnit, lipsum,listoffigures, listoftables,listoftoc,LoadLetterOption,lofoot,lohead,lowertitleback, MakeMarkcase,makenote,maketitle,manualmark,marginline,minisec, @@ -1378,6 +1385,7 @@ Paragraph,parellipsis,parformat,parname,parshortname, part,partformat,partname,partpagestyle,pnumfont, PreventPackageFromLoading,providecaptionname,publishers,ps, + putLL,putLR,putUL,putUR,putC, raggedsection,raggedpart,raggedsignature,recalctypearea, refL,refS,refN,refoot, refParagraph,refParagraphN,refPar,refParL,refParS,refParN, @@ -1386,8 +1394,10 @@ removereffields,renewcaptionname, RedeclarePageStyleAlias, ReplaceInput,ReplacePackage,ResetPreventPackageFromLoading, - rohead,sectionformat,subsectionformat,subsubsectionformat, - sectionmarkformat,Sentence,sentencename,sentenceshortname, + rohead, + sectionformat,subsectionformat,subsubsectionformat, + sectionmarkformat,sectioncatchphraseformat,sectionlinesformat, + Sentence,sentencename,sentenceshortname, setbibpreamble,setcapindent,setcapwidth, setchapterpreamble,setfootbotline,setfootsepline,setfootwidth, setheadsepline,setheadtopline,setheadwidth,setindexpreamble,setkomafont, |