From f8b2509b17bd7177dc511cbaa7ecd21edea407b1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 12 Jun 2010 23:30:04 +0000 Subject: truncate own pkg (12jun10) git-svn-id: svn://tug.org/texlive/trunk@18921 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/truncate/miscdoc.sty | 115 ++++++++++++++++ Master/texmf-dist/doc/latex/truncate/truncate.pdf | Bin 0 -> 161089 bytes Master/texmf-dist/doc/latex/truncate/truncate.tex | 57 ++++++++ Master/texmf-dist/tex/latex/ltxmisc/truncate.sty | 158 ---------------------- Master/texmf-dist/tex/latex/truncate/truncate.sty | 158 ++++++++++++++++++++++ Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/libexec/ctan2tds | 3 +- Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 + Master/tlpkg/tlpsrc/truncate.tlpsrc | 0 9 files changed, 334 insertions(+), 160 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/truncate/miscdoc.sty create mode 100644 Master/texmf-dist/doc/latex/truncate/truncate.pdf create mode 100644 Master/texmf-dist/doc/latex/truncate/truncate.tex delete mode 100644 Master/texmf-dist/tex/latex/ltxmisc/truncate.sty create mode 100644 Master/texmf-dist/tex/latex/truncate/truncate.sty create mode 100644 Master/tlpkg/tlpsrc/truncate.tlpsrc diff --git a/Master/texmf-dist/doc/latex/truncate/miscdoc.sty b/Master/texmf-dist/doc/latex/truncate/miscdoc.sty new file mode 100644 index 00000000000..da1f2a5fdba --- /dev/null +++ b/Master/texmf-dist/doc/latex/truncate/miscdoc.sty @@ -0,0 +1,115 @@ +\ProvidesPackage{miscdoc}[2010/01/20 v1.2 documentation macros misc latex pkgs] + +% miscdoc.sty +% Copyright 2010 Robin Fairbairns +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Robin Fairbairns. +% +% This work consists of the file miscdoc.sty (only) + +\setcounter{errorcontextlines}{1274} + +% The package arose from a small exercise to document packages whose +% previous documentation consisted solely of comments in the package files. +% The macros here defined are lifted from the author's faq.sty +% (written for the UK TeX FAQ, CTAN:help/uk-tex-faq) or are inspired +% by others' work (credited where the author is known) ... except +% where they came as a flash of inspiration while actually writing the +% documentation. + +% this option suggested by Heiko Oberdiek, 2010-01-29 +\DeclareOption{hyper}{% + \AtEndOfPackage{% + \RequirePackage[pdfusetitle]{hyperref} + \RequirePackage{bookmark} + \bookmarksetup{numbered,open,openlevel=1} + } +} +\ProcessOptions\relax + +% note: T1 encoding assumed +\usepackage{lmodern} +\usepackage[T1]{fontenc} +\usepackage{booktabs} + +% from faq.sty +\newcommand\cs[1]{\texttt{\char`\\#1}} +\let\csx\cs +\def\bsbs{\cs{\char`\\}} + +% \cmdinvoke\cs +% \cs typeset as above +% may consist of optional or mandatory arguments; +% +% the `arguments' are simply typesett \texttt, as yet -- if something +% fancier is needed, there's a bunch of code needs rewriting here... +\DeclareRobustCommand\cmdinvoke{\@ifstar + {\let\@tempa\emph\@scmdinvoke}% + {\let\@tempa\relax\@scmdinvoke}% +} +\def\@scmdinvoke#1{\texttt{\symbol{92}#1}% + \futurelet\@let@token\@cmdinvoke +} +\def\@cmdinvoke{\ifx\@let@token\bgroup + \let\@tempb\@cmdinvoke@lbrace + \else + \ifx\@let@token[% ] + \let\@tempb\@cmdinvoke@lbrack + \else + \ifx\@let@token(% ) + \let\@tempb\@cmdinvoke@lparen + \else + \let\@tempb\@empty + \fi + \fi + \fi + \@tempb +} +\def\@cmdinvoke@lbrace#1{\penalty0\hskip0pt\relax + \texttt{\symbol{123}\@tempa{#1}\symbol{125}}% + \futurelet\@let@token\@cmdinvoke +} +\def\@cmdinvoke@lbrack[#1]{\penalty-150\hskip0pt\relax + \texttt{[\@tempa{#1}]}% + \futurelet\@let@token\@cmdinvoke +} +\def\@cmdinvoke@lparen(#1){\penalty-150\hskip0pt\relax + \texttt{(\@tempa{#1})}% + \futurelet\@let@token\@cmdinvoke +} +% and extension -- versions that take a single extra (delimiter) +% argument, such as \delcmdinvoke{lscrunge}( ... awful syntax, but... +\DeclareRobustCommand\delcmdinvoke{\@ifstar + {\let\@tempa\emph\@sdelcmdinvoke}% + {\let\@tempa\relax\@sdelcmdinvoke}% +} +\def\@sdelcmdinvoke#1#2{\texttt{\symbol{92}#1#2}% + \futurelet\@let@token\@cmdinvoke +} + +% sui generis +\newcommand\newitem{\par\addvspace{1ex}\noindent} + +% inspired by doc.sty in latex distribution +\newcommand\meta[1]{\ensuremath{\langle}\emph{#1}\ensuremath{\rangle}} + +% meaningful names, as in faq.sty +\newcommand\environment[1]{\texttt{#1}} +\newcommand\pkgoption[1]{\texttt{#1}} +\newcommand\extension[1]{\texttt{.#1}} +\newcommand\Package[1]{\textsf{#1}} +\def\option{\@ifnextchar[\@optionb\@option}% ] +\def\@optionb[#1]{{\normalfont\ttfamily[#1]}} +\def\@option#1{\texttt{#1}} + +\let\FontName\textsf \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/truncate/truncate.pdf b/Master/texmf-dist/doc/latex/truncate/truncate.pdf new file mode 100644 index 00000000000..f27ecf8690a Binary files /dev/null and b/Master/texmf-dist/doc/latex/truncate/truncate.pdf differ diff --git a/Master/texmf-dist/doc/latex/truncate/truncate.tex b/Master/texmf-dist/doc/latex/truncate/truncate.tex new file mode 100644 index 00000000000..412d183553c --- /dev/null +++ b/Master/texmf-dist/doc/latex/truncate/truncate.tex @@ -0,0 +1,57 @@ +\documentclass[a4paper]{article} +\usepackage[a4paper]{geometry} +\usepackage{miscdoc} +\usepackage[scaled=0.85]{luximono} +\begin{document} +\title{The \Package{truncate} package} +\author{Donald Arseneau\thanks{Documentation file assembled by Robin + Fairbairns}} +\date{August 2001, version 3.6} +\maketitle + +\section*{Truncating text to a given width} + +The package defines a command +\cmdinvoke{truncate}[\meta{marker}]{\meta{width}}{\meta{text}} + +If the text is too wide to fit in the specified width, then it is +truncated, and a continuation marker is shown at the end. The default +marker, used when the optional \texttt{[marker]} parameter is omitted, +is \cs{,}\cs{dots}. You can change this default by redefining +\cs{TruncateMarker} +(\cmdinvoke{renewcommand}{\cs{TruncateMarker}}{\dots}). + +Normally, the text (whether truncated or not) is printed flush-left +in a box with exactly the width specified. The package option +\option[fit] causes the output text to have its natural width, up to a +maximum of the specified width. + +The text will not normally be truncated in the middle of a word, +nor at a space specified by the tie (\verb|~|). For example: +\begin{quote} + \cmdinvoke{truncate}{122pt}{This text has been\string~truncated} +\end{quote} +gives +\begin{quote} + ``This text has\dots~~~~~~'' +\end{quote} + +You can give one of the package options \option[hyphenate], +\option[breakwords], or \option[breakall] to allow breaking in the +middle of words. The first two only truncate at hyphenation points; +with the difference being that \option[breakwords] suppresses the +hyphen character. On the other hand, \option{breakall} allows +truncation at any character. For example: +\begin{quote} + \cmdinvoke{truncate}{122pt}{This text has been\string~truncated} +\end{quote} +gives +\begin{quote} + \begin{tabular}{l@{\quad}l} + ``This text has been trun-...'' & (option hyphenate) \\ + ``This text has been trun...~'' & (option breakwords) \\ + ``This text has been trunc...'' & (option breakall) + \end{tabular} +\end{quote} +(All of these options work through \TeX{}'s hyphenation mechanism.) +\end{document} diff --git a/Master/texmf-dist/tex/latex/ltxmisc/truncate.sty b/Master/texmf-dist/tex/latex/ltxmisc/truncate.sty deleted file mode 100644 index a4f0ed840cb..00000000000 --- a/Master/texmf-dist/tex/latex/ltxmisc/truncate.sty +++ /dev/null @@ -1,158 +0,0 @@ -% truncate.sty ver 3.6 20-Aug-2001 Donald Arseneau -% This LaTeX program is released to the public domain. -% -% Truncate text to a specified width: \truncate [marker]{width}{text} -% -% If the text is too wide to fit in the specified width, then it is -% truncated, and a continuation marker is shown at the end. The default -% marker, used when the optional "[marker]" parameter is omitted, is -% "\,\dots". You can change this default by redefining "\TruncateMarker" -% ("\renewcommand{\TruncateMarker}{}"). -% -% Normally, the text (whether truncated or not) is printed flush-left -% in a box with exactly the width specified. The package option "[fit]" -% ("\usepackage[fit]{truncate}") causes the output text to have its -% natural width, up to a maximum of the specified width. -% -% The text will not normally be truncated in the middle of a word, -% nor at a space specified by the tie "~". For example: -% -% "\truncate{122pt}{This text has been~truncated}" -% gives -% "This text has... " -% -% You can give one of the package options "[hyphenate]", "[breakwords]", -% or "[breakall]" to allow breaking in the middle of words. The first -% two only truncate at hyphenation points; with the difference being that -% "breakwords" suppresses the hyphen character. On the other hand, -% "breakall" allows truncation at any character. For example: -% -% "\truncate{122pt}{This text has been~truncated}" -% gives -% "This text has been trun-..." (hyphenate) -% "This text has been trun... " (breakwords) -% "This text has been trunc..." (breakall) -% -% (All of these options work through TeX's hyphenation mechanism.) -% -\ProvidesPackage{truncate}[2001/08/20 \space ver 3.6] -% -% [breakwords] allows hyphenation but with invisible hyphen characters -\DeclareOption{breakwords}{% - \let\@Trunc@DoSelect\relax - \expandafter\chardef\csname \string\@TruncHyph T1\endcsname 23 - \expandafter\chardef\csname \string\@TruncHyph OT1\endcsname 223 - \expandafter\chardef\csname \string\@TruncHyph LY1\endcsname 0 - \def\@Trunc@Post{\hyphenpenalty\tw@ \exhyphenpenalty\tw@ - \doublehyphendemerits\z@ \finalhyphendemerits\z@ - \the\@Trunc@RestHyph % set invisible hyphenchars for all fonts used - }} -% -% [breakall] is like breakwords, but all characters are treated like -% the letter "c"; the default language 0 patterns allow hyphenation -% c-c-c-c-c-c-c-c-c. This means we don't need special patterns! -\DeclareOption{breakall}{\ExecuteOptions{breakwords}% - \expandafter\def\expandafter\@Trunc@Post\expandafter{\@Trunc@Post - \@tempcnta\z@ \chardef\c`\c % in knuth patterns, c allows hyphens - \loop \lccode\@tempcnta\c \advance\@tempcnta\@ne - \ifnum\@tempcnta<\@cclvi \repeat}% - \def\@Trunc@Pre{% force US english - \lefthyphenmin\@ne \righthyphenmin\@ne - \doublehyphendemerits\language - \language\z@ % default English language - \let\language\doublehyphendemerits - \uchyph\@ne - }} -% -% [hyphenate] ordinary hyphenation for breakpoints -\DeclareOption{hyphenate}{% takes precedence over breakwords - \def\@Trunc@Post{\hyphenpenalty\sixt@@n}\let\@Trunc@Pre\relax} -% -% [fit] use true size of truncated text, not requested size. -\DeclareOption{fit}{\def\@Trunc@Rebox{% - \setbox\z@\hbox{\unhbox\z@\unskip\unskip\@tempa}% - \ifdim\wd\z@>\hsize \hbox to\hsize{\unhbox\z@}\else \box\z@ \fi}} -% -% Defaults: -\let\@Trunc@Pre\@empty -\def\@Trunc@Post{\hyphenpenalty\@M} -\def\@Trunc@Rebox{\hbox to\hsize{\unhbox\z@\unskip\unskip\@tempa\hfil}} -\let\@Trunc@DoSelect\@empty - -\ProcessOptions\relax - -\providecommand{\TruncateMarker}{\,\dots} - -\newcommand{\truncate}[3][\TruncateMarker]{% #1=marker #2=width #3=text - \parbox[b]{#2}{\tolerance9999 \emergencystretch .216\hsize - \vbadness\maxdimen \vfuzz\vsize % no overfull warnings - \hbadness\maxdimen \hfuzz\vsize - % set up hyphenchar switching for all fonts used. - \edef\@tempb{\the\@Trunc@RestHyph}% save whole stack - \global\@Trunc@RestHyph{}% - \ifx\@Trunc@DoSelect\relax - \let\@Trunc@DoSelect\selectfont - \def\selectfont{\@Trunc@DoSelect\@Trunc@SaveHChar}% - \fi - \@Trunc@SaveHChar % do it for current font - \setbox\z@\vbox\bgroup - % First set text in a hbox to see if it fits. - \setbox\z@\@@line{\ignorespaces #3\unskip\hfil}% - \ifnum\badness>\@M % text does not fit - \settowidth\rightskip{#1}% - \advance\rightskip \z@\@plus\p@ - \parfillskip-\@ne\rightskip \@plus\@ne fil - \parshape \tw@ \z@\hsize \z@\maxdimen \linepenalty60 - \tracinglostchars\z@ - %% \let\par\relax -- don't do this because \vskip causes infinite loop - \@Trunc@Pre % must set language before paragraph - \noindent \vadjust{\penalty-\@MM}% for splitting off first line - \nobreak\hskip\z@skip % allow first word hyphenation - \ignorespaces #3% the text - \pretolerance\hyphenpenalty \@Trunc@Post % set up `hyphenation' - \@@par - \ifnum\prevgraf>\@ne - \egroup \def\@tempa{#1}% use truncation marker - \else - \egroup \let\@tempa\@empty% no linebreak, so all text fits; no marker - \fi - \else - \box\z@ \egroup \let\@tempa\@empty - \fi - \setbox\@tempboxa\vsplit\z@ to\z@ \unvbox\@tempboxa - \unskip\unpenalty\unpenalty - \setbox\z@\lastbox - \nointerlineskip - \hfuzz\p@ - \@Trunc@Rebox - \let\@Trunc@HC\@firstofone \the\@Trunc@RestHyph % restore hyphenchars - \global\@Trunc@RestHyph\expandafter{\@tempb}% restore the stack itself - }} -% (Note that the text may be proessed twice. I could avoid that -% if there are problems with global counters etc.) - -% we save (implicit global) hyphenchar settings for each font on a -% manual stack -- the token register \@Trunc@RestHyph -- before changing -% them. We execute \@Trunc@RestHyph to set them to the invisible -% characters and then again to restore them. (I can't imagine this -% will ever be required.) -\newtoks\@Trunc@RestHyph -\global\@Trunc@RestHyph{} -% -\def\@Trunc@SaveHChar{\begingroup - \edef\@tempa{% - \hyphenchar\the\font=\noexpand\@Trunc@HC{\the\hyphenchar\font}\relax - \the\@Trunc@RestHyph}% - \global\@Trunc@RestHyph\expandafter{\@tempa}% -% \hyphenchar\font\z@ - \endgroup} -% -% select an invisible character for hyphenation. Use \textcompwordmark, if -% any; use selected numbers for certain encodings (OT1 uses a *missing* -% character); use a space otherwise. -\def\@Trunc@HC#1{% - \@ifundefined{\f@encoding\string\textcompwordmark}{% - \@ifundefined{\string\@TruncHyph\f@encoding}% - {32}% If no appropriate character, guess space character may be blank - {\csname \string\@TruncHyph\f@encoding\endcsname}% - }{\csname\f@encoding\string\textcompwordmark\endcsname}}% diff --git a/Master/texmf-dist/tex/latex/truncate/truncate.sty b/Master/texmf-dist/tex/latex/truncate/truncate.sty new file mode 100644 index 00000000000..a4f0ed840cb --- /dev/null +++ b/Master/texmf-dist/tex/latex/truncate/truncate.sty @@ -0,0 +1,158 @@ +% truncate.sty ver 3.6 20-Aug-2001 Donald Arseneau +% This LaTeX program is released to the public domain. +% +% Truncate text to a specified width: \truncate [marker]{width}{text} +% +% If the text is too wide to fit in the specified width, then it is +% truncated, and a continuation marker is shown at the end. The default +% marker, used when the optional "[marker]" parameter is omitted, is +% "\,\dots". You can change this default by redefining "\TruncateMarker" +% ("\renewcommand{\TruncateMarker}{}"). +% +% Normally, the text (whether truncated or not) is printed flush-left +% in a box with exactly the width specified. The package option "[fit]" +% ("\usepackage[fit]{truncate}") causes the output text to have its +% natural width, up to a maximum of the specified width. +% +% The text will not normally be truncated in the middle of a word, +% nor at a space specified by the tie "~". For example: +% +% "\truncate{122pt}{This text has been~truncated}" +% gives +% "This text has... " +% +% You can give one of the package options "[hyphenate]", "[breakwords]", +% or "[breakall]" to allow breaking in the middle of words. The first +% two only truncate at hyphenation points; with the difference being that +% "breakwords" suppresses the hyphen character. On the other hand, +% "breakall" allows truncation at any character. For example: +% +% "\truncate{122pt}{This text has been~truncated}" +% gives +% "This text has been trun-..." (hyphenate) +% "This text has been trun... " (breakwords) +% "This text has been trunc..." (breakall) +% +% (All of these options work through TeX's hyphenation mechanism.) +% +\ProvidesPackage{truncate}[2001/08/20 \space ver 3.6] +% +% [breakwords] allows hyphenation but with invisible hyphen characters +\DeclareOption{breakwords}{% + \let\@Trunc@DoSelect\relax + \expandafter\chardef\csname \string\@TruncHyph T1\endcsname 23 + \expandafter\chardef\csname \string\@TruncHyph OT1\endcsname 223 + \expandafter\chardef\csname \string\@TruncHyph LY1\endcsname 0 + \def\@Trunc@Post{\hyphenpenalty\tw@ \exhyphenpenalty\tw@ + \doublehyphendemerits\z@ \finalhyphendemerits\z@ + \the\@Trunc@RestHyph % set invisible hyphenchars for all fonts used + }} +% +% [breakall] is like breakwords, but all characters are treated like +% the letter "c"; the default language 0 patterns allow hyphenation +% c-c-c-c-c-c-c-c-c. This means we don't need special patterns! +\DeclareOption{breakall}{\ExecuteOptions{breakwords}% + \expandafter\def\expandafter\@Trunc@Post\expandafter{\@Trunc@Post + \@tempcnta\z@ \chardef\c`\c % in knuth patterns, c allows hyphens + \loop \lccode\@tempcnta\c \advance\@tempcnta\@ne + \ifnum\@tempcnta<\@cclvi \repeat}% + \def\@Trunc@Pre{% force US english + \lefthyphenmin\@ne \righthyphenmin\@ne + \doublehyphendemerits\language + \language\z@ % default English language + \let\language\doublehyphendemerits + \uchyph\@ne + }} +% +% [hyphenate] ordinary hyphenation for breakpoints +\DeclareOption{hyphenate}{% takes precedence over breakwords + \def\@Trunc@Post{\hyphenpenalty\sixt@@n}\let\@Trunc@Pre\relax} +% +% [fit] use true size of truncated text, not requested size. +\DeclareOption{fit}{\def\@Trunc@Rebox{% + \setbox\z@\hbox{\unhbox\z@\unskip\unskip\@tempa}% + \ifdim\wd\z@>\hsize \hbox to\hsize{\unhbox\z@}\else \box\z@ \fi}} +% +% Defaults: +\let\@Trunc@Pre\@empty +\def\@Trunc@Post{\hyphenpenalty\@M} +\def\@Trunc@Rebox{\hbox to\hsize{\unhbox\z@\unskip\unskip\@tempa\hfil}} +\let\@Trunc@DoSelect\@empty + +\ProcessOptions\relax + +\providecommand{\TruncateMarker}{\,\dots} + +\newcommand{\truncate}[3][\TruncateMarker]{% #1=marker #2=width #3=text + \parbox[b]{#2}{\tolerance9999 \emergencystretch .216\hsize + \vbadness\maxdimen \vfuzz\vsize % no overfull warnings + \hbadness\maxdimen \hfuzz\vsize + % set up hyphenchar switching for all fonts used. + \edef\@tempb{\the\@Trunc@RestHyph}% save whole stack + \global\@Trunc@RestHyph{}% + \ifx\@Trunc@DoSelect\relax + \let\@Trunc@DoSelect\selectfont + \def\selectfont{\@Trunc@DoSelect\@Trunc@SaveHChar}% + \fi + \@Trunc@SaveHChar % do it for current font + \setbox\z@\vbox\bgroup + % First set text in a hbox to see if it fits. + \setbox\z@\@@line{\ignorespaces #3\unskip\hfil}% + \ifnum\badness>\@M % text does not fit + \settowidth\rightskip{#1}% + \advance\rightskip \z@\@plus\p@ + \parfillskip-\@ne\rightskip \@plus\@ne fil + \parshape \tw@ \z@\hsize \z@\maxdimen \linepenalty60 + \tracinglostchars\z@ + %% \let\par\relax -- don't do this because \vskip causes infinite loop + \@Trunc@Pre % must set language before paragraph + \noindent \vadjust{\penalty-\@MM}% for splitting off first line + \nobreak\hskip\z@skip % allow first word hyphenation + \ignorespaces #3% the text + \pretolerance\hyphenpenalty \@Trunc@Post % set up `hyphenation' + \@@par + \ifnum\prevgraf>\@ne + \egroup \def\@tempa{#1}% use truncation marker + \else + \egroup \let\@tempa\@empty% no linebreak, so all text fits; no marker + \fi + \else + \box\z@ \egroup \let\@tempa\@empty + \fi + \setbox\@tempboxa\vsplit\z@ to\z@ \unvbox\@tempboxa + \unskip\unpenalty\unpenalty + \setbox\z@\lastbox + \nointerlineskip + \hfuzz\p@ + \@Trunc@Rebox + \let\@Trunc@HC\@firstofone \the\@Trunc@RestHyph % restore hyphenchars + \global\@Trunc@RestHyph\expandafter{\@tempb}% restore the stack itself + }} +% (Note that the text may be proessed twice. I could avoid that +% if there are problems with global counters etc.) + +% we save (implicit global) hyphenchar settings for each font on a +% manual stack -- the token register \@Trunc@RestHyph -- before changing +% them. We execute \@Trunc@RestHyph to set them to the invisible +% characters and then again to restore them. (I can't imagine this +% will ever be required.) +\newtoks\@Trunc@RestHyph +\global\@Trunc@RestHyph{} +% +\def\@Trunc@SaveHChar{\begingroup + \edef\@tempa{% + \hyphenchar\the\font=\noexpand\@Trunc@HC{\the\hyphenchar\font}\relax + \the\@Trunc@RestHyph}% + \global\@Trunc@RestHyph\expandafter{\@tempa}% +% \hyphenchar\font\z@ + \endgroup} +% +% select an invisible character for hyphenation. Use \textcompwordmark, if +% any; use selected numbers for certain encodings (OT1 uses a *missing* +% character); use a space otherwise. +\def\@Trunc@HC#1{% + \@ifundefined{\f@encoding\string\textcompwordmark}{% + \@ifundefined{\string\@TruncHyph\f@encoding}% + {32}% If no appropriate character, guess space character may be blank + {\csname \string\@TruncHyph\f@encoding\endcsname}% + }{\csname\f@encoding\string\textcompwordmark\endcsname}}% diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 0607a40608f..8c388a5340f 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -310,7 +310,7 @@ my @TLP_working = qw( tkz-doc tkz-linknodes tkz-orm tkz-tab tocbibind tocloft tocvsec2 todo todonotes tokenizer toolbox tools totcount totpages tracking - trajan translator tree-dvips trfsigns trimspaces trivfloat trsym + trajan translator tree-dvips trfsigns trimspaces trivfloat trsym truncate tufte-latex tugboat tugboat-plain turkmen turnstile twoinone twoup txfonts txfontsb type1cm typedref typehtml typogrid uaclasses uebungsblatt ucdavisthesis ucs ucthesis uhrzeit uiucthesis diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 8c3a1ea0089..ee0bf90bad6 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -872,7 +872,6 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'esint-type1', 'esint.tex', 'europecv', 'EuropeFlag|europasslogo|\.cls|\.def', 'fancytooltips', 'fancytipmark\..*|' . $standardtex, - 'thesis-titlepage-fhac', 'LOGO.*|' . $standardtex, 'figflow', '\.tex', 'fltpoint', '\.sty|\.tex', 'font-change', 'font.*\.tex', @@ -983,6 +982,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'taylor', 'diagrams.tex', 'tex-ewd', 'dotnot.tex', 'texsis', '\.txs|TXS.*tex|texsis.tex', + 'thesis-titlepage-fhac', 'LOGO.*|' . $standardtex, 'threeparttable', '^..[^s].*\.sty', # not miscdoc.sty 'ticket', '\.tdf|' . $standardtex, 'tikz-qtree', '(pgf|tikz-)(subpic|q?tree(-compat)?)\.(tex|sty)', @@ -991,6 +991,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'tkz-orm', 'tkz.*\.sty', # no pgfmanual.sty 'tools', '\.cfg|\.sty|\.clo|\.cls|\.def|\.fd$|.?\.tex|^\.tex$', 'translator', '\.dict|translator-language-mappings.tex|' . $standardtex, + 'truncate', '^..[^s].*\.sty', # not miscdoc.sty 'tugboat-plain','\.cmn|' . $standardtex, 'underscore', '^..[^s].*\.sty', # not miscdoc.sty 'undolabl', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 2f50dd65f64..2a861e9daaa 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -655,6 +655,7 @@ depend trfsigns depend trimspaces depend trsym depend trivfloat +depend truncate depend twoinone depend twoup depend type1cm diff --git a/Master/tlpkg/tlpsrc/truncate.tlpsrc b/Master/tlpkg/tlpsrc/truncate.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3