Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2152: Update 'splitxpath' => 'splitpath' #2153

Merged
merged 1 commit into from
Jul 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/manual/manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ \chapter{Using \LaTeXML}\label{usage}
For example, \texttt{section} would split the document into
chapters (if any) and sections, along with separate
bibliography, index and any appendices.
(See also \shellcode{--splitxpath} in \ltxcmd{latexml}.)
(See also \shellcode{--splitpath} in \ltxcmd{latexml}.)
The removed document nodes are replaced by a Table of Contents.

The extra files are named using either the id or label
Expand Down Expand Up @@ -855,7 +855,7 @@ \section{latexmlpost architecture}\label{architecture.latexmlpost}
Postprocessing filter modules are generally applied in the following order:
\begin{description}
\item[Split] splits the document into several `page' documents,
according to \cmd{--split} or \cmd{--splitxpath} options.
according to \cmd{--split} or \cmd{--splitpath} options.
\item[Scan] scans the document for all ID's, labels and cross-references.
This data may be stored in an external database, depending on the \cmd{--db} option.
\item[MakeIndex] fills in the \elementref{index} element (due to a \verb|\printindex|)
Expand Down
Loading