| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In order to fulfill its function, LatinRules.xdy must use single,
non-standard byte characters (neither ASCII, nor multi-byte UTF-8).
To someone encountering the file without knowing its purpose (e.g.
due a post-processing raising a warning for the unrecognized encoding)
this is likely surprising, and may seem like a holdover from a time where
Unicode wasn't as universally supported.
The added comment should make clear that the file must stay as it is,
and in particular that it must not be "standardized" to UTF-8.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fix HTML Search
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |/ / / / |
|
| | |_|/
| |/| | |
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | | |
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
Alphabetically sort the list of contributors
|
| |/ / /
| | | |
| | | |
| | | | |
This matches the language used to describe the listing.
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
LaTeX: box padding (t,r,b,l), borders (t,r,b,l), shadows (x,y) or radii
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- LaTeX: box padding (t,r,b,l), borders (t,r,b,l), shadows (x,y) or radii
- LaTeX: fix #10650 via usage of our own sophisticated \fcolorbox
- LaTeX: user interface via 'sphinxsetup' to enhanced code-blocks frames
- LaTeX: user interface via 'sphinxsetup' to enhanced topic boxes
- LaTeX: CSS-named-alikes 'sphinxsetup' options for code-blocks and
topics
- LaTeX: CSS-named-alikes 'sphinxsetup' keys for warning type notices
(fix #10651)
- LaTeX: documentation of the new CSS-like options
- LaTeX: remove #10619 documentation, as the #10619 added
shadowBorderColor and shadowShadowColor now named respectively:
aside.topic_border-TeXcolor and aside.topic_box-shadow-TeXcolor
- LaTeX: use div.topic option prefix and not aside.topic for CSS-like
options
- LaTeX: keep the implicit legacy padding of warning type boxes as
default behaviour
|
| | | | |
| | | | |
| | | | | |
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |/ / / / |
|
| | |/ /
| |/| | |
|
| |\ \ \
| | | | |
| | | | | |
Make `-P` (pdb) work better with exceptions triggered from events
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Previously, if an exception was raised from an event listener, and the
`-P` option was specified, the debugger would be started not for the
original error but for the `ExtensionError` wrapping it that was
raised by `EventManager.emit`. That made it difficult to debug the
error.
With this change, when `-P` is specified, wrapping of errors in
`ExtensionError` is disabled, which allows pdb to debug the original
error.
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
LaTeX writer: add \label's for all index keys, not just first
|
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This change was originally added in coq project, but I am forwarding
it here at request of the patch author.
See https://github.com/coq/coq/issues/12361 for the issue description.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
jfbu/css_remove_whitespace_in_basic_css_from_templating
Remove empty lines inside selectors in basic.css produced from template
|
| |/ / / / |
|
| |\ \ \ \
| | |/ / /
| |/| | | |
Update message catalogs
|
| |/ / / |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
LaTeX: optional rounded corners for framing of code-blocks
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
There was no need for pre-expansion via \expanded and the latter was not
available prior to TL2019
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Via a new configuration verbatimradius of 'sphinxsetup', which defaults
to 0pt.
If this dimension is non zero, the LaTeX package pict2e will be loaded
to help construct frames with rounded corners for code-blocks. And if
the LaTeX package pict2e was not found, a LaTeX warning is issued during
PDF build.
|
| | | | | |
|
| | | | | |
|
| |/ / / |
|
| |/ /
| | |
| | |
| | |
| | | |
This commit also does some internal refactoring in order to ease up
projected PRs.
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
| | | |
|
| |\ \
| | | |
| | | | |
LaTeX: refactor sphinxShadowBox to allow colors for frame and shadow
|
| | | | |
|