diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-23 23:07:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-23 23:07:50 +0000 |
commit | 90e4b63b723a520dcb713b2b1b3fa72ed56e22ec (patch) | |
tree | ea59e639f4db4aa7c618d6f35eae7730e1701b06 /Master | |
parent | 603940e0c6c087947dc17f97076df61ab56581d7 (diff) |
missed commits
git-svn-id: svn://tug.org/texlive/trunk@34243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
3 files changed, 400 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/koma-script-examples/Kapitel-19/source/scrlayer-notecolumn-example.tex b/Master/texmf-dist/doc/latex/koma-script-examples/Kapitel-19/source/scrlayer-notecolumn-example.tex new file mode 100644 index 00000000000..35a73633b22 --- /dev/null +++ b/Master/texmf-dist/doc/latex/koma-script-examples/Kapitel-19/source/scrlayer-notecolumn-example.tex @@ -0,0 +1,131 @@ +% ====================================================================== +% scrlayer-notecolumn-example.tex +% Copyright (c) Markus Kohm, 2013-2014 +% +% This file is part of the LaTeX2e KOMA-Script bundle. +% +% This work may be distributed and/or modified under the conditions of +% the LaTeX Project Public License, version 1.3c of the license. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3c or later is part of all distributions of LaTeX +% version 2005/12/01 or later and of this work. +% +% This work has the LPPL maintenance status "author-maintained". +% +% The Current Maintainer and author of this work is Markus Kohm. +% +% This work consists of all files listed in manifest.txt. +% ---------------------------------------------------------------------- +% scrlayer-notecolumn-example.tex +% Copyright (c) Markus Kohm, 2013-2014 +% +% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz, +% Version 1.3c, verteilt und/oder veraendert werden. +% Die neuste Version dieser Lizenz ist +% http://www.latex-project.org/lppl.txt +% und Version 1.3c ist Teil aller Verteilungen von LaTeX +% Version 2005/12/01 oder spaeter und dieses Werks. +% +% Dieses Werk hat den LPPL-Verwaltungs-Status "author-maintained" +% (allein durch den Autor verwaltet). +% +% Der Aktuelle Verwalter und Autor dieses Werkes ist Markus Kohm. +% +% Dieses Werk besteht aus den in manifest.txt aufgefuehrten Dateien. +% ====================================================================== +% +% Example file for the chapter about scrlayer-notecolumn +% of the KOMA-Script guide +% Maintained by Markus Kohm +% +% ---------------------------------------------------------------------- +% +% Beispieldatei für das Kapitel über scrlayer-notecolumn +% in der KOMA-Script-Anleitung +% Verwaltet von Markus Kohm +% +% ============================================================================ +\documentclass{scrartcl} +\usepackage[ngerman]{babel} +\usepackage{selinput} +\SelectInputMappings{ + adieresis={ä}, + germandbls={ß}, +} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\usepackage{xcolor} + +\usepackage{scrjura} +\setkomafont{contract.Paragraph}{\bfseries} +\setkeys{contract}{preskip=-\dp\strutbox} + +\usepackage{scrlayer-scrpage} +\usepackage{scrlayer-notecolumn} + +\newlength{\paragraphscolwidth} +\AfterCalculatingTypearea{% + \setlength{\paragraphscolwidth}{.333\textwidth}% + \addtolength{\paragraphscolwidth}{-\marginparsep}% +} +\recalctypearea +\DeclareNewNoteColumn[% + position=\oddsidemargin+1in + +.667\textwidth + +\marginparsep, + width=\paragraphscolwidth, + font=\raggedright\footnotesize + \color{gray} +]{paragraphs} + +\begin{document} + +\title{Kommentar zum GüdaVaS} +\author{Professor R. O. Tenase} +\date{11.\,11.\,2011} +\maketitle +\tableofcontents + +\section{Vormerkung} +Das GüdaVaS ist ohne jeden Zweifel das wichtigste Gesetz, das in +Spaßmaniern in den letzten eintausend Jahren verabschiedet wurde. +Die erste Lesung fand bereits am 11.\,11\,1111 im obersten +spaßmanischen Kongress statt, wurde aber vom damalige Spaßvesier +abgelehnt. Erst nach Umwandlung der spaßmanischen, aberwitzigen Monarchie +in eine repräsentative, witzige Monarchie durch W. Itzbold, den +urkomischen, am 9.\,9.\,1999 war der Weg für dieses Gesetz endlich frei. + +\section{Analyse} + +\begin{addmargin}[0pt]{.333\textwidth} + \makenote[paragraphs]{% + \protect\begin{contract} + \protect\Paragraph{title={Kein Witz ohne Publikum}} + Ein Witz kann nur dort witzig sein, wo er auf ein Publikum trifft. + \protect\end{contract} + } + Dies ist eine der zentralsten Aussagen des Gesetzes. Sie ist derart + elementar, dass es durchaus angebracht ist, sich vor der Weisheit der + Verfasser zu verbeugen. + + \syncwithnotecolumn[paragraphs]\bigskip + \makenote[paragraphs]{% + \protect\begin{contract} + \protect\Paragraph{title={Komik der Kultur}} + \setcounter{par}{0}Die Komik eines Witzes kann durch das kulturelle + Umfeld, in dem er erzählt wird, bestimmt sein. + + Die Komik eines Witzes kann durch das kulturelle Umfeld, in dem er + spielt, bestimmt sein. + \protect\end{contract} + } + Die kulturelle Komponente eines Witzes ist tatsächlich nicht zu + vernachlässigen. Über die politische Korrektheit der Nutzung des kulturellen + Umfeldes kann zwar trefflich gestritten werden, nichtsdestotrotz ist die + Treffsicherheit einer solchen Komik im entsprechenden Umfeld frappierend. Auf + der anderen Seite kann ein vermeintlicher Witz im falschen kulturellen + Umfeld auch zu einer echten Gefahr für den Witzeerzähler werden. +\end{addmargin} + +\end{document} diff --git a/Master/texmf-dist/doc/latex/kotex-oblivoir/README.md b/Master/texmf-dist/doc/latex/kotex-oblivoir/README.md new file mode 100644 index 00000000000..c9e59256435 --- /dev/null +++ b/Master/texmf-dist/doc/latex/kotex-oblivoir/README.md @@ -0,0 +1,122 @@ +kotex-oblivoir +============== + +Introduction +------------ + +This package contains the oblivoir class, a document class based on +the memoir class for typesetting Korean documents. kotex-oblivoir +comes with two sub-packages memhangul-ucs and memhangul-x +that provide interfaces between the memoir class and the Korean typesetting +packages. + +kotex-oblivoir belongs to the ko.TeX, a comprehensive Korean typesetting +system together with packages kotex-utf, kotex-plain, kotex-utils, +cjk-ko, xetexko, and luatexko. + +Dependencies +------------ + +kotex-oblivoir depends on the following packages to function: + +* memoir: base class +* kotex-utf: Korean typesetting + +Files +----- + +### TeXinputs + + oblivoir-base.cls -> tex/latex/kotex-oblivoir/ + oblivoir-xlua.cls -> tex/latex/kotex-oblivoir/ + oblivoir.cls -> tex/latex/kotex-oblivoir/ + xoblivoir.cls -> tex/latex/kotex-oblivoir/ + memhangul-ucs/10_5.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/fapapersize.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/hfontsel.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/hfontspec.nanum -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/memhangul-common.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/memhangul-patch.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/memhangul-ucs.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/memucs-enumerate.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/memucs-gremph.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/memucs-interword.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/memucs-setspace.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/nanumfontsel.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/ob-koreanappendix.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/ob-nokoreanappendix.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-ucs/ob-toclof.sty -> tex/latex/kotex-oblvoir/memhangul-ucs/ + memhangul-x/luatexko-xobfont.sty -> tex/latex/kotex-oblivoir/memhangul-x/ + memhangul-x/memhangul-x.sty -> tex/latex/kotex-oblivoir/memhangul-x/ + memhangul-x/memucs-interword-x.sty -> tex/latex/kotex-oblivoir/memhangul-x/ + memhangul-x/xetexko-var.sty -> tex/latex/kotex-oblivoir/memhangul-x/ + memhangul-x/xetexko-xobfont.sty -> tex/latex/kotex-oblivoir/memhangul-x/ + memhangul-x/xob-amssymb.sty -> tex/latex/kotex-oblivoir/memhangul-x/ + memhangul-x/xob-dotemph.sty -> tex/latex/kotex-oblivoir/memhangul-x/ + memhangul-x/xob-hyper.sty -> tex/latex/kotex-oblivoir/memhangul-x/ + memhangul-x/xob-paralist.sty -> tex/latex/kotex-oblivoir/memhangul-x/ + +### Documents + + README (this file) -> doc/latex/kotex-oblivoir/ + oblivoir-simpledoc.pdf -> doc/latex/kotex-oblivoir/ + oblivoir-simpledoc.tex -> doc/latex/kotex-oblivoir/ + oblivoir-text.tex -> doc/latex/kotex-oblivoir/ + +Usage +----- + +Call `oblivoir.cls` with class options as follows: + + \documentclass[<options>]{oblivoir} + +### Class options + +Oblivoir inherits many options from the memoir and underlying +Korean typesetting packages in addition to its own class options. +For a detailed description of the class options, please refer +to the included documentation (written in Korean). + +### Specifying Korean fonts + +Specifying Korean fonts in oblivoir class depends on the Korean +typesetting packages being used when compiling a document. + +With kotex-utf package, you can use `\SetHangulFonts`, `\SetHanjaFonts`, +`\SetAdhocFonts`. + +You can use fontspec package style commands when typesetting Korean +using XeTeX-ko or LuaTeX-ko as follows: + + \setmainfont[<Options>]{<Font Name>} + \setsansfont[<Options>]{<Font Name>} + \setmonofont[<Options>]{<Font Name>} + \setmainhangulfont[<Options>]{FontName} + \setsanshangulfont[<Options>]{FontName} + \setmonohangulfont[<Options>]{FontName} + \setmainhanjafont[<Options>]{FontName} + \setsanshanjafont[<Options>]{FontName} + \setmonohanjafont[<Options>]{FontName} + +Oblivoir class also has its own commands for specifying Korean fonts. + + \setkormainfont(<Bold>)(<Italic>){<Regular>} + \setkorsansfont(<Bold>)(<Italic>){<Regular>} + \setkormonofont{<Mono>} + +### Sample document + +Please refer to the `oblivoir-test.tex` file provided by this package. + +License +------- + +kotex-oblivoir is licensed under the LaTeX Project Public +License (LPPL). + +Contacts +-------- + +Please report any errors or suggestions to the package maintainer, +Kihwang Lee <leekh@ktug.org>. + diff --git a/Master/texmf-dist/doc/latex/kotex-utf/README.md b/Master/texmf-dist/doc/latex/kotex-utf/README.md new file mode 100644 index 00000000000..8dfe39c7b77 --- /dev/null +++ b/Master/texmf-dist/doc/latex/kotex-utf/README.md @@ -0,0 +1,147 @@ +kotex-utf +========= + +Introduction +------------ + +kotex-utf is a macro package for typesetting Hangul, the native +alphabet of the Korean language. The input Korean text should be +encoded in UTF-8. kotex-utf belongs to ko.TeX, a comprehensive +Korean typesetting system together with packages kotex-oblivoir, +kotex-plain, kotex-utils, cjk-ko, xetexko, and luaxexko. + +Dependencies +------------ + +kotex-utf depends on the following packages: + +* xetexko: Hangul and hanja mapping tables +* cjk-ko: main style, Korean counters and captions + +Files +----- + +### TeXinputs + + dhucs-nanumfont.sty -> tex/latex/kotex/ + dhucs.sty -> tex/latex/kotex/ + hfontspec.default -> tex/latex/kotex/ + kosections-utf.sty -> tex/latex/kotex/ + kotex.cfg -> tex/latex/kotex/ + kotexutf.sty -> tex/latex/kotex/ + lucenc.dfu -> tex/latex/kotex/ + lucuhcmj.fd -> tex/latex/kotex/ + contrib/dhucs-cmap.sty -> tex/latex/kotex/contrib/ + contrib/dhucs-enumerate.sty -> tex/latex/kotex/contrib/ + contrib/dhucs-enumitem.sty -> tex/latex/kotex/contrib/ + contrib/dhucs-gremph.sty -> tex/latex/kotex/contrib/ + contrib/dhucs-interword.sty -> tex/latex/kotex/contrib/ + contrib/dhucs-paralist.sty -> tex/latex/kotex/contrib/ + contrib/dhucs-sectsty.sty -> tex/latex/kotex/contrib/ + contrib/dhucs-setspace.sty -> tex/latex/kotex/contrib/ + contrib/dhucs-trivcj.sty -> tex/latex/kotex/contrib/ + contrib/dhucs-ucshyper.sty -> tex/latex/kotex/contrib/ + contrib/dhucsfn.sty -> tex/latex/kotex/contrib/ + contrib/kotex-logo.sty -> tex/latex/kotex/contrib/ + contrib/kotex-varioref.sty -> tex/latex/kotex/contrib/ + +### TeX4ht + + tex4ht/dhucs.4ht -> tex/latex/kotex/tex4ht/ + tex4ht/dhucs.cfg -> tex/latex/kotex/tex4ht/ + tex4ht/kosections-utf.4ht -> tex/latex/kotex/tex4ht/ + +### Documents + + README (this file) -> doc/latex/kotex-utf/ + doc/kotexdoc.pdf -> doc/latex/kotex-utf/ + doc/kotexdoc.tex -> doc/latex/kotex-utf/ + doc/sample-finemath-setup.tex -> doc/latex/kotex-utf/ + doc/yettext.tex -> doc/latex/kotex-utf/ + doc/yettext.txt -> doc/latex/kotex-utf/ + doc/fig/allowbreak-dhucs.pdf -> doc/latex/kotex-utf/fig/ + doc/fig/fntexp.pdf -> doc/latex/kotex-utf/fig/ + doc/fig/fntnormal.pdf -> doc/latex/kotex-utf/fig/ + doc/fig/histkotex.jpg -> doc/latex/kotex-utf/fig/ + doc/fig/linebreaktest.pdf -> doc/latex/kotex-utf/fig/ + doc/fig/testdhucsallowbreak.pdf -> doc/latex/kotex-utf/fig/ + +Usage +----- + +Call `kotex.sty` (in cjk-ko package) with package options as follows: + + \usepackage[<options>]{kotex} + +When kotex-utf is installed and appropriate options are given, +kotex-utf will be used for Hangul typesetting. +Certain package options are inter-related to the TeX engines +that are used for compilation. +For pdfLaTeX and LaTeX, you can use *utf* option: + + \usepackage[utf]{kotex} + +This will activate the default behavior of kotex-utf. The option +*utf* does not need to be specified since it is a default option. +You can use other common options such as *hangul*, *hanja*, +and *nojosa*. + +Calling kotex.sty in the following way + + \usepackage[cjk]{kotex} + +will typeset Hangul using the cjk-ko package. Options *usedotemph* +and *usecjkt1font* can be specified in addition to the common options. + +For XeLaTeX and LuaLaTeX, you can just load kotex.sty without +any package options. kotex-utf will call XeTeX-ko or LuaTeX-ko accordingly. + +Sample document +--------------- + +The following document is a sample document utilizing the iftex +package for coping with multiple engines: + + \documentclass{article} + \usepackage{amsmath,amssymb} + \usepackage{hyperref} + \usepackage[hangul]{kotex} + \usepackage{kotex-logo} + \usepackage{iftex} + \ifPDFTeX + \usepackage{dhucs-nanumfont} + \hypersetup{pdftex,unicode,bookmarks} + \input glyphtounicode + \pdfgentounicode=1 + \else\ifXeTeX + \setmainhangulfont[Ligatures=TeX]{HCR Batang LVT} + \setsanshangulfont[Ligatures=TeX]{HCR Dotum LVT} + \else\ifLuaTeX + \hypersetup{unicode,bookmarks} + \setmainhangulfont[Ligatures=TeX]{HCR Batang LVT} + \setsanshangulfont[Ligatures=TeX]{HCR Dotum LVT} + \fi\fi\fi + \begin{document} + \title{\koTeX-article 템플릿} + \author{저자} + \date{} + \maketitle + \section{절 제목} + \subsection{소절 제목} + 이 문서는 \koTeX\ 문서입니다. + \end{document} + +For more information, please refer to the included documentation (written in Korean). + +License +------- + +kotex-utf is licensed under the LaTeX Project Public +License (LPPL). + +Contacts +-------- + +Please report any errors or suggestions to the package maintainer, +Kihwang Lee <leekh@ktug.org>. + |