diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-09 23:44:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-09 23:44:31 +0000 |
commit | d58e09051eed105b7c4b93a513e0fd02ae2dfd4b (patch) | |
tree | aa46d20a14160b1e582040da11625b63fb269bd8 /Master/texmf-dist/source/latex/fontspec/fontspec-code.ltx | |
parent | 99faba785d6e66859a2b9ab1d49e7f3c0db491af (diff) |
fontspec (9nov17)
git-svn-id: svn://tug.org/texlive/trunk@45732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/fontspec-code.ltx')
-rw-r--r-- | Master/texmf-dist/source/latex/fontspec/fontspec-code.ltx | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/fontspec-code.ltx b/Master/texmf-dist/source/latex/fontspec/fontspec-code.ltx index 5b1e400de1b..bc47ad93627 100644 --- a/Master/texmf-dist/source/latex/fontspec/fontspec-code.ltx +++ b/Master/texmf-dist/source/latex/fontspec/fontspec-code.ltx @@ -1,22 +1,18 @@ %%^^A%% fontspec-code.ltx -- part of FONTSPEC <wspr.io/fontspec> +\ifdefined \XeTeXOTcountscripts \else \makeatletter + \@latex@error{^^J*** The fontspec documentation can only be typeset with `xelatex` ***\@gobble}\@ehc +\fi + \documentclass[a4paper]{l3doc} \usepackage{fontspec-doc-style} +\renewcommand\partname{File} \begin{document} - -\GetFileInfo{fontspec.dtx} -\title{The \textsf{fontspec} package\\Font selection for \XeLaTeX\ and \LuaLaTeX} -\author{ - \textsc{Will Robertson} and \textsc{Khaled Hosny}\\ - \url{http://wspr.io/fontspec/} -} -\date{\filedate \qquad \fileversion} - \maketitle \tableofcontents \newpage -\def\DTX#1{\DocInput{#1}} +\def\DTX#1{\clearpage\part{#1}\DocInput{#1}} \FONTSPECDTX \clearpage @@ -35,7 +31,9 @@ % The FONTSPEC package <wspr.io/fontspec> % ------------------------------------------------ % Copyright 2004-2017 Will Robertson, LPPL "maintainer" -% Copyright 2009-2013 Khaled Hosny +% Copyright 2009-2015 Khaled Hosny +% Copyright 2013 Philipp Gesang +% Copyright 2013-2016 Joseph Wright % ------------------------------------------------ % This package is free software and may be redistributed and/or modified under % the conditions of the LaTeX Project Public License, version 1.3c or higher |