summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/bookmark.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/bookmark.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/bookmark.dtx33
1 files changed, 17 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/bookmark.dtx b/Master/texmf-dist/source/latex/oberdiek/bookmark.dtx
index efc44290276..be438c3d170 100644
--- a/Master/texmf-dist/source/latex/oberdiek/bookmark.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/bookmark.dtx
@@ -217,7 +217,7 @@ and the derived files
% This package \xpackage{bookmark} tries to provide a more modern
% management for bookmarks:
% \begin{itemize}
-% \item The bookmarks are already generated in the first \TeX\ compile run.
+% \item The bookmarks are already generated in the first \hologo{TeX} compile run.
% \item The font style and color of the bookmarks can be changed.
% \item More actions than simple GoTo actions are possible.
% \end{itemize}
@@ -259,7 +259,8 @@ and the derived files
% Supported drivers are \xoption{pdftex}, \xoption{dvips},
% \xoption{dvipsone}, \xoption{textures},
% \xoption{dvipdfm} (\xoption{xetex}), and \xoption{vtex}.
-% The \TeX\ engines \pdfTeX, Xe\TeX, and V\TeX\ are automatically detected.
+% The \hologo{TeX} engines \hologo{pdfTeX}, \hologo{XeTeX},
+% and \hologo{VTeX} are automatically detected.
% The default for the DVI drivers is \xoption{dvips}. This can
% be changed in the configuration file \xfile{bookmark.cfg} by
% \cs{BookmarkDefaultDriver}, e.g.:
@@ -291,7 +292,7 @@ and the derived files
% Both \xoption{bold} and \xoption{italic} can be used together.
% Using value |false| disables the font option.
%
-% These options are ignored with a warning if \eTeX\ is not
+% These options are ignored with a warning if \hologo{eTeX} is not
% detected.
%
% \paragraph{Color option.}
@@ -328,7 +329,7 @@ and the derived files
% with unit bp. They can be given either as plain numbers or
% as length expressions inside \cs{calc}. Expressions of
% package \xpackage{calc} are supported if the package is loaded.
-% Otherwise \eTeX's \cs{dimexpr} is used. Example:\\
+% Otherwise \hologo{eTeX}'s \cs{dimexpr} is used. Example:\\
% |view={FitH \calc{\paperheight-\topmargin-1in}}|\\
% |view={XYZ 0 \calc{\paperheight} null}|\\
% Note that \cs{calc} cannot be used for the third parameter
@@ -544,7 +545,7 @@ and the derived files
% \cs{special} that does not have an effect after the last
% page. In this case \cs{AtEndDvi} of package \xpackage{atenddvi}
% helps. It puts its argument on last page of the document.
-% Two \LaTeX\ runs are necessary at least, because
+% Two \hologo{LaTeX} runs are necessary at least, because
% the last page is detected by a reference.
% \item
% The time of expansion of the argument of \cs{BookmarkAtEnd}
@@ -681,7 +682,7 @@ and the derived files
%
% \subsubsection{Requirements}
%
-% \paragraph{\eTeX.}
+% \paragraph{\hologo{eTeX}.}
%
% \begin{macro}{\BKM@CalcExpr}
% \begin{macrocode}
@@ -706,7 +707,7 @@ and the derived files
% \end{macrocode}
% \end{macro}
%
-% \paragraph{Escape features of \pdfTeX.}
+% \paragraph{Escape features of \hologo{pdfTeX}.}
%
% \begin{macrocode}
\RequirePackage{pdfescape}[2007/03/20]
@@ -1818,7 +1819,7 @@ and the derived files
%</dvipdfm>
% \end{macrocode}
%
-% \subsection{Driver for V\TeX}
+% \subsection{Driver for \hologo{VTeX}}
%
% \begin{macrocode}
%<*vtex>
@@ -2149,7 +2150,7 @@ and the derived files
%</vtex>
% \end{macrocode}
%
-% \subsection{Driver for \pdfTeX}
+% \subsection{Driver for \hologo{pdfTeX}}
%
% \begin{macrocode}
%<*pdftex>
@@ -2350,7 +2351,7 @@ and the derived files
%
% \begin{macro}{\BKM@pdfmark@out}
% Do not use package \xpackage{rerunfilecheck} here, because
-% the file \cs{BKM@filename} is not read during the \TeX\ run.
+% the file \cs{BKM@filename} is not read during the \hologo{TeX} run.
% \begin{macrocode}
\def\BKM@pdfmark@out{%
\if@filesw
@@ -2731,7 +2732,7 @@ and the derived files
% last page can already be output. Therefore we use package
% \xpackage{atenddvi} that uses the help of packages \xpackage{atbegshi}
% and \xpackage{zref}. The argument of \cs{AtEndDvi} is put
-% at the end of the last page. At least two \LaTeX\ runs are necessary.
+% at the end of the last page. At least two \hologo{LaTeX} runs are necessary.
% \begin{macrocode}
%<*dvipdfm|vtex>
\ifBKM@atend
@@ -2939,11 +2940,11 @@ and the derived files
% Option \xoption{startatroot} added.
% \item
% Dummies for \cs{pdf(un)escape...} commands added to get
-% the package basically work for non-pdfTeX users.
+% the package basically work for non-\hologo{pdfTeX} users.
% \end{Version}
% \begin{Version}{2007/02/21 v0.3}
% \item
-% Dependency from \pdfTeX\ 1.30 removed by using package
+% Dependency from \hologo{pdfTeX} 1.30 removed by using package
% \xpackage{pdfescape}.
% \end{Version}
% \begin{Version}{2007/02/22 v0.4}
@@ -2969,7 +2970,7 @@ and the derived files
% \end{Version}
% \begin{Version}{2007/03/07 v0.7}
% \item
-% Dependency from \eTeX\ removed.
+% Dependency from \hologo{eTeX} removed.
% \end{Version}
% \begin{Version}{2007/04/09 v0.8}
% \item
@@ -3005,7 +3006,7 @@ and the derived files
% \begin{Version}{2008/08/08 v1.3}
% \item
% Package \xpackage{flags} replaced by package \xpackage{bitset}.
-% Now flags are also supported without \eTeX.
+% Now flags are also supported without \hologo{eTeX}.
% \item
% Hook for package \xpackage{hypdestopt} added.
% \end{Version}
@@ -3031,7 +3032,7 @@ and the derived files
% \end{Version}
% \begin{Version}{2009/12/17 v1.8}
% \item
-% Support of \xpackage{hyperref} 2009/12/17 v6.79v for Xe\TeX.
+% Support of \xpackage{hyperref} 2009/12/17 v6.79v for \hologo{XeTeX}.
% \end{Version}
% \begin{Version}{2010/03/30 v1.9}
% \item