[latex3-commits] [latex3/l3sys-query] main: Standardize some markup (af9ba32)
github at latex-project.org
github at latex-project.org
Mon Mar 11 12:52:02 CET 2024
Repository : https://github.com/latex3/l3sys-query
On branch : main
Link : https://github.com/latex3/l3sys-query/commit/af9ba321664f0c8e2aa32f7d11deed690b30ca2f
>---------------------------------------------------------------
commit af9ba321664f0c8e2aa32f7d11deed690b30ca2f
Author: Joseph Wright <joseph at texdev.net>
Date: Mon Mar 11 11:52:02 2024 +0000
Standardize some markup
We may wish to revisit |l3sys-shell| vs. \texttt{lsys-shell}, for example, but should be self-consistent.
>---------------------------------------------------------------
af9ba321664f0c8e2aa32f7d11deed690b30ca2f
l3sys-query.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3sys-query.tex b/l3sys-query.tex
index 22845b9..7e1bebf 100644
--- a/l3sys-query.tex
+++ b/l3sys-query.tex
@@ -231,8 +231,8 @@ allow quoting of wildcards from the shell in a platform-neutral manner,
argument before further processing.
It is not possible to use |"| quotes at all in the argument passed to
-|l3sys-query| from \TeX, as the \TeX\ system removes all |"| in |\input| while
-handling space quoting.
+\texttt{l3sys-query} from \TeX{}, as the \TeX{} system removes all |"| in
+|\input| while handling space quoting.
Restricted shell escape prevents shell expansion of wildcards entirely. On
non-Windows systems, it does this by ensuring that each argument is |'| quoted
@@ -245,7 +245,7 @@ shell, but in restricted shell escape will give an error such as:
\begin{verbatim}
! I can't find file `"|l3sys-query ls '*.png'"'.
\end{verbatim}
-The \LaTeX\ interfaces described below adust the quoting used depending on the
+The \LaTeX{} interfaces described below adust the quoting used depending on the
|shell-escape| status.
\section{The \LaTeX{} interface\label{sec:expl3}}
More information about the latex3-commits
mailing list.