diff options
author | Karl Berry <karl@freefriends.org> | 2023-06-06 20:06:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-06-06 20:06:34 +0000 |
commit | bbc32e66e576afcab77c6432dda3790951c35198 (patch) | |
tree | 3007d7cc0a0a25793c6f802f98ce1ea29e59f08b /Master/texmf-dist/source/latex | |
parent | 4efc770b4440003e74a4c1c868ad55c64a32ef05 (diff) |
texshade (6jun23)
git-svn-id: svn://tug.org/texlive/trunk@67295 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/texshade/texshade.dtx | 20 |
1 files changed, 10 insertions, 10 deletions
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} |