From 4141c4aa83d1ead340876cdc2b8408b754bd9b69 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 2 May 2016 23:39:30 +0000 Subject: bidi (2may16) git-svn-id: svn://tug.org/texlive/trunk@40842 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/xelatex/bidi/bidituftetitle.sty | 177 --------------------- 1 file changed, 177 deletions(-) delete mode 100644 Master/texmf-dist/tex/xelatex/bidi/bidituftetitle.sty (limited to 'Master/texmf-dist/tex/xelatex/bidi/bidituftetitle.sty') diff --git a/Master/texmf-dist/tex/xelatex/bidi/bidituftetitle.sty b/Master/texmf-dist/tex/xelatex/bidi/bidituftetitle.sty deleted file mode 100644 index 97cd2ec1eda..00000000000 --- a/Master/texmf-dist/tex/xelatex/bidi/bidituftetitle.sty +++ /dev/null @@ -1,177 +0,0 @@ -%% -%% 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--2015 Vafa Khalighi -%% -%% 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{46182} -%% \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'. -- cgit v1.2.3