<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx/texinputs, branch v5.2.2</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>Fix #10723: LaTeX verbatimwithframe=false without effect since 5.1.0</title>
<updated>2022-07-29T13:56:07+00:00</updated>
<author>
<name>Jean-François B</name>
<email>2589111+jfbu@users.noreply.github.com</email>
</author>
<published>2022-07-29T13:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=40203bd1a6cfdc6cc474295708db7079252cb001'/>
<id>40203bd1a6cfdc6cc474295708db7079252cb001</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LaTeX: fix another incompatibility with old pict2e LaTeX</title>
<updated>2022-07-23T11:03:48+00:00</updated>
<author>
<name>Jean-François B</name>
<email>2589111+jfbu@users.noreply.github.com</email>
</author>
<published>2022-07-23T11:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=d1b4a75f4f09281af70a04fb405c126744c54651'/>
<id>d1b4a75f4f09281af70a04fb405c126744c54651</id>
<content type='text'>
We need to make sure the \put command arguments will expand to a
(fractional) number, so \strip@pt is added, and the \dimexpr properly
closed with \relax
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to make sure the \put command arguments will expand to a
(fractional) number, so \strip@pt is added, and the \dimexpr properly
closed with \relax
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #10695: old LaTeX does not allow \@ifpackageloaded usage in body</title>
<updated>2022-07-23T10:42:33+00:00</updated>
<author>
<name>Jean-François B</name>
<email>2589111+jfbu@users.noreply.github.com</email>
</author>
<published>2022-07-23T10:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=faccc2182275354ebe7d85ac61dd753887b98315'/>
<id>faccc2182275354ebe7d85ac61dd753887b98315</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #10655 from alcrene/fix-LatinRules-encoding</title>
<updated>2022-07-18T16:46:00+00:00</updated>
<author>
<name>Jean-François B</name>
<email>2589111+jfbu@users.noreply.github.com</email>
</author>
<published>2022-07-18T16:46:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ee13a0b60b4ef377eb8f2616e75682b5f14e5903'/>
<id>ee13a0b60b4ef377eb8f2616e75682b5f14e5903</id>
<content type='text'>
Explain non-standard encoding in LatinRules.xdy</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explain non-standard encoding in LatinRules.xdy</pre>
</div>
</content>
</entry>
<entry>
<title>Fix punctuation in comments</title>
<updated>2022-07-18T12:18:08+00:00</updated>
<author>
<name>Alexandre René</name>
<email>alex.c.rene@gmail.com</email>
</author>
<published>2022-07-18T12:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=37267fe0deca972dac09a5c8fa93519c4f419030'/>
<id>37267fe0deca972dac09a5c8fa93519c4f419030</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explain non-standard encoding in LatinRules.xdy</title>
<updated>2022-07-17T18:49:07+00:00</updated>
<author>
<name>Alexandre René</name>
<email>alex.c.rene@gmail.com</email>
</author>
<published>2022-07-17T18:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=184c00e38cb65a604a104c12986d731ea5ee8487'/>
<id>184c00e38cb65a604a104c12986d731ea5ee8487</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mumble... Typo in a LaTeX code comment</title>
<updated>2022-07-15T19:35:48+00:00</updated>
<author>
<name>Jean-François B</name>
<email>2589111+jfbu@users.noreply.github.com</email>
</author>
<published>2022-07-15T19:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=7ecb551153c620d8ce585e6da16dd063959f335f'/>
<id>7ecb551153c620d8ce585e6da16dd063959f335f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LaTeX: clean-up some LaTeX code comments (follow-up to #10638)</title>
<updated>2022-07-15T19:33:24+00:00</updated>
<author>
<name>Jean-François B</name>
<email>2589111+jfbu@users.noreply.github.com</email>
</author>
<published>2022-07-15T19:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=07bd330a6f0359d4f034c0356568b8fa838fe643'/>
<id>07bd330a6f0359d4f034c0356568b8fa838fe643</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LaTeX: enhanced boxes with padding, borders, shadows, rounded corners</title>
<updated>2022-07-14T09:08:28+00:00</updated>
<author>
<name>Jean-François B</name>
<email>2589111+jfbu@users.noreply.github.com</email>
</author>
<published>2022-07-07T16:04:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=64647ca55fb583a21f96266ab156dfc5903fb061'/>
<id>64647ca55fb583a21f96266ab156dfc5903fb061</id>
<content type='text'>
- 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #10639 from jfbu/latex_roundedboxes</title>
<updated>2022-07-06T10:12:04+00:00</updated>
<author>
<name>Jean-François B</name>
<email>2589111+jfbu@users.noreply.github.com</email>
</author>
<published>2022-07-06T10:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=9da25bea5c8742177efe546c99a9c8f657d31287'/>
<id>9da25bea5c8742177efe546c99a9c8f657d31287</id>
<content type='text'>
LaTeX: optional rounded corners for framing of code-blocks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LaTeX: optional rounded corners for framing of code-blocks</pre>
</div>
</content>
</entry>
</feed>
