summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-19 22:49:13 +0000
committerKarl Berry <karl@freefriends.org>2012-01-19 22:49:13 +0000
commit17d590a6bcf898806aeec2d7aa57d641a440ca10 (patch)
treedd82ac37aed8f78a0eca38ab7b5c1250b6585fef /Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
parent2648c52105e48119c27762f885fefa29d172b38b (diff)
l3kernel 3209 (19jan12)
git-svn-id: svn://tug.org/texlive/trunk@25157 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx b/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
index 3ea31aac59d..2729cad13ca 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: l3drivers.dtx Copyright(C) 2011 The LaTeX3 Project
+%% File: l3drivers.dtx Copyright(C) 2011-2012 The LaTeX3 Project
%%
%% It may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -36,7 +36,7 @@
%
%<*driver|package>
\RequirePackage{l3names}
-\GetIdInfo$Id: l3drivers.dtx 3086 2011-12-22 17:55:46Z bruno $
+\GetIdInfo$Id: l3drivers.dtx 3158 2012-01-09 00:47:42Z bruno $
{L3 Experimental drivers}
%</driver|package>
%<*driver>
@@ -105,7 +105,7 @@
% {\driver_box_rotate_begin:, \driver_box_rotate_end:}
% \begin{syntax}
% \cs{driver_box_rotate_begin:}
-% \cs{box_use:N} \cs{l_box_tmp_box}
+% \cs{box_use:N} \cs{l_box_internal_box}
% \cs{driver_box_rotate_end:}
% \end{syntax}
% Rotates the \meta{box material} anti-clockwise around the current
@@ -113,7 +113,7 @@
% and the sine and cosine of this angle should be stored in
% \cs{l_box_angle_fp}, \cs{l_box_sin_fp} and \cs{l_box_cos_fp},
% respectively. Typically, the box material inserted between the beginning
-% and end markers will be stored in \cs{l_box_tmp_box}: this fact is
+% and end markers will be stored in \cs{l_box_internal_box}: this fact is
% required by some drivers to obtain the correct output.
% \end{function}
%
@@ -345,11 +345,11 @@
%
% \subsection{Box rotation and scaling}
%
-% \begin{variable}{\l_driver_tmp_fp}
+% \begin{variable}{\l_driver_internal_fp}
% Needed for a safe sign inversion in PDF mode.
% \begin{macrocode}
%<*pdfmode|xdvipdfmx>
-\fp_new:N \l_driver_tmp_fp
+\fp_new:N \l_driver_internal_fp
%</pdfmode|xdvipdfmx>
% \end{macrocode}
% \end{variable}
@@ -376,9 +376,9 @@
}
%</dvips>
%<*pdfmode|xdvipdfmx>
- \box_set_wd:Nn \l_box_tmp_box \c_zero_dim
- \fp_set_eq:NN \l_driver_tmp_fp \l_box_sin_fp
- \fp_neg:N \l_driver_tmp_fp
+ \box_set_wd:Nn \l_box_internal_box \c_zero_dim
+ \fp_set_eq:NN \l_driver_internal_fp \l_box_sin_fp
+ \fp_neg:N \l_driver_internal_fp
%<*pdfmode>
\pdftex_pdfsetmatrix:D
%</pdfmode>
@@ -388,7 +388,7 @@
{
\fp_use:N \l_box_cos_fp \c_space_tl
\fp_use:N \l_box_sin_fp \c_space_tl
- \fp_use:N \l_driver_tmp_fp \c_space_tl
+ \fp_use:N \l_driver_internal_fp \c_space_tl
\fp_use:N \l_box_cos_fp
%<*xdvipdfmx>
\c_space_tl 0~0~cm