source: libros/maquetacion/leame.txt @ fdd7425

revisionfinal
Last change on this file since fdd7425 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 100644
File size: 16.4 KB
Line 
1
2*******************************************************************************
302/04/14
4
5Se comienza a utilizar la plantilla de libro modificada por rsumoza. Se mantiene
6la estructura de directorios con archivos separados por capítulos.
7
8Lo que se muestra a continuación se quitó del archivo compilacion.tex por ser
9externo.
10
11
12
13\part[Submicron Semiconductor Manufacture]
14{Submicron Semiconductor\\ Manufacture}
15
16
17\chapter[The Submicrometer Silicon MOSFET]
18{The Submicrometer\\ Silicon MOSFET}
19
20
21\prologue{The sheer volumne of answers can often stifle insight...The purpose
22of computing\index{computing!the purpose} is insight, not numbers.}
23{Hamming \cite{hamming}}
24
25
26\section{Here is a normal section}
27Here is some text.
28
29\subsection{This is the subsection}
30Here is some normal text.
31Here is some normal text.
32Here is some normal text.
33Here is some normal text.
34Here is some normal text.
35Here is some normal text.
36Here is some normal text.
37Here is some normal text.
38Here is some normal text.
39Here is some normal text.
40Here is some normal text.
41
42
43\subsubsection{This is the subsubsection}
44Here is some text after the subsubsection.
45Here is some text after the subsubsection.
46Here is some text after the subsubsection.
47Here is some text after the subsubsection.
48
49\paragraph{This is the paragraph}
50Here is some normal text.
51Here is some normal text.
52Here is some normal text.
53Here is some normal text.
54
55\section{Tips On Special Section Heads}
56Here are some things you can do for a special
57section head.
58
59\section[This Version of Section Head will be sent Contents]
60{Break Long Section heads\\ with double backslash}
61Here is some normal text.
62Here is some normal text.
63Here is some normal text.
64
65 \section[This show how to explicitly break lines
66\string\hfill\string\break\space in Table of Contents]
67{Here is a Section Title}
68See this section head for information on how to explicitly break lines in
69table of contents.
70
71\section{How to get \lowercase{lower case} in section head: \lowercase{$p$}$H$}
72Here is some normal text.
73Here is some normal text.
74Here is some normal text.
75
76\section{How to use a macro that has both upper and lower case parts:
77\copy\sectsavebox}
78See the top of this file where the definition and box were set.
79
80%% Sending different version of section to running head,
81%% so that the size of math is correct in running head:
82\markright{Sample macro \VT{\lowercase{xyz}} sent to running head}
83
84\section{Equation}
85
86For optimal vertical spacing, no blank lines before or after
87equations
88\begin{equation}
89\alpha\beta\Gamma\Delta
90\end{equation}
91as you see here.
92
93
94\chapter{First Edited Book Sample Chapter Title}
95\chapterauthors{G. Alvarez and R. K. Watts
96\chapteraffil{Carnegie Mellon University, Pittsburgh, Pennsylvania}
97}
98
99\section{Here is a normal section}
100Here is some text.
101
102
103\chapter{Second Edited Book Sample Chapter Title}
104\chapterauthors{George Smeal, Ph.D.\affilmark{1}, Sally Smith,
105M.D.\affilmark{2} and Stanley Kubrick\affilmark{1}
106\chapteraffil{\affilmark{1}AT\&T Bell Laboratories
107Murray Hill, New Jersey\\
108\affilmark{2}Harvard Medical School,
109Boston, Massachusetts}
110}
111
112\section{Sample Section}
113Here is some sample text.
114
115\newpage
116
117\section{Example, Figure and Tables}
118\vskip6pt
119\begin{example}[Optional Example Name]
120Use Black's law [Equation (6.3)] to estimate the reduction in useful product
121life if a metal line is initially run at 55$^\circ$C at a maximum line
122current density.
123\end{example}
124
125
126
127
128\begin{figure}[ht]
129illustration here
130%\centerline{\includegraphics[width=.5\textwidth]{filename}}
131\caption{Short figure caption.}
132\end{figure}
133
134\begin{figure}[ht]
135\vskip2pt
136\caption{Oscillograph for  memory address access operations,
137showing 500 ps
138address access time and superimposed signals
139of address access in 1 kbit
140memory plane.}
141\end{figure}
142
143\begin{table}[ht]
144\caption{Small Table}
145\centering
146\begin{tabular}{cccc}
147\hline
148one&two&three&four\\
149\hline
150C&D&E&F\\
151\hline
152\end{tabular}
153\end{table}
154
155
156
157\begin{table}[ht]
158\caption{Effects of the two types of $\alpha\beta\sum^A_B$ scaling proposed by Dennard \newline
159and
160co-workers$^{a,b}$}
161\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}lcc}
162\hline
163Parameter& $\kappa$ Scaling & $\kappa$, $\lambda$ Scaling\cr
164\hline
165Dimension&$\kappa^{-1}$&$\lambda^{-1}$\cr
166Voltage&$\kappa^{-1}$&$\kappa^{-1}$\cr
167Currant&$\kappa^{-1}$&$\lambda/\kappa^{2}$\cr
168Dopant Concentration&$\kappa$&$\lambda^2/\kappa$\cr
169\hline
170\end{tabular*}
171\begin{tablenotes}
172$^a$Refs.~19 and 20.
173
174$^b\kappa, \lambda>1$.
175\end{tablenotes}
176\end{table}
177
178\subsection{Side by Side Tables and Figures}
179
180\begin{figure}[ht]
181\sidebyside{
182Space for figure...
183\caption{This caption will go on the left side of
184the page. It is the initial caption of two side-by-side captions.}
185}
186{
187Space for second figure...
188\caption{This caption will go on the right side of
189the page. It is the second of two side-by-side captions.}
190}
191\end{figure}
192
193
194The command \verb+\sidebyside{}{}+ works similarly for tables:
195
196 \begin{table}[ht]
197 \sidebyside{
198\caption{Table Caption}
199\begin{tabular}{cccc}
200one&two&three&four\\
201a &little&sample&table
202\end{tabular}
203}
204 {
205\caption{Table Caption}
206\begin{tabular}{cccc}
207A&B&C&D\\
208a &second little& sample&table
209\end{tabular}
210}
211 \end{table}
212
213
214When using \verb+\sidebyside+, one must
215use the cross referencing command \verb+\label{}+ after and  {\it outside}
216 of \verb+\caption{}+:
217
218\begin{verbatim}
219 \begin{table}
220 \sidebyside{\caption{Table Caption}\label{tab1}
221 first table}
222 {\caption{Table Caption}\label{tab2} second table}
223 \end{table}
224\end{verbatim}
225 or,
226\begin{verbatim}
227 \begin{figure}
228 \sidebyside{\vskip<dimen>\caption{fig caption}\label{fig1}}
229 {\vskip<dimen>\caption{fig caption}\label{fig2}}
230 \end{figure}
231\end{verbatim}
232
233
234
235
236
237\section{Algorithm}
238This is a sample algorithm.
239
240\begin{algorithm}
241{\bf state\_transition algorithm} $\{$
242\        for each neuron $j\in\{0,1,\ldots,M-1\}$
243\        $\{$   
244\            calculate the weighted sum $S_j$ using Eq. (6);
245\            if ($S_j>t_j$)
246\                    $\{$turn ON neuron; $Y_1=+1\}$   
247\            else if ($S_j<t_j$)
248\                    $\{$turn OFF neuron; $Y_1=-1\}$   
249\            else
250\                    $\{$no change in neuron state; $y_j$ remains %
251unchanged;$\}$
252\        $\}$   
253$\}$   
254\end{algorithm}
255
256Here is some normal text.
257Here is some normal text.
258Here is some normal text.
259Here is some normal text.
260Here is some normal text.
261Here is some normal text.
262Here is some normal text.
263Here is some normal text.
264Here is some normal text.
265Here is some normal text.
266Here is some normal text.
267Here is some normal text.
268Here is some normal text.
269Here is some normal text.
270
271
272\begin{quote}
273This is a sample of extract or quotation.
274This is a sample of extract or quotation.
275This is a sample of extract or quotation.
276\end{quote}
277
278\begin{enumerate}
279\item
280This is the first item in the numbered list.
281
282\item
283This is the second item in the numbered list.
284This is the second item in the numbered list.
285This is the second item in the numbered list.
286\end{enumerate}
287
288\begin{itemize}
289\item
290This is the first item in the itemized list.
291
292\item
293This is the first item in the itemized list.
294This is the first item in the itemized list.
295This is the first item in the itemized list.
296\end{itemize}
297
298\begin{itemize}
299\item[]
300This is the first item in the itemized list.
301
302\item[]
303This is the first item in the itemized list.
304This is the first item in the itemized list.
305This is the first item in the itemized list.
306\end{itemize}
307
308\begin{problems}
309\prob
310For Hooker's data, Problem 1.2, use the Box and Cox and Atkinson procedures to determine a appropriate transformation of PRES
311in the regression of PRES on TEMP. find $\hat\lambda$, $\tilde\lambda$,
312the score test, and the added variable plot for the score.
313Summarize the results.
314
315\prob
316The following data were collected in a study of the effect of dissolved sulfur
317on the surface tension of liquid copper (Baes and Killogg, 1953).
318
319{\centering
320\vskip6pt
321\begin{tabular}{rlcc}
322\hline
323&&\multicolumn2c{$Y$= Decrease in Surface Tension}\\
324\multicolumn2c{$x$ = Weight \% sulfur}
325&\multicolumn2c{(dynes/cm), two Replicates}\\
326\hline
3270.&034&301&316\\
3280.&093&430&422\\
3290.&30&593&586\\
330\hline
331\end{tabular}
332\vskip6pt
333}
334
335
336\subprob
337Find the transformations of $X$ and $Y$ sot that in the transformed scale
338the regression is linear.
339
340\subprob
341Assuming that $X$ is transformed to $\ln(X)$, which choice of $Y$ gives
342better results,
343$Y$ or $\ln(Y)$? (Sclove, 1972).
344
345\sidebysidesubprob{In the case of $\alpha_1$?}{In the case of $\alpha_2$?}
346
347\prob
348Examine the Longley data, Problem 3.3, for applicability of assumptions of the
349linear model.
350
351\sidebysideprob{In the case of $\Gamma_1$?}{In the case of $\Gamma_2$?}
352
353\end{problems}
354
355
356\begin{exercises}
357\exer
358For Hooker's data, Exercise 1.2, use the Box and Cox and Atkinson procedures to determine a appropriate transformation of PRES
359in the regression of PRES on TEMP. find $\hat\lambda$, $\tilde\lambda$,
360the score test, and the added variable plot for the score.
361Summarize the results.
362
363\exer
364The following data were collected in a study of the effect of dissolved sulfur
365on the surface tension of liquid copper (Baes and Killogg, 1953).
366
367{\centering
368\vskip6pt
369\begin{tabular}{rlcc}
370\hline
371&&\multicolumn2c{$Y$= Decrease in Surface Tension}\\
372\multicolumn2c{$x$ = Weight \% sulfur}
373&\multicolumn2c{(dynes/cm), two Replicates}\\
374\hline
3750.&034&301&316\\
3760.&093&430&422\\
3770.&30&593&586\\
378\hline
379\end{tabular}
380\vskip6pt
381}
382
383
384\subexer
385Find the transformations of $X$ and $Y$ sot that in the transformed scale
386the regression is linear.
387
388\subexer
389Assuming that $X$ is transformed to $\ln(X)$, which choice of $Y$ gives
390better results,
391$Y$ or $\ln(Y)$? (Sclove, 1972).
392
393\sidebysidesubexer{In the case of $\Delta_1$?}{In the case of $\Delta_2$?}
394
395\exer
396Examine the Longley data, Problem 3.3, for applicability of assumptions of the
397linear model.
398
399\sidebysideexer{In the case of $\Gamma_1$?}{In the case of $\Gamma_2$?}
400
401\end{exercises}
402
403
404\section{Resumen}
405This is a summary of this chapter.
406Here are some references: \cite{xkilby}, \cite{xberen}.
407
408\begin{chapreferences}{5.}
409\bibitem{xkilby}J. S. Kilby,
410``Invention of the Integrated Circuit,'' {\it IEEE Trans. Electron Devices,}
411{\bf ED-23,} 648 (1976).
412
413
414\bibitem{xhamming}R. W. Hamming,
415                 {\it Numerical Methods for Scientists and
416                 Engineers}, Chapter N-1, McGraw-Hill,
417                 New York, 1962.
418
419\bibitem{xHu}J. Lee, K. Mayaram, and C. Hu, ``A Theoretical
420               Study of Gate/Drain Offset in LDD MOSFETs''
421                     {\it IEEE Electron Device Lett.,} {\bf EDL-7}(3). 152
422                     (1986).
423
424\bibitem{xberen}A. Berenbaum,
425B. W. Colbry, D.R. Ditzel, R. D Freeman, and
426K.J. O'Connor, ``A Pipelined 32b Microprocessor with 13 kb of Cache Memory,''
427{it Int. Solid State Circuit Conf., Dig. Tech. Pap.,} p. 34 (1987).
428\end{chapreferences}
429
430
431\chapappendix{This is the Chapter Appendix Title}
432This is an appendix with a title.
433\begin{equation}
434\alpha\beta\Gamma\Delta
435\end{equation}
436
437
438
439\begin{figure}[ht]
440\caption{This is an appendix figure caption.}
441\end{figure}
442
443\begin{table}[ht]
444\caption{This is an appendix table caption}
445\centering
446\let\hline\savehline
447\begin{tabular}{@{\vrule height 11pt depth 4pt width0pt}|l|p{.65\textwidth}|c}
448\hline
449{\bf Date} & \multicolumn1{c|}{\bf Event} \\
450\hline \hline
4511867 & Maxwell speculated the existence of electromagnetic waves.\\
4521887 & Hertz showed the existence of electromagnetic waves. \\
4531890 & Branly developed technique for detecting radio waves. \\
4541896 & Marconi demonstrated wireless telegraph. \\
4551897 & Marconi patented wireless telegraph.  \\
4561898 & Marconi awarded patent for tuned communication. \\
4571898 & Wireless telegraphic connection between England and France established. \\
458\hline
459\end{tabular}
460\end{table}
461
462
463\chapappendix{}
464This is a Chapter Appendix without a title.
465
466Here is a math test to show the difference between using Computer Modern
467math fonts and MathTimes math fonts. When MathTimes math fonts are used
468the letters in an equation will match TimesRoman italic in the text.
469({\it g, i, y, x, P, F, n, f, etc.}) Caligraphic fonts, used for
470$\cal ABC$ below, will stay the same
471in either case.
472\begin{equation}
473g_i(y|f)=\sum_x P(x|F_n)f_i(y|x){\cal ABC}
474\end{equation}
475where $g_i(y|F_n)$ is the function specifying the probability an object will
476display a value $y$ on a dimension $i$ given $F_n$ the observed feature
477structure of all the objects.
478%% ok
479
480
481\appendix{This is the Appendix Title}
482\markboth{Short appendix title}{Short appendix title}
483This is an appendix with a title.
484\begin{equation}
485\alpha\beta\Gamma\Delta
486\end{equation}
487
488
489
490\begin{figure}[ht]
491\caption{This is an appendix figure caption.}
492\end{figure}
493
494
495\begin{table}[ht]
496\caption{Appendix table caption}
497\centering
498\begin{tabular}{cccc}
499\hline
500Alpha&Beta&Gamma&Delta\\
501\hline
502$\alpha$&$\beta$&$\Gamma$&$\Delta$\\
503\hline
504\end{tabular}
505\end{table}
506
507
508\appendix{}
509This is an appendix without a title.
510
511Here is a math test to show the difference between using Computer Modern
512math fonts and MathTimes math fonts. When MathTimes math fonts are used
513the letters in an equation will match TimesRoman italic in the text.
514({\it g, i, y, x, P, F, n, f, etc.}) Caligraphic fonts, used for
515$\cal ABC$ below, will stay the same
516in either case.
517\begin{equation}
518g_i(y|f)=\sum_x P(x|F_n)f_i(y|x){\cal ABC}
519\end{equation}
520where $g_i(y|F_n)$ is the function specifying the probability an object will
521display a value $y$ on a dimension $i$ given $F_n$ the observed feature
522structure of all the objects.
523
524
525\appendix{Alternate Reference Styles}
526
527\begin{references}{3.}
528\bibitem{kilby}J. S. Kilby,
529``Invention of the Integrated Circuit,'' {\it IEEE Trans. Electron Devices,}
530{\bf ED-23,} 648 (1976).
531
532\bibitem{hamming}R. W. Hamming,
533                 {\it Numerical Methods for Scientists and
534                 Engineers}, Chapter N-1, McGraw-Hill,
535                 New York, 1962.
536
537\bibitem{Hu}J. Lee, K. Mayaram, and C. Hu, ``A Theoretical
538               Study of Gate/Drain Offset in LDD MOSFETs''
539                     {\it IEEE Electron Device Lett.,} {\bf EDL-7}(3). 152
540                     (1986).
541
542\bibitem{beren}A. Berenbaum,
543B. W. Colbry, D.R. Ditzel, R. D Freeman, and
544K.J. O'Connor, ``A Pipelined 32b Microprocessor with 13 kb of Cache Memory,''
545{it Int. Solid State Circuit Conf., Dig. Tech. Pap.,} p. 34 (1987).
546\end{references}
547
548
549\begin{references}{Ham62}
550\bibitem[Kil76]{kilb}J. S. Kilby,
551``Invention of the Integrated Circuit,'' {\it IEEE Trans. Electron Devices,}
552{\bf ED-23,} 648 (1976).
553
554\bibitem[Ham62]{hamm}R. W. Hamming,
555                 {\it Numerical Methods for Scientists and
556                 Engineers}, Chapter N-1, McGraw-Hill,
557                 New York, 1962.
558
559\bibitem[Hu86]{lee}J. Lee, K. Mayaram, and C. Hu, ``A Theoretical
560               Study of Gate/Drain Offset in LDD MOSFETs''
561                     {\it IEEE Electron Device Lett.,} {\bf EDL-7}(3). 152
562                     (1986).
563
564\bibitem[Ber87]{berm}A. Berenbaum,
565B. W. Colbry, D.R. Ditzel, R. D Freeman, and
566K.J. O'Connor, ``A Pipelined 32b Microprocessor with 13 kb of Cache Memory,''
567{it Int. Solid State Circuit Conf., Dig. Tech. Pap.,} p. 34 (1987).
568
569\end{references}
570
571
572
573%%%%%%%%%%%%%%%
574%%  The default LaTeX Index
575%%  Don't need to add any commands before \begin{document}
576\printindex
577
578%%%% Making an index
579%%
580%% 1. Make index entries, don't leave any spaces so that they
581%% will be sorted correctly.
582%%
583%% \index{term}
584%% \index{term!subterm}
585%% \index{term!subterm!subsubterm}
586%%
587%% 2. Run LaTeX several times to produce <filename>.idx
588%%
589%% 3. On command line, type  makeindx <filename> which
590%% will produce <filename>.ind
591%%
592%% 4. Type \printindex to make the index appear in your book.
593%%
594%% 5. If you would like to edit <filename>.ind
595%% you may do so. See docs.pdf for more information.
596%%
597%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
598
599%%%%%%%%%%%%%% Making Multiple Indices %%%%%%%%%%%%%%%%
600%% 1.
601%% \usepackage{multind}
602%% \makeindex{book}
603%% \makeindex{authors}
604%% \begin{document}
605%%
606%% 2.
607%% % add index terms to your book, ie,
608%% \index{book}{A term to go to the topic index}
609%% \index{authors}{Put this author in the author index}
610%%
611%% \index{book}{Cows}
612%% \index{book}{Cows!Jersey}
613%% \index{book}{Cows!Jersey!Brown}
614%%
615%% \index{author}{Douglas Adams}
616%% \index{author}{Boethius}
617%% \index{author}{Mark Twain}
618%%
619%% 3. On command line type
620%% makeindex topic
621%% makeindex authors
622%%
623%% 4.
624%% this is a Wiley command to make the indices print:
625%% \multiprintindex{book}{Topic index}
626%% \multiprintindex{authors}{Author index}
627
628
629
630
631*******************************************************************************
632Este directorio mantiene archivos utilizados en el proceso de maquetación
633del libro de seguridad.
Note: See TracBrowser for help on using the repository browser.