diff options
author | Karl Berry <karl@freefriends.org> | 2023-05-29 19:07:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-05-29 19:07:17 +0000 |
commit | 9ad7e7e1cc14870756d45dee777addbec4931a04 (patch) | |
tree | d6195a97da3982dbcf4d534b08751883e5317265 /Master/texmf-dist/tex/latex/texshade | |
parent | d2395991eed08a2bb35fa17dba023f40323177a4 (diff) |
texshade (29may23)
git-svn-id: svn://tug.org/texlive/trunk@67243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/texshade')
-rw-r--r-- | Master/texmf-dist/tex/latex/texshade/texshade.sty | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/texshade/texshade.sty b/Master/texmf-dist/tex/latex/texshade/texshade.sty index 0254bd5c4ff..b14e9f3d877 100644 --- a/Master/texmf-dist/tex/latex/texshade/texshade.sty +++ b/Master/texmf-dist/tex/latex/texshade/texshade.sty @@ -8,13 +8,13 @@ %% %% LaTeX package for typesetting nucleotide and peptide alignments %% -%% Copyright (C) 1999-2021 Eric Beitz -%% See the file texshade.txt +%% Copyright (C) 1999-2023 Eric Beitz +%% See the file README %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{texshade}[2022/08/29 LaTeX TeXshade (v1.26a)] -\message{Package `texshade', Version 1.26a of 2022/08/29.} +\ProvidesPackage{texshade}[2023/05/28 LaTeX TeXshade (v1.26b)] +\message{Package `texshade', Version 1.26b of 2023/05/28.} \PassOptionsToPackage{dvips}{color} \PassOptionsToPackage{dvips}{graphicx} @@ -3464,7 +3464,11 @@ \advance\temp@@count by 1 \xdef\first@@{\csname motif\the\temp@@count\endcsname} \expandafter\get@motif@specs\first@@ - \xdef\first@@{\csname sequence\seq@\endcsname &@} + \if\dom@in\y@ + \xdef\first@@{\csname seq@dom\seq@\endcsname &@} + \else + \xdef\first@@{\csname sequence\seq@\endcsname &@} + \fi \temp@count=\csname res@count\seq@\endcsname \expandafter\ifnum\csname seq@start\seq@\endcsname<0 \ifx\allow@zero\n@ \advance\temp@count by 1 \fi\fi \xdef\f@text@{\@ll} @@ -14664,6 +14668,7 @@ \expandafter\xdef\csname T@cof\the\loopcount\endcsname{\temp@ &@} \expandafter\xdef\csname T@coffee\the\loopcount\endcsname{} \fi + \expandafter\xdef\csname seq@dom\the\loopcount\endcsname{\csname sequence\the\loopcount\endcsname} \expandafter\xdef\csname seq\the\loopcount\endcsname{\csname sequence\the\loopcount\endcsname &@} \expandafter\xdef\csname sequence\the\loopcount\endcsname{} \expandafter\xdef\csname dom@num\the\loopcount\endcsname{} @@ -14779,6 +14784,7 @@ \expandafter\xdef\csname T@cof\the\loopcount\endcsname{\temp@ &@} \expandafter\xdef\csname T@coffee\the\loopcount\endcsname{} \fi + \expandafter\xdef\csname seq@dom\the\loopcount\endcsname{\csname sequence\the\loopcount\endcsname} \expandafter\xdef\csname seq\the\loopcount\endcsname{\csname sequence\the\loopcount\endcsname &@} \expandafter\xdef\csname sequence\the\loopcount\endcsname{} \expandafter\xdef\csname dom@num\the\loopcount\endcsname{} |