summaryrefslogtreecommitdiff
path: root/macros/latex-dev/base/ltnews33.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex-dev/base/ltnews33.tex')
-rw-r--r--macros/latex-dev/base/ltnews33.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/macros/latex-dev/base/ltnews33.tex b/macros/latex-dev/base/ltnews33.tex
index f91da0c0d3..39af4f1b72 100644
--- a/macros/latex-dev/base/ltnews33.tex
+++ b/macros/latex-dev/base/ltnews33.tex
@@ -141,7 +141,7 @@ sections.
Subsequent sections describe quite a number of recent smaller
enhancements and fixes. As usual, more detail on individual changes
-can be found in the \texttt{changes.txt} files in the distribution
+can be found in the \file{changes.txt} files in the distribution
and, of course, in the documented sources~\cite{33:source2e}.
@@ -186,7 +186,7 @@ In practice, these new generic \hook{cmd} hooks, especially the
\hook{cmd/.../after}, hooks may fail with commands that are too
complex to be automatically patched, breaking if the hook contains any
code. These restrictions are documented in
-\texttt{ltcmdhooks-doc.pdf}.
+\file{ltcmdhooks-doc.pdf}.
%
However, given that these hooks are mainly meant for developers who
wish to provide better interoperability between different packages,
@@ -354,7 +354,7 @@ may otherwise happen due to the order of declarations.
\subsection{Improved copy\,\&\,paste for \pdfTeX{} documents}
When compiling with \pdfTeX{}, additional information
-(from the file \texttt{glyphtounicode.tex}) is now added automatically
+(from the file \file{glyphtounicode.tex}) is now added automatically
to the PDF file in order to improve copying from, and searching in,
text.
@@ -586,7 +586,7 @@ or symbol. This is now easily possible by placing a \cs{label} within
the referenced \cs{footnote} and referencing this label by using the
new command \cs{footref}. This means that footnote marks can be
generated to refer to arbitrary footnotes (including those in
-\texttt{minipage}s).
+\env{minipage}s).
This \cs{footref} command has previously been available, but only when
using certain classes or the \pkg{footmisc} package.
@@ -859,7 +859,7 @@ being loaded with \cs{includegraphics}. This has been fixed so that
\subsection{\pkg{layout}: Added language options}
-This package now recognizes \texttt{japanese} and \texttt{romanian} as
+This package now recognizes \option{japanese} and \option{romanian} as
language options.
%
\githubissue[s]{353 and 529}