[latex3-commits] [git/LaTeX3-latex3-pdfresources] main: typos and remade pdf (2a58a97)

Ulrike Fischer fischer at troubleshooting-tex.de
Sat Feb 13 22:25:46 CET 2021


Repository : https://github.com/latex3/pdfresources
On branch  : main
Link       : https://github.com/latex3/pdfresources/commit/2a58a972f3b73865d2cc5fb6094871783cac9e56

>---------------------------------------------------------------

commit 2a58a972f3b73865d2cc5fb6094871783cac9e56
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Feb 13 22:25:46 2021 +0100

    typos and remade pdf


>---------------------------------------------------------------

2a58a972f3b73865d2cc5fb6094871783cac9e56
 l3pdftools.dtx |  17 ++++++++++-------
 l3pdftools.pdf | Bin 277961 -> 497732 bytes
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/l3pdftools.dtx b/l3pdftools.dtx
index 1530b74..6d8e98d 100644
--- a/l3pdftools.dtx
+++ b/l3pdftools.dtx
@@ -60,7 +60,7 @@
 %  \begin{syntax}
 %   \cs{pdf_text_convert:nn}  \Arg{format}  \Arg{content}
 %  \end{syntax}
-%  This converts \Arg{content} following the rules defined by \Arg{format}.
+%  This converts \meta{content} following the rules defined by \meta{format}.
 %  Non-ascii input should be utf8 encoded.
 %  Currently the following formats exist:
 %  \begin{description}
@@ -77,8 +77,8 @@
 %  \begin{syntax}
 %   \cs{pdf_text_convert:nnN}  \Arg{format}  \Arg{content} \Arg{tlvar}
 %  \end{syntax}
-%  This converts \Arg{content} following the rules defined by \Arg{format} and stores
-%  the result in \Arg{tlvar}. The assignment is done locally.
+%  This converts \meta{content} following the rules defined by \meta{format} and stores
+%  the result in \meta{tlvar}. The assignment is done locally.
 %  Non-ascii input should be utf8 encoded.
 %  Currently the following formats exist:
 %  \begin{description}
@@ -92,7 +92,7 @@
 %      this converts with \cs{str_set_convert:Nnnn} into utf8/url and
 %      then replace reserved and digits back from the percent encoding. Parentheses
 %      are escaped.
-%     \item[utf8/url-print]
+%     \item[utf8/URIpdf-print]
 %      this converts into utf8/URIpdf  and add parentheses around.%
 %     \item[utf16/string]
 %      this converts with \cs{str_set_convert:Nnnn} into utf16/string.
@@ -332,9 +332,12 @@
 %% a list of (utf8) chars.
 %% str convert, not expandable.
 %  filespec (attachment view)  tests:
-%  utf8:  gr\303\274\303\237e.txt                    %doesn't work, umlaut wrong,
-%  utf8 with BOM \357\273\277gr\303\274\303\237e.txt %doesn't work, umlaut wrong, bom visible
-%  utf16 with BE: (FEFF)  \376\377\000g\000r\000\374\000\337\000e\000.\000t\000x\000t %works
+%  utf8:  gr\303\274\303\237e.txt
+%    %doesn't work, umlaut wrong,
+%  utf8 with BOM \357\273\277gr\303\274\303\237e.txt
+%    %doesn't work, umlaut wrong, bom visible
+%  utf16 with BE: (FEFF)
+%   \376\377\000g\000r\000\374\000\337\000e\000.\000t\000x\000t %works
 %                xetex converts to <feff0067007200fc00df0065002e007400780074>
 %  utf16 with BE / HEX: <FEFF0067007200FC00DF0065002E007400780074> works
 
diff --git a/l3pdftools.pdf b/l3pdftools.pdf
index c469d2a..736815f 100644
Binary files a/l3pdftools.pdf and b/l3pdftools.pdf differ





More information about the latex3-commits mailing list.