source: libros/maquetacion/fuentes_libros.sty @ fdd7425

revisionfinal
Last change on this file since fdd7425 was 5450857, checked in by cualquiera <cualquiera@…>, 10 years ago

Cambios en el capitulo 3. Privacidad

  • Property mode set to 100644
File size: 4.2 KB
Line 
1% w-bookps.sty
2\def\pscurrentversion{Feb 16, 2012}
3
4  %****************************************************************%
5  %*                                                              *%
6  %*   Uso de fuentes PostScript                                  *%
7  %*                                                              *%
8  %*   Adaptado por Rodolfo Sumoza                                *%         
9  %*                                                              *%
10  %*   \documentclass{libros_cenditel}                            *%
11  %*                                                              *%
12  %*   \usepackage{w-bookps}                                      *%
13  %*                                                              *%
14  %****************************************************************%
15
16\typeout{^^J^^J
17Utilizando fuentes PostScript^^J^^J
18Estilo Fundación CENDITEL para libros^^J
19\pscurrentversion^^J^^J
20}
21
22%%  Se pueden cambiar las definiciones si es necesario ====>
23%%  Estos son los nombres de fuente Berry, los cuales se consiguen en la mayoría de los sistemas
24
25%% Times-Roman
26%------------------
27%% Nombres Berry:
28 \def\timesroman{ptmr}
29 \def\timesbold{ptmb}
30 \def\timesitalic{ptmri}
31 \def\timesbolditalic{ptmbi}
32
33%% Helvetica
34%------------------
35%% Nombres Berry:
36 \def\helvetica{phvr}
37 \def\helveticaoblique{phvro}
38 \def\helveticabold{phvb}
39 \def\helveticaboldoblique{phvbo}
40
41%% Courier
42%% Nombre Berry:
43\def\courier{pcrr}
44
45%% <==== Fin de cambios necesarios. Por favor no haga cambios en la siguiente parte.
46%% !!!!!!!!!
47%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
48
49%% Uso de las definiciones por defecto, nce these fonts
50%% dado que estas fuentes anteriores no serán utilizadas:
51
52\def\courieroblique{pcrro}
53\def\courierbold{pcrb}
54\def\courierboldoblique{pcrbo}
55%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
56
57
58\renewcommand{\sfdefault}{phv}
59\renewcommand{\rmdefault}{ptm}
60\renewcommand{\ttdefault}{pcr}
61
62%% Times-Roman
63\xdef\timesroman{\timesroman\space}
64\xdef\timesbold{\timesbold\space}
65\xdef\timesitalic{\timesitalic\space}
66\xdef\timesbolditalic{\timesbolditalic\space}
67
68%% Helvetica
69\xdef\helvetica{\helvetica\space}
70\xdef\helveticaoblique{\helveticaoblique\space}
71\xdef\helveticabold{\helveticabold\space}
72\xdef\helveticaboldoblique{\helveticaboldoblique\space}
73
74%% Courier
75\xdef\courier{\courier\space}
76\xdef\courieroblique{\courieroblique\space}
77\xdef\courierbold{\courierbold\space}
78\xdef\courierboldoblique{\courierboldoblique\space}
79
80%% Uso de fuentes especiales
81%%
82%% Tabla de Contenidos
83\font\tocarttitlefont=\helveticabold at 12pt
84\font\chaptocfont=\helveticabold at 10pt
85\font\tocfonts=\timesroman at 10pt
86
87%% Encabezados de paǵinas
88\font\runningheadfont=\helvetica at6.5pt
89\font\foliofont=\helveticabold at 9pt
90
91%% Título de libro, página de medio título
92
93\font\halftitlefont=\helveticabold at 20pt
94\font\titlefont=\helveticabold at 22pt
95\font\subtitlefont=\helveticabold at 20pt
96\font\editionfont=\helvetica at 14pt
97\font\authorfont=\helveticabold at 11pt
98\font\affilfont=\helvetica at 10pt
99\font\locfont=\timesbolditalic at 7pt
100
101\font\wileyfont=\helveticabold at 10pt
102\font\imprintfont=\helvetica at 10pt
103
104%% Título de Parte
105\font\partfont=\helvetica at 24pt
106\font\partnumberfont=\helveticabold at 14pt
107
108%% Título de Capítulo
109\font\chapternumberfont=\helveticabold at 14pt
110\font\chaptertitlefont=\helvetica at 18pt
111\font\chapaffilfont=\timesroman at 9pt
112
113%% Encabezados de Sección
114\font\sectionfont=\helveticabold at 10pt
115\font\subsectionfont=\helveticabold at 10pt
116\font\subsubsectionfont=\helveticaboldoblique at 9pt
117\font\paragraphfont=\helveticaoblique at 9.5pt
118
119%% Títulos de figuras, tablas ...
120\font\fignumfont=\timesbold at 9pt
121\font\tabnumfont=\timesbold at 9pt
122\font\figtextfont=\timesroman at 9pt
123\font\tabtextfont=\timesroman at 9pt
124
125%% Fuentes de Tabla
126\def\tablefontsize{\small}
127\def\tablefootnotesize{\footnotesize}
128
129%% Referencias/Bibliografía
130\def\bibfontsize{\small}
131
132%% Fuentes de Texto
133\font\bit=\timesbolditalic at 8pt
134
135%% Mayúscula de tamaño pequeño
136\font\bigscfont\timesroman at 9.5pt
137\font\smscfont\timesroman at 7.5pt
138\font\wherefont\timesitalic at 8pt
139
140%% Configuración de problemas
141\font\probfont\timesbolditalic at 10pt
142
143\@normalsize
144
145
Note: See TracBrowser for help on using the repository browser.