diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide.cfg')
-rw-r--r-- | Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide.cfg | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide.cfg b/Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide.cfg new file mode 100644 index 00000000000..3d1ad81c684 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide.cfg @@ -0,0 +1,90 @@ +\ProvidesFile{ltxkeys-guide.cfg}% + [2011/11/01 v0.0.2 Configuration file for ltxkeys-guide.tex (AM)] + +\cptloadpackages{% + xwatermark|printwatermark; + array; + colortbl; + ltablex; +} +\new@def*\textpgfkeys{\texttt{pgf}~keys\sspace} + +\amltxoptions{% + geometryoptions = {left=3cm,right=3cm,top=2.5cm,% + bottom=2.5cm,includeheadfoot}, + reviewdocument = false, + parindent = false, + toc = false, + frontpagestyle = empty, + pretitleskip = 0ex, + posttitleskip = 1ex, + presuptitleskip = 15ex, + postsuptitleskip = 0ex, + presubtitleskip = 0ex, + postsubtitleskip = 0ex, + natbiboptions = {numbers,sort&compress}, + cmdcolor = xmagenta1, + stylecolor = xgreen1, + speccolor = teal, + sectionheadcolor = blue +} + +\ltsnewletcs*\sectionbreak\medbreak +\AtBeginDocument{\renewdef*\thefootnote{\fnsymbol{footnote}}} +\robust@def*\textnewkey{\mbox{\fx{\ltxkeys@new}xxx\fx{key}}\sspace} +\robust@def*\textltxkey{\mbox{\fx{\ltxkeys@}xxx\fx{key}}\sspace} +\new@def*\boldreddot{\makered{\textbf{.}}} +\new@def*\keydotchoice#1#2{\ang{#1}\unskip\boldreddot\unskip\ang{{#2}}} +\new@def*\mpkey{\fnl\bs{mp,key}\sspace} +\new@def*\ifmpkey{\mbox{\cmdtext{\bs if}\fnl{}{mp,key}}\sspace} +\new@def*\preffamkey{\fnl*'\bs{pref,fam,key}\sspace} +\new@def*\ipreffamkey#1{\mbox{\cmdtext{\bs#1}\fnl*{}{pref,fam,key}}} +\new@def*\jpreffamkey#1{\mbox{\fnl*'\bs{pref,fam,key}\unskip\fx{@#1}}} +\new@def*\jpreffam#1{\fnl*'\bs{pref,fam,#1}} + +\ifamd@subsidfile\else\ltsafterfi + +\usepackage[persistent,useincluput]{ltxtools-incluput} + +\fancypagenos[% + textalign = center, + show-on-page-one = false, + show-page-numbers = true, + show-headrule = true, + show-footrule = false, + y-position = -.44\paperheight, + x-position = 0, + scale = 1, + angle = 0, + style = \textsc{Page~\thepage~of~\pageref{xwmlastpage}}, + left-header = The \textcolor{macrocolor}{ltxkeys} package, + right-header = \ttcl{black}{\today} +] + +\newwatermark +[page=1,fontfamily=phv,fontsize=11pt,fontseries=m,align=center, + coordunit=pc,width=.975\paperwidth,angle=0,scale=1,xpos=-.62,ypos=30.35]{% + \xwmcolorbox[framesep=5pt,framerule=2pt,fillcolor=white, + outerframecolor=Orange,innerframecolor=brown,textalign=justified, + width=.975\paperwidth]{% + \normalfont\small\color{black}\vspace*{-1ex}% + \parbox{.95\paperwidth}{% + \ltsreddots{1.2}{\large\textsc{License}}\vspace*{1ex}% + This work (\ie, all the files in the \pkg{ltxkeys} manifest) may be distributed and/or + modified under the conditions of the \lppl, either version~1.3 of this license or any later + version. The \lppl maintenance status of this software is \quoted{author-maintained}. This + software is provided \quoted{as it is}, without warranty of any kind, either expressed or + implied, including, but not limited to, the implied warranties of merchantability and + fitness for a particular purpose. \makered{\CopyrightYear}\vspace*{\baselineskip}% + \ltsreddots{1}{\large\textsc{Summary}}\vspace*{1ex}% + The \pkg'{ltxkeys} provides facilities for creating and managing keys in the manner of the \pkg'{keyval, xkeyval}, but it is intended to be more robust and faster than these earlier packages. Yet it comes with many new functions. + \vspace*{1ex}% + }% + }% +} + +\ltsfi + +\endinput + +%%% End of file ltxkeys-guide.cfg %%% |