summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex/bidi/bidituftetitle.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-07 22:22:57 +0000
committerKarl Berry <karl@freefriends.org>2016-05-07 22:22:57 +0000
commit6e6054fa1adb4750af84fd39f842f5a4d6c391e5 (patch)
tree48f331a8eede2f05c5e11cce1e28a261c183ee69 /Master/texmf-dist/tex/xelatex/bidi/bidituftetitle.sty
parente72cb1514d62f9467f98e6839e645e0b5a8c2639 (diff)
bidi (7may16)
git-svn-id: svn://tug.org/texlive/trunk@40935 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/bidi/bidituftetitle.sty')
-rw-r--r--Master/texmf-dist/tex/xelatex/bidi/bidituftetitle.sty177
1 files changed, 177 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/xelatex/bidi/bidituftetitle.sty b/Master/texmf-dist/tex/xelatex/bidi/bidituftetitle.sty
new file mode 100644
index 00000000000..1f8bb4d7674
--- /dev/null
+++ b/Master/texmf-dist/tex/xelatex/bidi/bidituftetitle.sty
@@ -0,0 +1,177 @@
+%%
+%% This is file `bidituftetitle.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bidi.dtx (with options: `table,bidituftetitle.sty')
+%%
+%% __________________________________________________
+%% Copyright (c) 2009--2016 Vafa Khalighi <persian-tex@tug.org>
+%%
+%% It may be distributed and/or modified under the LaTeX Project Public License,
+%% version 1.3c or higher (your choice). The latest version of
+%% this license is at: http://www.latex-project.org/lppl.txt
+%%
+%% This work is “author-maintained” (as per LPPL maintenance status)
+%% by Vafa Khalighi.
+%%
+%%
+%% \CheckSum{46416}
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{bidituftetitle}[2011/06/18 v0.1
+bidi implementation of tufte title]
+\RequirePackage{biditools}
+%%
+\newboolean{@bidituftetitle@titlepage}
+\DeclareOption{titlepage}{\setboolean{@bidituftetitle@titlepage}{true}}
+\DeclareOption{notitlepage}{\setboolean{@bidituftetitle@titlepage}{false}}
+\@ifclassloaded{book}{%
+\ExecuteOptions{titlepage}}{%
+\@ifclassloaded{article}{%
+\ExecuteOptions{notitlepage}}%
+{}}
+\ProcessOptions
+%%
+\newcommand{\plaintitle}{}% plain-text-only title
+\newcommand{\plainauthor}{}% plain-text-only author
+\newcommand{\plainpublisher}{}% plain-text-only publisher
+\newcommand{\thanklesstitle}{}% full title text minus \thanks{}
+\newcommand{\thanklessauthor}{}% full author text minus \thanks{}
+\newcommand{\thanklesspublisher}{}% full publisher minus \thanks{}
+\newcommand{\@publisher}{}% full publisher with \thanks{}
+\newcommand{\thedate}{\today}
+\bidi@patch@AfterPackage{bidi}{%
+\renewcommand{\thanks}[1]{\footnote{#1}}
+\renewcommand{\LTRthanks}[1]{\LTRfootnote{#1}}
+\renewcommand{\RTLthanks}[1]{\RTLfootnote{#1}}
+}
+\renewcommand{\title}[2][]{%
+ \gdef\@title{#2}%
+ \begingroup%
+ % TODO store contents of \thanks command
+ \renewcommand{\thanks}[1]{}% swallow \thanks contents
+ \renewcommand{\LTRthanks}[1]{}% swallow \LTRthanks contents
+ \renewcommand{\RTLthanks}[1]{}% swallow \RTLthanks contents
+ \protected@xdef\thanklesstitle{#2}%
+ \endgroup%
+ \ifthenelse{\isempty{#1}}%
+ {\renewcommand{\plaintitle}{\thanklesstitle}}% use thankless title
+ {\renewcommand{\plaintitle}{#1}}% use provided plain-text title
+ \@ifundefined{hypersetup}%
+ {}% hyperref is not loaded; do nothing
+ {\hypersetup{pdftitle={\plaintitle}}}% set the PDF metadata title
+}
+\let\@author\@empty% suppress default latex.ltx ``no author'' warning
+\renewcommand{\author}[2][]{%
+ \ifthenelse{\isempty{#2}}{}{\gdef\@author{#2}}%
+ \begingroup%
+ % TODO store contents of \thanks command
+ \renewcommand{\thanks}[1]{}% swallow \thanks contents
+ \renewcommand{\LTRthanks}[1]{}% swallow \LTRthanks contents
+ \renewcommand{\RTLthanks}[1]{}% swallow \RTLthanks contents
+ \protected@xdef\thanklessauthor{#2}%
+ \endgroup%
+ \ifthenelse{\isempty{#1}}%
+ {\renewcommand{\plainauthor}{\thanklessauthor}}% use thankless author
+ {\renewcommand{\plainauthor}{#1}}% use provided plain-text author
+ \@ifundefined{hypersetup}%
+ {}% hyperref is not loaded; do nothing
+ {\hypersetup{pdfauthor={\plainauthor}}}% set the PDF metadata author
+}
+\renewcommand{\date}[1]{%
+ \gdef\@date{#1}%
+ \begingroup%
+ % TODO store contents of \thanks command
+ \renewcommand{\thanks}[1]{}% swallow \thanks contents
+ \renewcommand{\LTRthanks}[1]{}% swallow \LTRthanks contents
+ \renewcommand{\RTLthanks}[1]{}% swallow \RTLthanks contents
+ \protected@xdef\thedate{#1}%
+ \endgroup%
+}
+%%
+\newcommand{\publisher}[2][]{%
+ \gdef\@publisher{#2}%
+ \begingroup%
+ \renewcommand{\thanks}[1]{}% swallow \thanks contents
+ \renewcommand{\LTRthanks}[1]{}% swallow \LTRthanks contents
+ \renewcommand{\RTLthanks}[1]{}% swallow \RTLthanks contents
+ \protected@xdef\thanklesspublisher{#2}%
+ \endgroup%
+ \ifthenelse{\isempty{#1}}
+ {\renewcommand{\plainpublisher}{\thanklesspublisher}}% use thankless publisher
+ {\renewcommand{\plainpublisher}{#1}}% use provided plain-text publisher
+}
+%%
+\newcommand{\maketitlepage}[0]{%
+ \cleardoublepage%
+ {%
+ \bfseries%
+ \begin{fullwidth}%
+ \fontsize{18}{20}\selectfont\par\noindent\thanklessauthor%
+ \vspace{11.5pc}%
+ \fontsize{36}{40}\selectfont\par\noindent\thanklesstitle%
+ \vfill%
+ \fontsize{14}{16}\selectfont\par\noindent\thanklesspublisher%
+ \end{fullwidth}%
+ }
+ \thispagestyle{empty}%
+ \clearpage%
+}
+%%
+\bidi@AfterEndPreamble{%
+\renewcommand{\maketitle}{%
+ \newpage%
+ \global\@topnum\z@% prevent floats from being placed at the top of the page
+ \begingroup%
+ \setlength{\parindent}{0pt}%
+ \setlength{\parskip}{4pt}%
+ \let\@@title\@empty%
+ \let\@@author\@empty%
+ \let\@@date\@empty%
+ \gdef\@@title{\LARGE\itshape\@title\par}%
+ \gdef\@@author{\Large\itshape\@author\par}%
+ \gdef\@@date{\Large\itshape\@date\par}%
+ \@@title%
+ \@@author%
+ \@@date%
+ \endgroup%
+ \thispagestyle{plain}% suppress the running head
+}%
+}
+%%
+\bidi@AfterEndPreamble{%
+\ifthenelse{\boolean{@bidituftetitle@titlepage}}
+ {\renewcommand{\maketitle}{\maketitlepage}}
+ {}
+}
+%%
+\def\cleardoublepage{\clearpage\if@twoside\ifodd\c@page\else
+ \hbox{}
+ %\vspace*{\fill}
+ %\begin{center}
+ % This page intentionally contains only this sentence.
+ %\end{center}
+ %\vspace{\fill}
+ \thispagestyle{empty}
+ \newpage
+ \if@twocolumn\hbox{}\newpage\fi\fi\fi}
+\endinput
+%%
+%% End of file `bidituftetitle.sty'.