source: libros/maquetacion/w-bookps.sty @ bf4d830

revisionfinal
Last change on this file since bf4d830 was 147fb25, checked in by Antonio Araujo Brett <aaraujo@…>, 10 years ago

En el directorio maquetacion del control de versiones se agregaron todos los archivos fuentes con la nueva plantilla LaTeX del formato del libro.

  • Property mode set to 100755
File size: 4.5 KB
Line 
1% w-bookps.sty
2\def\pscurrentversion{Feb 16, 2012}
3
4  %****************************************************************%
5  %*                                                              *%
6  %*   PostScript fonts for                                       *%
7  %*                                                              *%
8  %*   Wiley Book Style, Design No.: SD 001C                      *%
9  %*   John Wiley and Sons, Publishers                            *%
10  %*                                                              *%
11  %*   Prepared by Amy Hendrickson, TeXnology Inc.                *%         
12  %*   (617) 738-8029                                             *%
13  %*                                                              *%
14  %*   \documentclass{wileySix}                                   *%
15  %*   or                                                         *%
16  %*   \documentclass{wileySev}                                   *%
17  %*                                                              *%
18  %*   \usepackage{w-bookps}                                      *%
19  %*                                                              *%
20  %****************************************************************%
21
22\typeout{^^J^^J
23Using PostScript Fonts^^J^^J
24Wiley Monograph/Edited Book Style^^J
25\pscurrentversion^^J^^J
26}
27
28%%  Change these definitions, if necessary ====>
29%%  These are the Berry font names, found on most systems
30
31%% Times-Roman
32%------------------
33%% Berry Names:
34 \def\timesroman{ptmr}
35 \def\timesbold{ptmb}
36 \def\timesitalic{ptmri}
37 \def\timesbolditalic{ptmbi}
38
39%% Helvetica
40%------------------
41%% Berry Names:
42 \def\helvetica{phvr}
43 \def\helveticaoblique{phvro}
44 \def\helveticabold{phvb}
45 \def\helveticaboldoblique{phvbo}
46
47%% Courier
48%% Berry Name:
49\def\courier{pcrr}
50
51%% <==== End of changes needed. Please do not make changes below this point.
52%% !!!!!!!!!
53%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
54
55%% default definitions, since these fonts
56%% will not be used:
57
58\def\courieroblique{pcrro}
59\def\courierbold{pcrb}
60\def\courierboldoblique{pcrbo}
61%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
62
63
64\renewcommand{\sfdefault}{phv}
65\renewcommand{\rmdefault}{ptm}
66\renewcommand{\ttdefault}{pcr}
67
68%% Times-Roman
69\xdef\timesroman{\timesroman\space}
70\xdef\timesbold{\timesbold\space}
71\xdef\timesitalic{\timesitalic\space}
72\xdef\timesbolditalic{\timesbolditalic\space}
73
74%% Helvetica
75\xdef\helvetica{\helvetica\space}
76\xdef\helveticaoblique{\helveticaoblique\space}
77\xdef\helveticabold{\helveticabold\space}
78\xdef\helveticaboldoblique{\helveticaboldoblique\space}
79
80%% Courier
81\xdef\courier{\courier\space}
82\xdef\courieroblique{\courieroblique\space}
83\xdef\courierbold{\courierbold\space}
84\xdef\courierboldoblique{\courierboldoblique\space}
85
86%% Special Use Fonts
87%%
88%% Table of Contents
89\font\tocarttitlefont=\helveticabold at 12pt
90\font\chaptocfont=\helveticabold at 10pt
91\font\tocfonts=\timesroman at 10pt
92
93%% Running heads
94\font\runningheadfont=\helvetica at6.5pt
95\font\foliofont=\helveticabold at 9pt
96
97%% Book Title, Half title page
98
99\font\halftitlefont=\helveticabold at 20pt
100\font\titlefont=\helveticabold at 24pt
101\font\subtitlefont=\helveticabold at 20pt
102\font\editionfont=\helvetica at 14pt
103\font\authorfont=\helveticabold at 11pt
104\font\affilfont=\helvetica at 10pt
105\font\locfont=\timesbolditalic at 7pt
106
107\font\wileyfont=\helveticabold at 10pt
108\font\imprintfont=\helvetica at 10pt
109
110%% Part Title
111\font\partfont=\helvetica at 24pt
112\font\partnumberfont=\helveticabold at 14pt
113
114%% Chapter Title
115\font\chapternumberfont=\helveticabold at 14pt
116\font\chaptertitlefont=\helvetica at 18pt
117\font\chapaffilfont=\timesroman at 9pt
118
119%% Section heads
120\font\sectionfont=\helveticabold at 10pt
121\font\subsectionfont=\helveticabold at 10pt
122\font\subsubsectionfont=\helveticaboldoblique at 9pt
123\font\paragraphfont=\helveticaoblique at 9.5pt
124
125%% Caption
126\font\fignumfont=\timesbold at 9pt
127\font\tabnumfont=\timesbold at 9pt
128\font\figtextfont=\timesroman at 9pt
129\font\tabtextfont=\timesroman at 9pt
130
131%% Table fonts
132\def\tablefontsize{\small}
133\def\tablefootnotesize{\footnotesize}
134
135%% References/Bibliography
136\def\bibfontsize{\small}
137
138%% Text fonts
139\font\bit=\timesbolditalic at 8pt
140
141%% Fake Small Caps
142\font\bigscfont\timesroman at 9.5pt
143\font\smscfont\timesroman at 7.5pt
144\font\wherefont\timesitalic at 8pt
145
146%% Problem Sets
147\font\probfont\timesbolditalic at 10pt
148
149\@normalsize
150
151
Note: See TracBrowser for help on using the repository browser.