summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-06-06 20:06:34 +0000
committerKarl Berry <karl@freefriends.org>2023-06-06 20:06:34 +0000
commitbbc32e66e576afcab77c6432dda3790951c35198 (patch)
tree3007d7cc0a0a25793c6f802f98ce1ea29e59f08b
parent4efc770b4440003e74a4c1c868ad55c64a32ef05 (diff)
texshade (6jun23)
git-svn-id: svn://tug.org/texlive/trunk@67295 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/texshade/README2
-rw-r--r--Master/texmf-dist/doc/latex/texshade/texshade.pdfbin1565024 -> 1235875 bytes
-rw-r--r--Master/texmf-dist/source/latex/texshade/texshade.dtx20
-rw-r--r--Master/texmf-dist/tex/latex/texshade/texshade.sty8
4 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/texshade/README b/Master/texmf-dist/doc/latex/texshade/README
index f6063602bff..a57f0eac62a 100644
--- a/Master/texmf-dist/doc/latex/texshade/README
+++ b/Master/texmf-dist/doc/latex/texshade/README
@@ -1,4 +1,4 @@
- TeXshade v1.26b
+ TeXshade v1.26c
>>
>> A LaTeX package for setting nucleotide and peptide alignments.
>>
diff --git a/Master/texmf-dist/doc/latex/texshade/texshade.pdf b/Master/texmf-dist/doc/latex/texshade/texshade.pdf
index d2088ac9b29..01730abc593 100644
--- a/Master/texmf-dist/doc/latex/texshade/texshade.pdf
+++ b/Master/texmf-dist/doc/latex/texshade/texshade.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/texshade/texshade.dtx b/Master/texmf-dist/source/latex/texshade/texshade.dtx
index 44fad1c38f8..da16105ddfb 100644
--- a/Master/texmf-dist/source/latex/texshade/texshade.dtx
+++ b/Master/texmf-dist/source/latex/texshade/texshade.dtx
@@ -418,9 +418,9 @@
% structure meme paper was added;
% `par' line endings now treated correctly.}
%
-% \changes{1.26b}{2023-05-28}{%
-% Corrections: shading, tinting, emphasizing, lower casing
-% of motifs now works with set domains.}
+% \changes{1.26b/c}{2023-05-28/2023-06-04}{%
+% Corrections: shading, tinting, emphasizing, lower casing,
+% and framing of motifs now works with set domains.}
%
%
%
@@ -461,7 +461,7 @@
% for further information, updates and on-line documentation
% see my homepage at
% \texttt{www.pharmazie.uni-kiel.de/chem/Prof\_Beitz/biotex.html} }}
-% \date{\small v1.26b; 2023/05/28\\[2pt]}
+% \date{\small v1.26c; 2023/06/04\\[2pt]}
% \maketitle
% \begin{abstract}
% Setting alignments of nucleotides and peptides for publication
@@ -545,12 +545,12 @@
%
% \subsection{Version History}
%
-% \textbf{v1.26(a, b) 2021/04/01 (2022/08/29, 2023/05/28)}
+% \textbf{v1.26(a-c) 2021/04/01 (2022/08/29-2023/06/04)}
% \medskip
%
% \emph{Corrections}: Frames at line ends remain open to indicate
% continuity of the marked region, and |\par| line endings are now treated
-% correctly; motifs are now properly located in set domains for shading etc.
+% correctly.
%
% \emph{Introductions:}
% Chimera command file export option for 'structure memes'
@@ -6614,8 +6614,8 @@
% \begin{macrocode}
%<*texshade>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{texshade}[2023/05/28 LaTeX TeXshade (v1.26b)]
-\message{Package `texshade', Version 1.26b of 2023/05/28.}
+\ProvidesPackage{texshade}[2023/06/04 LaTeX TeXshade (v1.26c)]
+\message{Package `texshade', Version 1.26c of 2023/06/04.}
\PassOptionsToPackage{dvips}{color}
\PassOptionsToPackage{dvips}{graphicx}
@@ -10282,6 +10282,7 @@
\def\test@fill#1:#2:#3&{%
\xdef\last@{#1[,][,]&}\expandafter\arrow@col@width\last@%
+ \xdef\second@@{\fourth@ &}\ifx\second@@\ampers@nd\xdef\fourth@{///}\fi%
\xdef\second@@{\fourth@}%
\xdef\last@{///}%
\ifx\fourth@\last@%
@@ -12478,7 +12479,7 @@
\xdef\f@@color{\f@color}
\def\f@text@{#5}
\xdef\f@color{\f@@color}
- \xdef\temp@{#4&}
+ \xdef\temp@{\second@@&}
\ifx\temp@\ampers@nd
\xdef\list@{#3,&}
\xdef\style@{&}
@@ -15823,7 +15824,6 @@
\getregion@fromframestack@first
\else
\ifnum\frame@on=0
- \xdef\frame@on{1}
\xdef\frame@{1}
\expandafter\xdef\csname fr@style\the\loopcount\endcsname{%
\csname framestyle\the\loopcount\endcsname}
diff --git a/Master/texmf-dist/tex/latex/texshade/texshade.sty b/Master/texmf-dist/tex/latex/texshade/texshade.sty
index b14e9f3d877..3ea3faf0f6d 100644
--- a/Master/texmf-dist/tex/latex/texshade/texshade.sty
+++ b/Master/texmf-dist/tex/latex/texshade/texshade.sty
@@ -13,8 +13,8 @@
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{texshade}[2023/05/28 LaTeX TeXshade (v1.26b)]
-\message{Package `texshade', Version 1.26b of 2023/05/28.}
+\ProvidesPackage{texshade}[2023/06/04 LaTeX TeXshade (v1.26c)]
+\message{Package `texshade', Version 1.26c of 2023/06/04.}
\PassOptionsToPackage{dvips}{color}
\PassOptionsToPackage{dvips}{graphicx}
@@ -3670,6 +3670,7 @@
\def\test@fill#1:#2:#3&{%
\xdef\last@{#1[,][,]&}\expandafter\arrow@col@width\last@%
+ \xdef\second@@{\fourth@ &}\ifx\second@@\ampers@nd\xdef\fourth@{///}\fi%
\xdef\second@@{\fourth@}%
\xdef\last@{///}%
\ifx\fourth@\last@%
@@ -5861,7 +5862,7 @@
\xdef\f@@color{\f@color}
\def\f@text@{#5}
\xdef\f@color{\f@@color}
- \xdef\temp@{#4&}
+ \xdef\temp@{\second@@&}
\ifx\temp@\ampers@nd
\xdef\list@{#3,&}
\xdef\style@{&}
@@ -9200,7 +9201,6 @@
\getregion@fromframestack@first
\else
\ifnum\frame@on=0
- \xdef\frame@on{1}
\xdef\frame@{1}
\expandafter\xdef\csname fr@style\the\loopcount\endcsname{%
\csname framestyle\the\loopcount\endcsname}