summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltpictur.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltpictur.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltpictur.dtx16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltpictur.dtx b/Master/texmf-dist/source/latex/base/ltpictur.dtx
index d15814acbab..6b84231ab5b 100644
--- a/Master/texmf-dist/source/latex/base/ltpictur.dtx
+++ b/Master/texmf-dist/source/latex/base/ltpictur.dtx
@@ -586,7 +586,7 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}{\getlinechar}
+% \begin{macro}{\@getlinechar}
% \begin{macrocode}
\gdef\@getlinechar(#1,#2){\@tempcnta#1\relax\multiply\@tempcnta 8%
\advance\@tempcnta -9\ifnum #2>\z@ \advance\@tempcnta #2\relax\else
@@ -1133,9 +1133,9 @@
% \end{macrocode}
%
% \begin{macro}{\if@ovvline}
-% \changes{v.1l}{2016/03/29}{macro added (latex/4452)}
+% \changes{v1.1l}{2016/03/29}{macro added (latex/4452)}
% \begin{macro}{\if@ovhline}
-% \changes{v.1l}{2016/03/29}{macro added (latex/4452)}
+% \changes{v1.1l}{2016/03/29}{macro added (latex/4452)}
% Tests whether horizontal or vertical lines are needed.
% \begin{macrocode}
\newif\if@ovvline \@ovvlinetrue
@@ -1149,7 +1149,7 @@
\gdef\@oval(#1,#2)[#3]{\begingroup\boxmaxdepth \maxdimen
\@ovttrue \@ovbtrue \@ovltrue \@ovrtrue
% \end{macrocode}
-% \changes{v.1l}{2016/03/29}{initialise tests}
+% \changes{v1.1l}{2016/03/29}{initialise tests}
% \begin{macrocode}
\@ovvlinefalse \@ovhlinefalse
% \end{macrocode}
@@ -1158,7 +1158,7 @@
\@ovxx #1\unitlength
\@ovyy #2\unitlength
% \end{macrocode}
-% \changes{v.1l}{2016/03/29}{add setting of line tests}
+% \changes{v1.1l}{2016/03/29}{add setting of line tests}
% \begin{macrocode}
\@tempdimb \ifdim \@ovyy >\@ovxx \@ovxx \@ovvlinetrue
\else \@ovyy \ifdim \@ovyy =\@ovxx \else \@ovhlinetrue \fi\fi
@@ -1170,7 +1170,7 @@
\@ovdx\@ovxx \advance\@ovdx -\@tempdima \divide\@ovdx \tw@
\@ovdy\@ovyy \advance\@ovdy -\@tempdima \divide\@ovdy \tw@
% \end{macrocode}
-% \changes{v.1l}{2016/03/29}{add setting of line tests}
+% \changes{v1.1l}{2016/03/29}{add setting of line tests}
% \begin{macrocode}
\ifdim \@ovdx >\z@ \@ovhlinetrue \fi
\ifdim \@ovdy >\z@ \@ovvlinetrue \fi
@@ -1194,7 +1194,7 @@
\kern -\@ovro \hbox{\char \@tempcntb}\nointerlineskip
\else \kern \@ovri \kern \@ovdy \fi
% \end{macrocode}
-% \changes{v.1l}{2016/03/29}
+% \changes{v1.1l}{2016/03/29}
% {use glue not leaders if vertical line not required}
% \begin{macrocode}
\if@ovvline \leaders\vrule \@width \@wholewidth \fi
@@ -1212,7 +1212,7 @@
\gdef\@ovhorz{\hb@xt@\@ovxx{\kern \@ovro
\if@ovr \else \kern \@ovdx \fi
% \end{macrocode}
-% \changes{v.1l}{2016/03/29}
+% \changes{v1.1l}{2016/03/29}
% {use glue not leaders if horizontal line not required}
% \begin{macrocode}
\if@ovhline \leaders \hrule \@height \@wholewidth \fi