Scroll to navigation

MYSTNB-DOCUTILS-LATEX(1) User Commands MYSTNB-DOCUTILS-LATEX(1)

NAME

mystnb-docutils-latex - mystnb-docutils-latex

DESCRIPTION

Usage =====

mystnb-docutils-latex [options] [<source> [<destination>]]

Generates LaTeX documents from standalone MyST Notebook sources. Reads from <source> (default is stdin) and writes to <destination> (default is stdout). See https://docutils.sourceforge.io/docs/user/config.html for a detailed settings reference. External outputs are written to `--nb-output-folder`.

Options ======= General Docutils Options ------------------------ --output=<destination> Output destination name. Obsoletes the <destination>

positional argument. Default: None (stdout).

--title=<title> Specify the document title as metadata. --generator, -g Include a "Generated by Docutils" credit and link. --no-generator Do not include a generator credit. --date, -d Include the date at the end of the document (UTC). --time, -t Include the time & date (UTC). --no-datestamp Do not include a datestamp of any kind. --source-link, -s Include a "View document source" link. --source-url=<URL> Use <URL> for a source link; implies --source-link. --no-source-link Do not include a "View document source" link. --toc-entry-backlinks Link from section headers to TOC entries. (default) --toc-top-backlinks Link from section headers to the top of the TOC. --no-toc-backlinks Disable backlinks to the table of contents. --footnote-backlinks Link from footnotes/citations to references. (default) --no-footnote-backlinks

Disable backlinks from footnotes and citations.

--section-numbering Enable section numbering by Docutils. (default) --no-section-numbering Disable section numbering by Docutils. --strip-comments Remove comment elements from the document tree. --leave-comments Leave comment elements in the document tree. (default) --strip-elements-with-class=<class>

document tree. Warning: potentially dangerous; use with caution. (Multiple-use option.)

--strip-class=<class> Remove all classes="<class>" attributes from elements

use with caution. (Multiple-use option.)

--report=<level>, -r <level>

"info" or "1", "warning"/"2" (default), "error"/"3", "severe"/"4", "none"/"5"

--verbose, -v Report all system messages. (Same as "--report=1".) --quiet, -q Report no system messages. (Same as "--report=5".) --halt=<level> Halt execution at system messages at or above <level>.

Default: 4 (severe).

--strict Halt at the slightest problem. Same as "--halt=info". --exit-status=<level> Enable a non-zero exit status for non-halting system

Default: 5 (disabled).

--debug Enable debug-level system messages and diagnostics. --no-debug Disable debug output. (default) --warnings=<file> Send the output of system messages to <file>. --traceback Enable Python tracebacks when Docutils is halted. --no-traceback Disable Python tracebacks. (default) --input-encoding=<name[:handler]>, -i <name[:handler]>

of input text. Default: <auto-detect>:strict.

--input-encoding-error-handler=INPUT_ENCODING_ERROR_HANDLER

Choices: "strict" (default), "ignore", and "replace".

--output-encoding=<name[:handler]>, -o <name[:handler]>

handler for output. Default: utf-8:strict.

--output-encoding-error-handler=OUTPUT_ENCODING_ERROR_HANDLER

characters; "strict" (default), "ignore", "replace", "xmlcharrefreplace", "backslashreplace".

--error-encoding=<name[:handler]>, -e <name[:handler]>

error output. Default text encoding: system encoding. Default error handler: backslashreplace.

--error-encoding-error-handler=ERROR_ENCODING_ERROR_HANDLER

in error output. Default: backslashreplace.

--language=<name>, -l <name>

Default: en.

--record-dependencies=<file>

Write output file dependencies to <file>.

--config=<file> Read configuration settings from <file>, if it exists. --version, -V Show this program's version number and exit. --help, -h Show this help message and exit.

MyST-NB options --------------- --nb-read-as-md=<boolean>

Read as the MyST Markdown format (default: False)

--nb-metadata-key=<str>

(default: (default: 'mystnb'))

--nb-cell-metadata-key=<str>

(default: 'mystnb'))

--nb-eval-name-regex=<str>

expressions (default: (default: '^[a-zAZ_][a-zA-Z0-9_]*$'))

--nb-execution-mode=<'off'|'force'|'auto'|'cache'|'inline'>

Execution mode for notebooks (default: 'auto')

--nb-execution-cache-path=<str>

<outdir>) (default: (default: ''))

--nb-execution-timeout=<int>

Execution timeout (seconds) (default: 30)

--nb-execution-in-temp=<boolean>

directory (default: False)

--nb-execution-allow-errors=<boolean>

Allow errors during execution (default: False)

--nb-execution-raise-on-error=<boolean>

emitting a warning (default: False)

--nb-execution-show-tb=<boolean>

False)

--nb-merge-streams=<boolean>

False)

--nb-render-plugin=<str>

(in group `myst_nb.output_renderer`) (default: (default: 'default'))

--nb-remove-code-source=<boolean>

Remove code cell source (default: False)

--nb-remove-code-outputs=<boolean>

Remove code cell outputs (default: False)

--nb-code-prompt-show=<str>

{content|source|outputs} (default: (default: 'Show code cell {type}'))

--nb-code-prompt-hide=<str>

{content|source|outputs} (default: (default: 'Hide code cell {type}'))

--nb-number-source-lines=<boolean>

Number code cell source lines (default: False)

--nb-builder-name=<str>

(default: (default: 'html'))

--nb-output-stderr=<'show'|'remove'|'remove-warn'|'warn'|'error'|'severe'>

Behaviour for stderr output (default: 'show')

--nb-render-text-lexer=<str>

outputs (default: (default: 'myst-ansi'))

--nb-render-error-lexer=<str>

(default: (default: 'ipythontb'))

--nb-render-markdown-format=<'commonmark'|'gfm'|'myst'>

(default: 'commonmark')

--nb-output-folder=<str>

empty (default: (default: 'build'))

--nb-append-css=<boolean>

True)

--nb-metadata-to-fm=<boolean>

False)

MyST options ------------ --myst-commonmark-only=<boolean>

Use strict CommonMark parser (default: False)

--myst-gfm-only=<boolean>

False)

--myst-enable-extensions=<comma-delimited>

Enable syntax extensions

--myst-disable-syntax=<comma-delimited>

Disable Commonmark syntax elements

--myst-all-links-external=<boolean>

Parse all links as simple hyperlinks (default: False)

--myst-links-external-new-tab=<boolean>

Open all external links in a new tab (default: False)

--myst-url-schemes=<comma-delimited>|<yaml-dict>

(default: http,https,mailto,ftp)

--myst-fence-as-directive=<comma-delimited>

language names. This can be useful for fences like dot and mermaid, and interoperability with other Markdown renderers.

--myst-number-code-blocks=<comma-delimited>

Add line numbers to code blocks with these languages

--myst-title-to-header=<boolean>

header (default: False)

--myst-heading-anchors=<int>

0)

--myst-heading-slug-func=<str>

import path e.g. `my_package.my_module.my_function` (default: (default: 'None'))

--myst-html-meta=<yaml-dict>

HTML meta tags

--myst-footnote-transition=<boolean>

True)

--myst-words-per-minute=<int>

For reading speed calculations (default: 200)

--myst-substitutions=<yaml-dict>

Substitutions mapping

--myst-linkify-fuzzy-links=<boolean>

Recognise URLs without schema prefixes (default: True)

--myst-dmath-allow-labels=<boolean>

Parse `$$...$$ (label)` (default: True)

--myst-dmath-allow-space=<boolean>

True)

--myst-dmath-allow-digits=<boolean>

Allow initial/final digits `1$ ...$2` (default: True)

--myst-dmath-double-inline=<boolean>

Parse inline `$$ ... $$` (default: False)

--myst-enable-checkboxes=<boolean>

Enable checkboxes (default: False)

--myst-suppress-warnings=<comma-delimited>

A list of warning types to suppress warning messages

--myst-highlight-code-blocks=<boolean>

True)

--myst-inventories=<yaml-dict>

referencing

Generic Parser Options ---------------------- --no-file-insertion Disable directives that insert the contents of an

message.

--file-insertion-enabled

external file. (default)

--no-raw Disable the "raw" directive; replaced with a "warning"

system message.

--raw-enabled Enable the "raw" directive. (default) --line-length-limit=<length>

10 000.

reStructuredText Parser Options ------------------------------- --pep-references Recognize and link to standalone PEP references (like

"PEP 258").

--pep-base-url=<URL> Base URL for PEP references (default

"https://peps.python.org/").

--pep-file-url-template=<URL>

"pep-%04d")

--rfc-references Recognize and link to standalone RFC references (like

"RFC 822").

--rfc-base-url=<URL> Base URL for RFC references (default

"https://tools.ietf.org/html/").

--tab-width=<width> Set number of spaces for tab expansion (default 8). --trim-footnote-reference-space

Remove spaces before footnote references.

--leave-footnote-reference-space

Leave spaces before footnote references.

--syntax-highlight=<format>

"long", "short", or "none" (no parsing). Default is "long".

--smart-quotes=<yes/no/alt>

one of "yes", "no", "alt[ernative]" (default "no").

