-
Notifications
You must be signed in to change notification settings - Fork 0
/
memman-ko.tex
781 lines (599 loc) · 18.9 KB
/
memman-ko.tex
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
%!TEX program = arara
% arara: xelatex: {synctex: yes}
% arara: xelatex: {synctex: yes}
% arara: komkindex: {style: memman, koreanfirst: yes}
% arara: makeindex: {input: glo, output: gls, style: memman.gst}
% arara: makeindex: {files: [lines]}
% arara: xelatex: {synctex: yes}
%#% extstart input preamble.tex
%
% memman.tex Memoir class user manual (Part II only) last updated 2009/09/07
% Author: Peter Wilson
% Copyright 2001, 2002, 2003, 2004, 2008, 2009 Peter R. wilson
%
% This work has the LPPL maintenance status "maintained".
% Maintainer: Lars Madsen (daleif at math dot au dot dk)
%
\listfiles
\documentclass[10pt,letterpaper,extrafontsizes]{memoir}
\usepackage{comment}
\usepackage{kotex}
% For (non-printing) notes \PWnote{date}{text}
\newcommand{\PWnote}[2]{}
\PWnote{2009/04/29}{Added fonttable to the used packages}
\PWnote{2009/08/19}{Made Part I a separate doc (memdesign.tex).}
% same
\newcommand{\LMnote}[2]{}
\usepackage{memsty-ko}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{titlepages} % code of the example titlepages
\usepackage{memlays} % extra layout diagrams
\usepackage{dpfloat} % floats on facing pages
\usepackage{fonttable}[2009/04/01] % font tables
%%%%\usepackage{xr-hyper} \externaldocument{memdesign} Doesn't work,
%%%% Idea won't work in general for memman/memdesign
%%%% as at display time, who knows where everything
%%%% will be located on the individual's computer.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Change section heading styles
%%%\memmansecheads
%%%% Use the built-in division styling
\headstyles{memman}
%%% ToC down to subsections
\settocdepth{subsection}
%%% Numbering down to subsections as well
\setsecnumdepth{subsection}
%%%% extra index for first lines
\makeindex[lines]
% this 'if' is used to determine whether we are compiling the memoir
% master in the subversion repository, or the public memman.tex
\newif\ifMASTER
\MASTERfalse
%\MASTERtrue
\ifMASTER
% add patch to fink, such that \AtEndFile still work
\makeatletter
\AtEndFile{fink.sty}{
\typeout{patching fink}
\renewcommand{\InputIfFileExists}[2]{%
\IfFileExists{##1}%
{##2\@addtofilelist{##1}%
\m@matbeginf{##1}%
\fink@prepare{##1}%
%\@@input \@filef@und
\expandafter\fink@input%
\expandafter\fink@restore\expandafter{\finkpath}%
\m@matendf{##1}%
\killm@matf{##1}}%
}
}
\makeatother
% private package, not in circulation
% enables us to gather svn information on a single file basis
%\usepackage[filehooks]{svn-multi-private}
% use the current version
\usepackage[filehooks]{svn-multi}
% \svnidlong
% {}
% {$LastChangedDate: 2018-12-12 12:53:37 +0100 (Wed, 12 Dec 2018) $}
% {$LastChangedRevision: 622 $}
% {$LastChangedBy: daleif@math.au.dk $}
\makeatletter
\newcommand\addRevisionData{%
\begin{picture}(0,0)%
\put(0,-20){%
\tiny%
\expandafter\@ifmtarg\expandafter{\svnfiledate}{}{%
\textit{\textcolor{darkgray}{Chapter last updated \svnfileyear/\svnfilemonth/\svnfileday
\enspace (revision \svnfilerev)}}
}%
}%
\end{picture}%
}
\makeatother
% we add this to the first page of each chapter
\makepagestyle{chapter}
\makeoddfoot{chapter}{\addRevisionData}{\thepage}{}
\makeevenfoot{chapter}{\addRevisionData}{\thepage}{}
\else
% disable svn info collecting
\newcommand\svnidlong[4]{}
\fi
%% end preamble
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%#% extend
\usepackage[draft]{fixme}
\fxsetup{
multiuser,
marginface=\normalfont\tiny,
innerlayout=noinline,
layout=marginnote,
}
\usepackage{tikz,ragged2e}
\makeatletter
% extra feature, vadj=length kan flytte på fxnotes hvis de overlapper
\@fxdefinekey{layout}{vadj}{\def\marginnotevadjust{#1}}
% endnu mere ekstra feature, kræver tikz og calc tikz lib
\renewcommand*\FXLayoutMarginNote[3]{%
\tikz[overlay,remember picture]\coordinate (A) at (0,0);%
\marginnote[%
\RaggedLeft%
\rlap{\tikz[overlay,remember picture]\coordinate(C) at (0,0);}%
\@fxuseface{margin}%
\@fxtextstd{#1}{#2}{#3}%
{\tikz[overlay,remember picture,ultra thin,cyan]\draw(A) -| ++(0,-2pt) -|(C);}%
]{%
\RaggedRight%
\tikz[overlay,remember picture]\coordinate(B) at (0,0);%
\@fxuseface{margin}%
\@fxtextstd{#1}{#2}{#3}%
\tikz[overlay,remember picture,ultra thin,cyan]\draw(A) -| ++(0,-2pt) -|(B);%
}%
}
\makeatother
\begin{document}
%#% extstart input intro.tex
%\tightlists
\firmlists
\midsloppy
\raggedbottom
\chapterstyle{demo3}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{memnoidxnum}
\frontmatter
\pagestyle{empty}
% half-title page
\vspace*{\fill}
\begin{adjustwidth}{1in}{1in}
\begin{flushleft}
\HUGE\sffamily The
\end{flushleft}
\begin{center}
\HUGE\sffamily Memoir
\end{center}
\begin{flushright}
\HUGE\sffamily Class
\end{flushright}
%%\begin{center}
%%\sffamily (Draft Edition 7)
%%\end{center}
\end{adjustwidth}
\vspace*{\fill}
\cleardoublepage
% title page
\vspace*{\fill}
\begin{center}
\HUGE\textsf{The Memoir Class}\par
\end{center}
\begin{center}
\LARGE\textsf{for}\par
\end{center}
\begin{center}
\HUGE\textsf{Configurable Typesetting}\par
\end{center}
\begin{center}
\Huge\textsf{User Guide}\par
\end{center}
\begin{center}
\LARGE\textsf{Peter Wilson}\par
\bigskip
\normalsize\textsf{Maintained by Lars Madsen}\par
\medskip
\normalsize\textsf{Corresponding to \theclass\ version \memversion}\par
\end{center}
\vspace*{\fill}
\def\THP{T\kern-0.2em H\kern-0.4em P}% OK for CMR
\def\THP{T\kern-0.15em H\kern-0.3em P}% OK for Palatino
\newcommand*{\THPress}{The Herries Press}%
\begin{center}
\settowidth{\droptitle}{\textsf{\THPress}}%
\textrm{\normalsize \THP} \\
\textsf{\THPress} \\[0.2\baselineskip]
\includegraphics[width=\droptitle]{anvil2.mps}
\setlength{\droptitle}{0pt}%
\end{center}
\clearpage
\PWnote{2009/06/26}{Updated the copyright page for 9th impression}
% copyright page
\begingroup
\footnotesize
\setlength{\parindent}{0pt}
\setlength{\parskip}{\baselineskip}
%%\ttfamily
%\textcopyright{} 2001 --- 2010 Peter R. Wilson \\
%\textcopyright{} 2011 --- \phantom{2099} Lars Madsen \\
\begin{tabular}{@{} l l}
\textcopyright{} 2001\:---\:2010 &Peter R. Wilson \\
\textcopyright{} 2011\:---\:& Lars Madsen
\end{tabular}
All rights reserved
The Herries Press, Normandy Park, WA.
Printed in the World
The paper used in this publication may meet the minimum requirements
of the American National Standard for Information
Sciences --- Permanence of Paper for Printed Library Materials,
ANSI Z39.48--1984.
\PWnote{2009/07/08}{Changed manual date to 8 July 2009}
\begin{center}
10 09 08 07 06 05 04 03 02 01\hspace{2em}19 18 17 16 15 14 13
\end{center}
\begin{center}
\begin{tabular}{ll}
First edition: & 3 June 2001 \\
Second impression, with corrections: & 2 July 2001 \\
Second edition: & 14 July 2001 \\
Second impression, with corrections: & 3 August 2001 \\
Third impression, with minor additions: & 31 August 2001 \\
Third edition: & 17 November 2001 \\
Fourth edition: & 16 March 2002 \\
Fifth edition: & 10 August 2002 \\
Sixth edition: & 31 January 2004 \\
%%Draft Seventh edition: & 31 January 2008 \\
Seventh edition: & 10 May 2008 \\
Eighth impression, with very minor corrections: & 12 July 2008 \\
Ninth impression, with additions and corrections: & 8 July 2009 \\
Eighth edition: & August 2009 \\
Tenth impression, with additions and corrections: & 11 November 2015 \\
\end{tabular}
\end{center}
\ifMASTER
Manual last changed \svnyear/\svnmonth/\svnday
\fi
\endgroup
\clearpage
\vspace*{\fill}
\begin{quote}
\textbf{memoir,} \textit{n.} a written record set down as material
for a history or biography:
a biographical sketch:
a record of some study investigated by the writer:
(in \textit{pl.}) the transactions of a society.
[Fr. \textit{m\'{e}moire} --- L. \textit{memoria,} memory ---
\textit{memor}, mindful.] \\[0.5\baselineskip]
\hspace*{\fill}
\textit{Chambers Twentieth Century Dictionary, New Edition}, 1972.
\end{quote}
\vspace{2\baselineskip}
\begin{quote}
\textbf{memoir,} \textit{n.} [Fr. \textit{m\'{e}moire,} masc., a memorandum,
memoir, fem., memory $<$ L. \textit{memoria,} \textsc{memory}]
\hspace{1ex} \textbf{1.} a biography or biographical notice,
usually written by a relative or personal friend of the subject
\hspace{1ex} \textbf{2.} [\textit{pl.}] an autobiography,
usually a full or highly personal account
\hspace{1ex} \textbf{3.} [\textit{pl.}] a report or record of
important events based on the writer's personal observation,
special knowledge, etc.
\hspace{1ex} \textbf{4.} a report or record of a scholarly
investigation, scientific study, etc.
\hspace{1ex} \textbf{5.} [\textit{pl.}] the record of the proceedings
of a learned society \\[0.5\baselineskip]
\hspace*{\fill} \textit{Webster's New World Dictionary, Second College Edition}.
\end{quote}
\vspace{2\baselineskip}
\begin{quote}
\textbf{memoir,} \textit{n.} a fiction designed to flatter the subject
and to impress the reader. \\[0.5\baselineskip]
\hspace*{\fill} With apologies to Ambrose Bierce % and Reuben Thomas
\end{quote}
%%%% translator’s addition
\vspace{2\baselineskip}
\makeatletter
\def\ATonum{\@onum}
\makeatother
\begin{quote}
\textbf{memoir} [{\fontspec{Gentium}mémwɑ:\textit{r}}], \textit{n.} \ATonum1 \textsf{전기}; 실록; (보통 \emph{pl.}) 추억의 기록; 회상(회고)록; 자서전; \ATonum2 연구, 보고, 논문 (monograph); (\emph{pl.}) 학회지, 기요(記要); \ATonum3 도서; 단행본.
\\[0.5\baselineskip]
\hspace*{\fill} <<엣센스 英韓辭典>>
\end{quote}
%%%%
\vspace*{\fill}
\cleardoublepage
% ToC, etc
%%%\pagenumbering{roman}
\pagestyle{headings}
%%%%\pagestyle{Ruled}
\setupshorttoc
\tableofcontents
\clearpage
\setupparasubsecs
\setupmaintoc
\begingroup
% important point here: We need \endlineshar=-1 here for the inline
% list of subsections. Why? Beacause we have subsection subsubsection
% subsection, and under hyperref running the l@subsubsection for
% subsubsection, which typesets nothing, ruins our \ignorespaces in
% our redefinition of \l@subsection (it cannot see and ignore the space after the
% \contentsline line for subsubsection). Easiest solution: use
% change \endlinechar
%
% Special thanks to David Carlisle in the tex.stackexchange.com chat
% for suggesting it
\endlinechar=-1
\tableofcontents
\endgroup
\setlength{\unitlength}{1pt}
\clearpage
\listoffigures
\clearpage
\listoftables
\clearpage
\listofegresults
%#% extend
%#% extstart include preface.tex
%\chapter{Foreword}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2014-11-05 16:28:11 +0100 (Wed, 05 Nov 2014) $}
{$LastChangedRevision: 501 $}
{$LastChangedBy: daleif $}
\include{chs/00-preface}
\cleardoublepage
\pagenumbering{arabic}
% body
\mainmatter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%\part{Practice} \label{part:practice}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%#% extstart include start-off.tex
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2018-03-09 13:41:30 +0100 (Fri, 09 Mar 2018) $}
{$LastChangedRevision: 587 $}
{$LastChangedBy: daleif@math.au.dk $}
\include{chs/01-starting}
\include{chs/02-laying}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2018-09-19 15:47:14 +0200 (Wed, 19 Sep 2018) $}
{$LastChangedRevision: 621 $}
{$LastChangedBy: daleif@math.au.dk $}
\include{chs/03-textfont}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2018-03-06 15:58:01 +0100 (Tue, 06 Mar 2018) $}
{$LastChangedRevision: 584 $}
{$LastChangedBy: daleif@math.au.dk $}
\include{chs/04-titles}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2014-03-31 11:34:44 +0200 (Mon, 31 Mar 2014) $}
{$LastChangedRevision: 480 $}
{$LastChangedBy: daleif $}
\include{chs/05-abstract}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2015-07-17 12:08:47 +0200 (Fri, 17 Jul 2015) $}
{$LastChangedRevision: 541 $}
{$LastChangedBy: daleif $}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% chapter style
%\renewcommand{\printchaptername}{}
%\renewcommand{\chapternamenum}{}
%\renewcommand{\chapnumfont}{\normalfont\huge\sffamily}
%\renewcommand{\chaptitlefont}{\chapnumfont}
%\renewcommand{\afterchapternum}{\space}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% section styles
%\setsecheadstyle{\Large\sffamily\raggedright}
%\setsubsecheadstyle{\large\sffamily\raggedright}
%\setsubsubsecheadstyle{\normalsize\sffamily\raggedright}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapterstyle{pedersen}
\include{chs/06-division}
%#% extend
%#% extstart include pagination-and-headers.tex
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2018-09-06 15:05:23 +0200 (Thu, 06 Sep 2018) $}
{$LastChangedRevision: 612 $}
{$LastChangedBy: daleif@math.au.dk $}
\chapterstyle{demo3}
\include{chs/07-pageheader}
%#% extend
%#% extstart include paragraphs-and-lists.tex
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2018-03-09 13:41:30 +0100 (Fri, 09 Mar 2018) $}
{$LastChangedRevision: 587 $}
{$LastChangedBy: daleif@math.au.dk $}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{chs/08-list}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2018-09-14 11:13:10 +0200 (Fri, 14 Sep 2018) $}
{$LastChangedRevision: 620 $}
{$LastChangedBy: daleif@math.au.dk $}
\include{chs/09-tocloft}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2018-09-06 15:05:23 +0200 (Thu, 06 Sep 2018) $}
{$LastChangedRevision: 612 $}
{$LastChangedBy: daleif@math.au.dk $}
\include{chs/10-floats}
\include{chs/11-rowcol}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2018-09-19 15:47:14 +0200 (Wed, 19 Sep 2018) $}
{$LastChangedRevision: 621 $}
{$LastChangedBy: daleif@math.au.dk $}
\include{chs/12-notes}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2013-04-24 17:14:15 +0200 (Wed, 24 Apr 2013) $}
{$LastChangedRevision: 442 $}
{$LastChangedBy: daleif $}
%%%%% end membook
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
%%%\pagestyle{companion}
%%\chapterstyle{companion}
\defaultsecnum
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{chs/13-deco}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2013-04-24 17:14:15 +0200 (Wed, 24 Apr 2013) $}
{$LastChangedRevision: 442 $}
{$LastChangedBy: daleif $}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\clearpage
%\pagestyle{Ruled}
%%\chapterstyle{demo}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{chs/14-poetry}
\include{chs/15-verbatim}
\include{chs/16-ref}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2014-03-31 11:34:44 +0200 (Mon, 31 Mar 2014) $}
{$LastChangedRevision: 480 $}
{$LastChangedBy: daleif $}
\LMnote{2010/06/09}{Several \cs{ixfile}'s changed to \cs{pixfile},
with \cs{ixfile} only, no text appears in the output }
\include{chs/17-back}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2018-04-05 11:07:48 +0200 (Thu, 05 Apr 2018) $}
{$LastChangedRevision: 596 $}
{$LastChangedBy: daleif@math.au.dk $}
\include{chs/18-misc}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2013-04-24 17:14:15 +0200 (Wed, 24 Apr 2013) $}
{$LastChangedRevision: 442 $}
{$LastChangedBy: daleif $}
\include{chs/19-packages}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%% revert to the regular styles
\clearpage
%%%\memmansecheads
%%%\chapterstyle{demo3}
\headstyles{memman}
\pagestyle{ruled}
%#% extstart include an-example-thesis-design.tex
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2014-03-31 11:34:44 +0200 (Mon, 31 Mar 2014) $}
{$LastChangedRevision: 480 $}
{$LastChangedBy: daleif $}
\include{chs/20-example}
\svnidlong
{$Ignore: $}
{$LastChangedDate: 2018-09-06 15:05:23 +0200 (Thu, 06 Sep 2018) $}
{$LastChangedRevision: 612 $}
{$LastChangedBy: daleif@math.au.dk $}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% appendices
\appendix
\appendixpage*
%%\pagestyle{ruled}
%%\chapterstyle{normal}
%%\chapterstyle{section}
%%\chapterstyle{demo3}
%#% extstart include packages-and-maros.tex
\include{chs/21-appendix}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%\endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% end mbooka
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% back end
\backmatter
\PWnote{2009/07/08}{Changed \cs{toclevel@section} so that Notes
divisions appear in the bookmarks}
\makeatletter\renewcommand*{\toclevel@chapter}{-1}\makeatother
\makeatletter\renewcommand*{\toclevel@section}{0}\makeatother
\clearpage
\printpagenotes
\clearpage
\pagestyle{plainmarkruled}
%%\chapterstyle{section}
\renewcommand*{\begintheglossaryhook}{\small}
%%%\glossaryintoc
\printglossary
\renewcommand{\prebibhook}{%
\ctan\ is the \cTeXan. Information on how to
access CTAN is available at \url{http://www.tug.org}.
\par\vspace{\onelineskip}}
\include{chs/22-bib}
%\end{document}
%%%%%%%%%%%%%
%%%%%%%%%%%%%
%%%%%%%%%%%%%
\clearpage
\twocolindex
\pagestyle{index}
%\renewcommand{\chaptermark}[1]{}
\renewcommand{\preindexhook}{%
The first page number is usually, but not always, the primary reference to
the indexed topic.\vskip\onelineskip}
\indexintoc
%%%\raggedright does nasty things to index entries
\printindex
\onecolindex
\renewcommand*{\preindexhook}{}
%\renewcommand*{\indexname}{Index of first lines}
\renewcommand*{\indexname}{첫 행 색인}
%%% \indexintoc
\makeatletter
\renewcommand{\doidxbookmark}[1]{{\def\@tempa{Symbols}\def\@tempb{#1}%
\centering\bfseries \ifx\@tempa\@tempb %
Analphabetics
% \phantomsection%
% \pdfbookmark[0]{Analphabetics}{Analphabetics-idx}%
% \label{AnalphabeticsAnalphabeticsAnalphabetics-idx}%
\else
#1%
% \phantomsection%
% \pdfbookmark[0]{#1}{#1-idx}%
% \label{#1#1#1-idx}%
\fi%
\vskip\onelineskip\par}}
\makeatother
\printindex[lines]
\cleardoublepage
\pagestyle{empty}
\null\vfil
\begin{adjustwidth}{1in}{1in}
\begin{center}
{\Large\textsf{Colophon}}
\end{center}
%%%% translator’s addition
\vskip\onelineskip
\begin{center}
%This manual was typeset using the \ltx\ typesetting system
%created by Leslie Lamport and the \Mname\ class.
%The body text is set 10/12pt on a
%33pc measure with Palatino designed by Hermann Zapf, which includes
%italics and small caps. Other fonts include
%Sans, Slanted and Typewriter from Donald Knuth's
%Computer Modern family.
\begin{minipage}{25em}
이 사용안내서는 Leslie Lamport가 처음 만든 \ltx\ 시스템과
\Mname\ 클래스로 조판하였다.
원본(영문)은 Hermann Zapf가 디자인한 Palatino
글꼴(이탤릭 및 작은대문자 포함)로 33pc에 10/12포인트를 본문 텍스트로
삼았으며, Sans, Slanted, Typewriter 글꼴은 Donald Knuth의
Computer Modern 글꼴가족을 사용하였다.
\bigskip
한글 번역본은 원본의 레이아웃을 그대로 유지하였으며 한글과
한자를 Noto Serif CJK와 Noto Sans CJK 폰트로 식자하고
라틴 문자에 TeX Gyre Pagella 글꼴과 Latin Modern Sans,
Typewriter를 적용하였으며 한글 처리를 위하여 \hologo{XeLaTeX}과
\koTeX (\textsf{xetexko})을 썼다.
\end{minipage}
\end{center}
%%%%
\end{adjustwidth}
\vfil
%#% extend
\end{document}
\endinput
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-source-specials-mode: t
%%% TeX-PDF-mode: t
%%% End: