LaTeX
Last modified by Vincent Massol on 2019/12/06 11:20
Various tools to produce LaTex content in XWiki
Description
License: GNU Lesser General Public License 2.1
Sources: https://github.com/xwiki-contrib/latex/
Issues: https://jira.xwiki.org/browse/LATEX
To get started check the LaTeX Exporter documentation.
Modules
- LaTeX Syntax 1.0: Renderer that outputs LaTeX syntax from an XDOM
- LaTeX Output Filter: Perform the export by generating the XDOM for each page to export and calling the LaTeX Renderer
- LaTeX Exporter: Export UI, which internally uses the Output Filter to trigger the export
Release Notes
1.9.4
LATEX-87Labels inside wiki macros are not working
1.9.3
LATEX-86Figure Block should be handled even when not inside a MacroMarkerBlock
1.9.2
LATEX-85LaTeX Generation Broken With XWiki 11.8.1LATEX-83Unwanted quote in caption when using the figure/figureCaption macros
1.9.1
LATEX-82Figure Macro rendering is fragile and fails on XWiki 10.10 when containing a TableLATEX-81Info macro can have extra new lines when rendered to LaTeX
1.9
LATEX-77Support for small textLATEX-76Correct translation of less, greater and bar symbolLATEX-74Preamble 1.8 Has Syntax Error
1.8
LATEX-65LaTeX RawBlock should support inline elementsLATEX-64Translate quotes to LaTeX quotesLATEX-63Allow underscore in IDsLATEX-62Correct translation of backslash symbolLATEX-57Horizontal line incorrectly translated
1.7.1
LATEX-61Images file may not contain non-ASCII charactersLATEX-60Underscores in image file names are escaped
1.7
LATEX-56Message macros don't support inline usageLATEX-55Inline code macros not workingLATEX-54New line should not start a new paragraphLATEX-53xcontext.action doesn't return "latexexport"LATEX-52Invalid new line "\\" character after id macroLATEX-51Pages with reserved latex characters in their name generate invalid latexLATEX-50LaTeX export button text is not consistent with other buttons
1.6
LATEX-48Image path references can cause LaTeX compilation errorsLATEX-47Images in table cells generate invalid LaTeXLATEX-46Use a more standard way to output empty linesLATEX-45Images located inside {{context}} macros are not exportedLATEX-44Also escape the ampersand character
1.5
LATEX-43Add support for exporting document using sheetsLATEX-41Exporting a nested page should produce a zip named after the space nameLATEX-35Refactoring the template bindings so that they're all under the same namespaceLATEX-34Remove support for captions and labels as parameters for Image and Table blocksLATEX-33Ignore generated numbers when the Numbered Reference transformations are usedLATEX-32Add support for the {{figure}} and {{figureCaption}} macrosLATEX-31Generate chapters for top level headings when the document type is a bookLATEX-30Pass the document type to the Syntax RendererLATEX-24Add support for the Container macroLATEX-12Provide Export options in the UILATEX-11Contribute a LaTeX export button in the page export dialog boxLATEX-9Allow users to customize the export's index template
1.4
LATEX-29Parameters in a paragraph having an extra new lineLATEX-28Add support for the Reference MacroLATEX-15Fix attachment link embedding
1.3
LATEX-26The messages macro should support wiki syntaxLATEX-25Implement max image sizeLATEX-23Add support for labels for captioned tables and imagesLATEX-22Have images centered by defaultLATEX-21Supports links to current page when there's no labelLATEX-20Convert any link to the current page to a local linkLATEX-18Ignore leading spaces in templates to make them more readableLATEX-13Handle resized imagesLATEX-7Handle Group Block
1.2
LATEX-19Add support for styles in footnote content
1.1
LATEX-10Add support for footnote macros