--smartquotes-locales=<language:quotes[,language:quotes,...]>

Characters to use as "smart quotes" for <language>.

--word-level-inline-markup

(adjacent to punctuation or whitespace). Force character-level inline markup recognition with "\ " (backslash + space). Default.

--character-level-inline-markup

surrounding characters. Backslash-escapes must be used to avoid unwanted markup recognition. Useful for East Asian languages. Experimental.

Standalone Reader Options ------------------------- --no-doc-title Disable the promotion of a lone top-level section

to document subtitle promotion; enabled by default).

--no-doc-info Disable the bibliographic field list transform

(enabled by default).

--section-subtitles Activate the promotion of lone subsection titles to

section subtitles (disabled by default).

--no-section-subtitles Deactivate the promotion of lone subsection titles.

LaTeX-Specific Options ---------------------- --documentclass=DOCUMENTCLASS

Default: "article".

--documentoptions=DOCUMENTOPTIONS

Multiple options can be
Default: "a4paper".

--footnote-references=<format>

or "brackets". Default: "superscript".

--use-latex-citations Use \cite command for citations. (future default) --figure-citations Use figure floats for citations (might get mixed with

real figures). (provisional default)

--attribution=<format> Format for block quote attributions: one of "dash"

(em-dash prefix), "parentheses"/"parens", or "none".
Default: "dash".

--stylesheet=<file[,file,...]>

referenced with "\usepackage" if extension is ".sty" or omitted and with "\input" else. Overrides previous --stylesheet and --stylesheet-path settings.

--stylesheet-path=<file[,file,...]>

Relative paths are expanded if a matching file is found in the --stylesheet-dirs. With --linkstylesheet, the path is rewritten relative to the output *.tex file.

--link-stylesheet Link to the stylesheet(s) in the output file.

(default)

--embed-stylesheet Embed the stylesheet(s) in the output file.

Stylesheets must be accessible during processing.

--stylesheet-dirs=<dir[,dir,...]>

are found. Used by --stylesheet-path when expanding relative path arguments. Default: ".".

--latex-preamble=LATEX_PREAMBLE

select PDF standard fonts (Times, Helvetica, Courier).

--template=<file> Specify the template file. Default: "default.tex". --use-latex-toc Table of contents by LaTeX. (default) --use-docutils-toc Table of contents by Docutils (without page numbers). --use-part-section Add parts on top of the section hierarchy. --use-docutils-docinfo Attach author and date to the document info table.

(default)

--use-latex-docinfo Attach author and date to the document title. --topic-abstract Typeset abstract as topic. (default) --use-latex-abstract Use LaTeX abstract environment for the document's

abstract.

--hyperlink-color=HYPERLINK_COLOR

"blue" (use "false" to disable).

--hyperref-options=HYPERREF_OPTIONS

Additional options to the "hyperref" package.

--compound-enumerators Enable compound enumerators for nested enumerated

lists (e.g. "1.2.a.ii").

--no-compound-enumerators

lists. (default)

--section-prefix-for-enumerators

compound enumerators. This has no effect without --compound-enumerators.

--no-section-prefix-for-enumerators

(default)

--section-enumerator-separator=<char>

enumerator for compound enumerated lists. Default: "-".

--literal-block-env=LITERAL_BLOCK_ENV

literal-blocks. Default: "" (fall back to "alltt").

--use-verbatim-when-possible

Deprecated alias for "--literal-block-env=verbatim".

--table-style=<format> Table style. "standard" with horizontal and vertical

horizontal lines above and below the table and below the header, or "borderless". Default: "standard"

--graphicx-option=GRAPHICX_OPTION

"dvipdfmx", "dvips", "dvisvgm", "luatex", "pdftex", and "xetex".Default: "".

--font-encoding=FONT_ENCODING

(default), "OT1", "LGR,T1" or any other combination of options to the `fontenc` package.

--reference-label=REFERENCE_LABEL

into hyperreferences. Specify "ref*" or "pageref*" to get the section number or the page number.

--use-bibtex=<style,bibfile[,bibfile,...]>

"--use-bibtex=unsrt,mydb1,mydb2". Provisional!

--legacy-class-functions

\DUtitle and \DUadmonition.

--new-class-functions Use \DUrole and "DUclass" wrappers for class values.

Place admonition content in an environment. (default)

--legacy-column-widths Use legacy algorithm to determine table column widths.

(provisional default)

--new-column-widths Use new algorithm to determine table column widths.

(future default)

--docutils-footnotes Footnotes with numbers/symbols by Docutils. (default)

(The alternative, --latex-footnotes, is not
implemented yet.)
April 2024 debian