summaryrefslogtreecommitdiff
path: root/sphinx/texinputs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2551 from jfbu/latex_subparagraphsTakeshi KOMIYA2016-05-241-2/+6
|\
| * Extend pdflatex config in sphinx.sty to subparagraphsjfbu2016-05-161-2/+6
* | Fix #2517: wrong bookmark encoding in PDF if using LuaLaTeXjfbu2016-05-181-1/+4
|/
* Fix #2523: LaTeX raises error for labeled code-blockjfbu2016-05-031-0/+2
* Merge pull request #2509 from jfbu/latex_fixcommentJean-François B2016-05-011-1/+3
|\
| * Fix and make more precise obsolete comment in sphinx.styjfbu2016-04-301-1/+3
* | Fix #2507: French lists in LaTeX-PDF output cause vertical space problemsjfbu2016-04-301-3/+7
|/
* Merge pull request #2498 from jfbu/latex_less_space_above_codecaptionsJean-François B2016-04-271-7/+4
|\
| * Fix #2460: too much white space on top of captioned literal blocks in PDF outputjfbu2016-04-251-7/+4
* | Move luatex85 loading check from sphinx.sty to sphinx{howto,manual}.clsjfbu2016-04-263-6/+12
|/
* Fix #2304: auto line breaks in latexpdf codeblocksjfbu2016-04-251-1/+81
* Make framing and captions of PDF literal code-blocks obey indentationjfbu2016-04-251-13/+29
* fix a latex issue of vertical spacejfbu2016-04-201-4/+6
* Merge branch 'stable' into fixpdfunbreakabletopicboxesjfbu2016-04-201-0/+7
|\
| * Load compatibility patch for LuaTeX 0.85+jfbu2016-04-181-0/+6
| * Fix a vertical space in indented code-blocks for latexpdfjfbu2016-04-171-0/+1
* | Fix #2446: latex(pdf) sets local tables of contents in unbreakable boxesjfbu2016-04-201-20/+130
|/
* Fix typo in comment after renaming.jfbu2016-04-141-1/+1
* Make more robust Verbatim code for PDF. No more redefines \fbox.jfbu2016-04-141-12/+13
* Fix #2447: VerbatimBorderColor wrongly used also for captions of PDFjfbu2016-04-141-71/+40
* Remove unneeded \bgroup/\egroup in legacy sphinx.sty definition of Verbatimjfbu2016-04-101-3/+2
* Make reset of \SphinxVerbatimTitle to \empty explicit in produced LaTeX filesjfbu2016-04-101-8/+7
* Enable pdf hyperlinks to named literal-blocks without caption.jfbu2016-04-071-1/+15
* Merge branch 'stable' into 1.4-releaseTakeshi KOMIYA2016-03-231-0/+737
|\
| * Fix #2378: Sphinx now bundles newfloat.styTakeshi KOMIYA2016-03-231-0/+737
* | Merge pull request #2297 from jfbu/literalblockcaptionTakeshi KOMIYA2016-03-061-14/+90
|\ \
| * | Changes of LaTeX macro names in sphinx.sty to use Sphinx prefix.jfbu2016-03-041-27/+27
| * | Fix comments.jfbu2016-02-151-9/+18
| * | Removes unneeded comment from sphinx.styjfbu2016-02-151-1/+0
| * | Fix #2262 (latex): avoid pagebreaks after captions of literal blocksjfbu2016-02-141-20/+21
| * | Address #2262 (latex): avoid pagebreaks after captions of literal blocksjfbu2016-02-101-8/+75
* | | Fix #2337: Use ``\url{URL}`` macro instead of ``\href{URL}{URL}`` in LaTeX wr...Takeshi KOMIYA2016-03-041-0/+3
* | | Merge branch 'stable'Takeshi KOMIYA2016-03-031-0/+2
|\ \ \ | | |/ | |/|
| * | Add ``\sphinxAtStartFootnote`` macroTakeshi KOMIYA2016-03-031-0/+2
| |/
* | Fix #2348: Move amsmath and amssymb to before fontpkg on LaTeX writerTakeshi KOMIYA2016-03-031-2/+0
* | Rename ``\titlereference`` to ``\titleref``Takeshi KOMIYA2016-03-021-1/+1
* | Rename ``\internalreference`` to ``\crossref``Takeshi KOMIYA2016-03-021-1/+1
* | Fix #2355: Define ``\termref`` macro to redefine the style of ``term`` roles.Takeshi KOMIYA2016-03-021-0/+1
* | Define ``\internalreference`` macro to redefine the style of referencesTakeshi KOMIYA2016-02-251-0/+1
* | Define ``\menuselection`` and ``\accelerator`` macros to redefine the style o...Takeshi KOMIYA2016-02-251-0/+2
* | Fix #2338: Define ``\titlereference`` macro to redefine the style of `title-r...Takeshi KOMIYA2016-02-231-0/+1
* | Fix #2245: Add ``latex_elements["passoptionstopackages"]`` option to call Pas...Takeshi KOMIYA2016-02-231-1/+1
* | Fix #2308: Define ``\tablecontinued`` macro to redefine the style of continue...Takeshi KOMIYA2016-02-161-0/+1
* | Fix #2231: Use DUrole instead of DUspan for custom roles in LaTeX writerTakeshi KOMIYA2016-01-161-8/+11
* | Merge branch 'stable'Takeshi KOMIYA2016-01-111-10/+9
|\ \ | |/
| * Fix #2172: Dysfunctional admonition \py@lightbox in sphinx.styTakeshi KOMIYA2016-01-091-10/+9
* | Add more PHONY targets in the LaTeX output MakefileHong Xu2016-01-061-1/+1
* | The clean target the LaTeX ouput Makefile should remove more filesHong Xu2016-01-061-1/+1
* | Add "gz" and "xz" archive target to the LaTeX output MakefileHong Xu2016-01-061-0/+6
* | Specify a default format (pdf) in the LaTeX output MakefileHong Xu2016-01-061-0/+2