summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/texshade
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/texshade')
-rw-r--r--macros/latex/contrib/texshade/README4
-rw-r--r--macros/latex/contrib/texshade/texshade.dtx25
-rw-r--r--macros/latex/contrib/texshade/texshade.ins6
-rw-r--r--macros/latex/contrib/texshade/texshade.pdfbin1235875 -> 1565024 bytes
4 files changed, 22 insertions, 13 deletions
diff --git a/macros/latex/contrib/texshade/README b/macros/latex/contrib/texshade/README
index ef3b5d56e0..f6063602bf 100644
--- a/macros/latex/contrib/texshade/README
+++ b/macros/latex/contrib/texshade/README
@@ -1,4 +1,4 @@
- TeXshade v1.26a
+ TeXshade v1.26b
>>
>> A LaTeX package for setting nucleotide and peptide alignments.
>>
@@ -26,7 +26,7 @@
>> ding modes. TeXshade combines highest flexibility and the
>> habitual TeX output quality--with reasonable time expenditure.
>>
- Copyright (C) 1999 - 2022 Eric Beitz
+ Copyright (C) 1999 - 2023 Eric Beitz
diff --git a/macros/latex/contrib/texshade/texshade.dtx b/macros/latex/contrib/texshade/texshade.dtx
index 2f14d41653..44fad1c38f 100644
--- a/macros/latex/contrib/texshade/texshade.dtx
+++ b/macros/latex/contrib/texshade/texshade.dtx
@@ -10,8 +10,7 @@
% `README.txt' for further information!
%
%
-% Copyright (C) 1999-2021 Eric Beitz
-% See the file texshade.txt
+% Copyright (C) 1999-2023 Eric Beitz
%
% \fi
%
@@ -419,6 +418,10 @@
% 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.}
+%
%
%
% \CharacterTable
@@ -458,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.26a; 2022/08/29\\[2pt]}
+% \date{\small v1.26b; 2023/05/28\\[2pt]}
% \maketitle
% \begin{abstract}
% Setting alignments of nucleotides and peptides for publication
@@ -542,12 +545,12 @@
%
% \subsection{Version History}
%
-% \textbf{v1.26(a) 2021/04/01 (2022/08/29)}
+% \textbf{v1.26(a, b) 2021/04/01 (2022/08/29, 2023/05/28)}
% \medskip
%
% \emph{Corrections}: Frames at line ends remain open to indicate
% continuity of the marked region, and |\par| line endings are now treated
-% correctly.
+% correctly; motifs are now properly located in set domains for shading etc.
%
% \emph{Introductions:}
% Chimera command file export option for 'structure memes'
@@ -6611,8 +6614,8 @@
% \begin{macrocode}
%<*texshade>
\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}
@@ -10073,7 +10076,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}
@@ -21371,6 +21378,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{}
@@ -21486,6 +21494,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{}
diff --git a/macros/latex/contrib/texshade/texshade.ins b/macros/latex/contrib/texshade/texshade.ins
index 75dce91652..47130a0699 100644
--- a/macros/latex/contrib/texshade/texshade.ins
+++ b/macros/latex/contrib/texshade/texshade.ins
@@ -1,7 +1,7 @@
%%
%% docstrip install file for texshade.sty
%%
-%% Copyright 1999-2021 Eric Beitz
+%% Copyright 1999-2023 Eric Beitz
%%
\def\batchfile{texshade.ins}
@@ -14,8 +14,8 @@
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
\endpreamble
diff --git a/macros/latex/contrib/texshade/texshade.pdf b/macros/latex/contrib/texshade/texshade.pdf
index 01730abc59..d2088ac9b2 100644
--- a/macros/latex/contrib/texshade/texshade.pdf
+++ b/macros/latex/contrib/texshade/texshade.pdf
Binary files differ