summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/interfaces/interfaces-LaTeX.sty
blob: 34b9ae0a791b1c01687cad58d5852e1d982b793c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
%%
%% This is file `interfaces-LaTeX.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% interfaces.dtx  (with options: `LaTeX')
%% 
%% This is a generated file.
%% 
%% interfaces : 2010/10/31 v2.0 - interfaces : interfaces with keys for other packages (FC)
%% 
%% 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 interfaces.dtx
%% and the derived files
%%     interfaces.sty, interfaces.pdf, interfaces.ins,
%%     interfaces-base.sty,
%%     interfaces-LaTeX.sty,
%%     interfaces-tikz.sty,
%%     interfaces-titlesec.sty,
%%     interfaces-hyperref.sty,
%%     interfaces-bookmark.sty,
%%     interfaces-hypbmsec.sty,interfaces-hypbmsec.code.tex,
%%     interfaces-fancyhdr.sty,
%%     interfaces-marks.sty,
%%     interfaces-tocloft.sty,
%%     interfaces-makecell.sty,
%%     interfaces-enumitem.sty,
%%     interfaces-truncate.sty,
%%     interfaces-appendix.sty,
%%     interfaces-embedfile.sty,
%%     interfaces-environ.sty,
%%     interfaces-umrand.sty,
%%     interfaces-scrlfile.sty,
%%     interfaces-pgfkeys.sty,
%%     interfaces-etoolbox.sty,
%%     interfaces-fancyvrb.sty
%% 
%% interfaces: interfaces with keys for other packages (FC)
%% Copyright (C) 2010 by Florent Chervet <florent.chervet@free.fr>
%% 
\ProvidesPackage{interfaces-LaTeX}
   [2010/10/31 v2.0 pgfkeys macros for LaTeX (FC)]
\RequirePackage{interfaces-base}
\itf@pgfkeys
\newrobustcmd*\changefont[1]{\itf@pgfkeys
   \pgfqkeys{/itf/LaTeX/changefont}{#1}\selectfont
}% \changefont
\AfterPackage*{hyperref}
   {\pdfstringdefDisableCommands{\let\changefont\@gobble}}
\pgfqkeys{/itf/LaTeX/changefont}{%
   encoding/.code=\fontencoding{#1},encoding/.value required,%
      enc/.alias=encoding,%
   family/.code=\fontfamily{#1},family/.value required,%
      fam/.alias=family,%
   series/.code=\fontseries{#1},series/.value required,%
      ser/.alias=series,%
   shape/.code=\fontshape{#1},shape/.value required,%
      sha/.alias=shape,%
   size/.estore as dimen in cs=f@size,%
   size/.append code=\set@fontsize\f@linespread\f@size\f@baselineskip,%
      siz/.alias*=size,%
   baselineskip/.store as glue in cs=f@baselineskip,%
   baselineskip/.append code=\set@fontsize\f@linespread\f@size\f@baselineskip,%
      skip/.alias*=baselineskip,%
   linespread/.estore as dimen in cs=f@linespread,%
   linespread/.add code={\ifx\f@linespread\@empty\let\f@linespread\@ne\fi}%
                        {\edef\f@linespread{\expandafter\rem@pt\f@linespread}%
                         \set@fontsize\f@linespread\f@size\f@baselineskip},%
   linespread+/.prefix code=\ifx\f@linespread\@empty\let\f@linespread\@ne\fi,%
   linespread-/.prefix code=\ifx\f@linespread\@empty\let\f@linespread\@ne\fi,%
   linespread*/.prefix code=\ifx\f@linespread\@empty\let\f@linespread\@ne\fi,%
      spread/.alias*=linespread,%
}% \pgfkeys definitions for \changefont
\itf@AfterPackage{color}{%
   \pgfkeysifdefined{/itf/LaTeX/changefont/color/.@cmd}{}
      {\pgfkeys{/itf/LaTeX/changefont/color/.code=\color{#1}}}%
}% AfterPackage color
\itf@AfterPackage{xcolor}{%
   \pgfkeysifdefined{/itf/LaTeX/changefont/color/.@cmd}{}
      {\pgfkeys{/itf/LaTeX/changefont/color/.code=\color{#1}}}%
}% AfterPackage xcolor
\endinput
%%
%% End of file `interfaces-LaTeX.sty'.