[latex3-commits] [git/LaTeX3-latex3-latex3] master: Doc fixes (b24c9b8)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue May 7 22:54:19 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/b24c9b8f2b01b159f6aac80c43cd43068c455f06
>---------------------------------------------------------------
commit b24c9b8f2b01b159f6aac80c43cd43068c455f06
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue May 7 21:49:00 2019 +0100
Doc fixes
>---------------------------------------------------------------
b24c9b8f2b01b159f6aac80c43cd43068c455f06
l3trial/l3image/l3image.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3trial/l3image/l3image.dtx b/l3trial/l3image/l3image.dtx
index 698ce99..80fb462 100644
--- a/l3trial/l3image/l3image.dtx
+++ b/l3trial/l3image/l3image.dtx
@@ -92,8 +92,8 @@
% \image_bb_restore:nF, \image_bb_restore:xF
% }
% \begin{syntax}
-% \cs{image_bb_save:n} \meta{image}
-% \cs{image_bb_restore:nF} \meta{image} \meta{false code}
+% \cs{image_bb_save:n} \Arg{image}
+% \cs{image_bb_restore:nF} \Arg{image} \Arg{false code}
% \end{syntax}
% This pair of functions are used to cache the bounding box of an \meta{image}
% so that extraction/reading is only required once. The \texttt{save}
@@ -120,7 +120,7 @@
%
% \begin{function}{\image_extract_bb:n}
% \begin{syntax}
-% \cs{image_extract_bb:n} \meta{file}
+% \cs{image_extract_bb:n} \Arg{file}
% \end{syntax}
% Extracts bounding box data for the image \meta{file} using the |extractbb|
% utility, and stores the bounding box of the image file in
@@ -143,7 +143,7 @@
%
% \begin{function}{\image_read_bb:n}
% \begin{syntax}
-% \cs{image_read_bb:n} \meta{file}
+% \cs{image_read_bb:n} \Arg{file}
% \end{syntax}
% Parses the image \meta{file} to find a PostScript-style bounding box
% line of the form
More information about the latex3-commits
mailing list