mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Change some wording to make this work with PDF generation -- using a PDF
hyperlink at the start of the paragraph confused pdflatex; it saw the link start while still in vertical mode, which is not allowed. Including text before the link forces horizontal mode.
This commit is contained in:
parent
bcb09fa33f
commit
0f564eaceb
1 changed files with 3 additions and 2 deletions
|
@ -214,8 +214,9 @@ handleSlideshow(dom)
|
|||
|
||||
\subsection{minidom and the DOM standard \label{minidom-and-dom}}
|
||||
|
||||
\refmodule{xml.dom.minidom} is basically a DOM 1.0-compatible DOM with
|
||||
some DOM 2 features (primarily namespace features).
|
||||
The \refmodule{xml.dom.minidom} module is essentially a DOM
|
||||
1.0-compatible DOM with some DOM 2 features (primarily namespace
|
||||
features).
|
||||
|
||||
Usage of the DOM interface in Python is straight-forward. The
|
||||
following mapping rules apply:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue