Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-pandoc-3.1.11.1-150500.11.3.1 RPM for aarch64

From OpenSuSE Leap 15.6 for aarch64

Name: ghc-pandoc Distribution: SUSE Linux Enterprise 15
Version: 3.1.11.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150500.11.3.1 Build date: Tue Feb 6 18:58:23 2024
Group: Unspecified Build host: h02-armsrv3
Size: 59530117 Source RPM: ghc-pandoc-3.1.11.1-150500.11.3.1.src.rpm
Packager: https://www.suse.com/
Url: https://hackage.haskell.org/package/pandoc
Summary: Conversion between markup formats
Pandoc is a Haskell library for converting from one markup format to another.
The formats it can handle include

- light markup formats (many variants of Markdown, reStructuredText, AsciiDoc,
Org-mode, Muse, Textile, txt2tags) - HTML formats (HTML 4 and 5) - Ebook
formats (EPUB v2 and v3, FB2) - Documentation formats (GNU TexInfo, Haddock) -
Roff formats (man, ms) - TeX formats (LaTeX, ConTeXt) - Typst - XML formats
(DocBook 4 and 5, JATS, TEI Simple, OpenDocument) - Outline formats (OPML) -
Bibliography formats (BibTeX, BibLaTeX, CSL JSON, CSL YAML, RIS) - Word
processor formats (Docx, RTF, ODT) - Interactive notebook formats (Jupyter
notebook ipynb) - Page layout formats (InDesign ICML) - Wiki markup formats
(MediaWiki, DokuWiki, TikiWiki, TWiki, Vimwiki, XWiki, ZimWiki, Jira wiki,
Creole) - Slide show formats (LaTeX Beamer, PowerPoint, Slidy, reveal.js,
Slideous, S5, DZSlides) - Data formats (CSV and TSV tables) - PDF (via external
programs such as pdflatex or wkhtmltopdf)

Pandoc can convert mathematical content in documents between TeX, MathML, Word
equations, roff eqn, typst, and plain text. It includes a powerful system for
automatic citations and bibliographies, and it can be customized extensively
using templates, filters, and custom readers and writers written in Lua.

For the pandoc command-line program, see the 'pandoc-cli' package.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sat Jan 06 2024 psimons@suse.com
  - Update pandoc to version 3.1.11.1.
    [#]# pandoc 3.1.11.1 (2023-01-05)
    * Docx reader:
      + Fix HYPERLINK with only switch and no argument (#9246).
    * Org reader:
      + Parse caption and label for grid tables (#9279).
    * MediaWiki reader:
      + Handle multiline math in list items (#9293).
    * OPML writer:
      + Respect `--wrap` options & `--columns` in contents of notes (#9297).
    * ODT/OpenDocument writers:
      + Properly handle highlighting styles (#9287). These styles were
      going into an `office:styles` element in `content.xml`, but this
      is invalid. Instead they must go in `styles.xml`. The variable
      `highlighting-styles` no longer has any effect on the default
      opendocument template, and highlighting styles are not included
      in `opendocument` output.
    * Markdown writer:
      + Add table identifier at end of caption if present (#9279).
    * Text.Pandoc.PDF:
      + Expand list of environment variables to display in verbose output
      (#9303).
      + Ensure that we find all the LaTeX warnings requiring a rerun (#9284).
      This should fix a regression from 3.1.9 that led to incorrect
      alignments in tables (and possibly other issues).
    * Docx writer:
      + Ensure that pandoc's output validates (Edwin Török, #9273, #9269,
      John MacFarlane, #9265, #9266, #9264).
      + Don't emit empty table rows, which seem to cause problems for
      Word (#9224).
    * LaTeX writer:
      + Omit superfluous page locator label when used with `--natbib` or
      `--biblatex` (#9275). These will treat a bare number as a
      page locator, and they will be able to localize it. Note that the
      recognition of the locator label is locale-sensitive; if `lang` is
      `de`, then `S. 33` is a page reference, and `p. 33` is not!
    * Text.Pandoc.Chunks: Fine tune `makeChunks` (#9281).
      + Ensure that chunks not based on sections (those with the
      "preamble" class) get unique identifiers, by appending chunk number.
      + This will also ensure that they get unique path names when
      the path is generated from the identifier.
    * Default HTML5 template: remove html5shiv (and support for IE < 9).
    * Makefile:
      + Fix `make quick-stack`: `j` was expecting a number (Edwin Török).
      + Run built pandoc (instead of pandoc in path).
      + Add `validate-epub` target, using `epubcheck` to test the golden files.
      + Add `validate-docx-golden-tests` target.
    [#]# pandoc 3.1.11 (2023-12-15)
    * Typst writer:
      + Emit `;` after typst code, unless followed by space (#9252).
      Otherwise there's the potential that the typst code will swallow
      up a following character.
    * Text.Pandoc.Logging:
      + Add `MakePDFWarning` constructor to LogMessage [API change].
      + Add `MakePDFInfo` constructor to LogMessage [API change].
    * Text.Pandoc.PDF:
      + LaTeX warnings are passed on to the user as warnings.
      + Use `report` with `MakePDFWarning` and `MakePDFInfo` to relay
      verbose information and warnings, instead of writing directly
      to stderr.
      + Parse logs to determine whether additional runs needed, instead of
      running a fixed number of times (#9255). (The number of times
      that was appropriate given pandoc's default templates didn't
      always work for custom templates, and thus pandoc 3.1.10's
      change in the number of runs led to some regressions in PDF
      production.)
    * Makefile: in `make prelease`, add checks that pandoc-cli and
      pandoc have the same version, that pandoc-cli depends on this
      exact version of pandoc, that there is an entry for this version
      in the changelog, and that the version numbers in the
      generated man pages are correct.
    * Regenerate man pages with pandoc 3.1.10. This properly escapes hyphens
      and fixes version numbers in man pages for `pandoc-server` and
      `pandoc-lua`.
    * Depend on texmath 0.12.8.6. This omits unneeded `lr`s in typst
      math output.
    * Depend on typst 0.5. This allows the typst reader to support
      multiline strings, the version type, and the `as`
      keyword with `import`.
    [#]# pandoc 3.1.10 (2023-12-12)
    * Link pandoc-cli version to pandoc version. Henceforth pandoc-cli's
      version will be synchronized with pandoc's, and pandoc-cli will
      depend on an exact pandoc version. This will avoid confusion by
      ensuring that `cabal install pandoc-cli-X.Y.Z` installs pandoc
      version X.Y.Z. It will make things more straightforward for
      upstream packagers (see #9232). This scheme does not follow the
      Haskell PVP, but that should cause no harm, because this package
      does not expose a library.
    * Add `alerts` markdown extension. This enables GitHub style markdown
      alerts as a commonmark extension. This extension is now default for
      `gfm`. It can't be used with `markdown`, only with `commonmark` and
      variants.
    * Markdown reader:
      + Preserve newlines in math instead of changing to spaces.
      Otherwise we can get unwanted results if there's
      a `%` comment (#9193).
      + Make attributes work with reference links (#9171).
    * HTML reader:
      + Improve handling of invalidly nested sublists (#9187, cf. #8150).
    * MediaWiki reader:
      + Allow attribute keys with hyphens (#9178).
    * ODT reader:
      + Support attr `text:continue-numbering` (#8979, Stephan Meijer).
    * Typst reader:
      + Allow references (e.g. `@foo`) to become citations
      if there is no corresponding label in the document.
      + Collapse adjacent `cite` elements.
      + Handle supplements in `cite`.
      + Change `cite` (only one key allowed, a label) (typst 0.9 breaking change).
      + Support `quote` element (typst 0.9).
    * LaTeX reader:
      + Handle otherlanguage environment and language-name environments like
      `\begin{french}...\end{french}` (#9202).
      + Fix theorem label parsing (#8872, Hikaru Ibayashi).
    * Docx reader:
      + Unwrap content of shaped textboxes (Stephan Meijer, #9214).
      + Improve handling of `w:sym` (#9220). We now look up symbols in symbol
      fonts using the table defined at Text.Pandoc.Readers.Docx.Symbols.
      + Add unexported module Text.Pandoc.Readers.Docx.Symbols. This gives us a
      table to use to resolve characters included in docx via `w:sym` element.
    * Man reader:
      + Properly handle `.sp` macro inside lists and block quotes (#9201).
    * LaTeX writer:
      + Fix bug with big footnotes inside emphasis (#8982, Hikaru Ibayashi).
      + Handle identifiers inside heading contents. `\phantomsection` can't
      be used in this case, so we need `\hypertarget` (#9209).
    * LaTeX template:
      + Include `bookmark` package unconditionally. This package
      produces better PDF bookmarks than `hyperref` and does it on the
      first pass.
    * Typst writer:
      + Use `quote` for block quotes.
      + Support `--toc-depth` as in other writers (#9242).
      + Put inline image dimensions on enclosing box, not image (#9104).
      + Better handling of tables with captions (#9194).
      We now put these in a figure with a caption argument.
      + Update typst writer to typst 0.9 citation format (#9188).
    * Typst template:
      + Remove custom definition of `blockquote` in default template.
      (We now use built-in `quote`.)
      + Support table of contents.
      + Support csl (#9186, Ian Max Andolina). Typst now supports CSL for its
      native citation engine, so pandoc should use a specified `csl`
      style in the template, falling back to `bibliographystyle` if
      `csl` is not specified.
    * Docx writer:
      + Use different style for block quotes in notes (#9243).
      Using "Footnote Block Text" for the style name, so it can be
      given a different font size if footnotes are.
      + Allow embedded fonts to be used in reference.docx (#6728).
    * HTML5 writer:
      + To conform to validator's expectations, `doc-footnote` role is used
      with `aside` and `doc-endnotes` with `section`.
      + `aside` is used only for notes at ends of sections or blocks;
      if all the notes come at the end of the document, `section` is
      used so we can have the `doc-endnotes` role.
    * JATS writer:
      + Handle case where there is material after refs div (#9166). Previously in
      such cases the references were not being moved to back matter.
    * Ms writer:
      + Don't do normal escapes in filename arguments for PSPIC etc.
    * T.P.RoffChar: escape `-` as `\-`. The `groff_man (7)` man page indicates
      that `-` characters will be treated as typographic hyphens and are not
      appropriate for cases where the output should be copy-pasteable as an
      ASCII hyphen-minus character.  (E.g. in command line options.)
      However, until a recent update groff man did not actually do this;
      it treated `-` and `\-` the same.  With the new update (1.23.0)
      the two are distinguished (see https://lwn.net/Articles/947941/
      for background), so now it is important that pandoc escape `-`.
    * Text.Pandoc.Extension: add `Ext_alerts` constructor [API change].
    * Text.Pandoc.PDF: We now default to running LaTeX only
      once in producing a PDF (instead of twice). This is made possible by the
      shift to the `bookmark` package, which does not require a second pass for
      PDF bookmarks. If a table of contents is present, we still have to run
      three times to get the page numbers, and if beamer is used we still do a
      minimum of two runs.
    * Text.Pandoc.Shared:
      + `renderTags'`: use minimized tag for `rect`.
      + Allow svg `path` element to be minimized.
      + Export `combineAttr` [API change].
      + Improve `isTightList` so that it recognizes an item containing only a list
      which is itself tight as potentially an item in a tight list (#9161).
    * Text.Pandoc.MIME: Ensure we use `.svg` not `.svgz` as extension
      for `image/svg+xml` mime type. This fixes issues with embedded
      SVG images in docx output, among other things (#9195).
    * Text.Pandoc.Class: `openURL` improvements for data uris.
      Only treat data URI as `base64` if ';base64' is specified.
      Otherwise treat as UTF-8 (not 100% reliable but should cover most
      other cases). Strip off `;base64` (or `;charset=...` or whatever)
      from mime type (#9195).
    * Text.Pandoc.SelfContained: Improve treatment of embedded SVGs
      (#9206, #8948).
      + Ensure unique ids for elements by prefixing SVG id.
      + Ensure SVG `id` attribute except when `use` element is used.
      + Remove `width`, `height` attributes from svg element when `use`
      element is used. Instead, add `width` and `height` 100% to the
      `use` element. This seems to get the sizing right.
    * Text.Pandoc.Citeproc: Don't link citations if
      `suppress-bibliography` specified, for there will be nothing to
      link to (#9163).
    * epub.css: add styling for sup and sub (#9160).
    * Switch from `base64` to `base64-bytestring` (#9233).
    * Use newest versions of commonmark, commonmark-extensions,
      commonmark-pandoc, texmath, typst, skylighting, skylighting-core.
    * Benchmark: use standalone documents for reader tests.
      Otherwise typst reader benchmark fails. Note: this means that we are now
      parsing longer documents, so bench results on readers won't be comparable
      to before.
    * MANUAL.txt: update defaults file docs for bibliography fields (#9173).
      Recommend using top-level `bibliography` `csl`, etc. instead
      of a nested `metadata` field. Reason: `${USERDATA}` and `${HOME}`
      are only expanded in these contexts, not in `metadata`.
    * Move man pages to pandoc-cli package (#9245).
* Sat Oct 28 2023 psimons@suse.com
  - Add pandoc at version 3.1.9.

Files

/usr/lib64/ghc-8.10.7/pandoc-3.1.11.1
/usr/lib64/ghc-8.10.7/pandoc-3.1.11.1/libHSpandoc-3.1.11.1-82tGMagyGKY62r8cW7NZbb-ghc8.10.7.so
/usr/lib64/ghc-8.10.7/pandoc-3.1.11.1/libHSpandoc-3.1.11.1-KOw5SrdU4xq4akllYKCRYn-xml-light-ghc8.10.7.so
/usr/share/licenses/ghc-pandoc
/usr/share/licenses/ghc-pandoc/COPYING.md
/usr/share/pandoc-3.1.11.1
/usr/share/pandoc-3.1.11.1/COPYRIGHT
/usr/share/pandoc-3.1.11.1/MANUAL.txt
/usr/share/pandoc-3.1.11.1/citeproc
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/UKenglish.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/USenglish.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/american.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/australian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/austrian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/brazil.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/brazilian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/british.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/bulgarian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/canadian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/catalan.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/croatian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/czech.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/danish.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/dutch.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/english.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/estonian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/finnish.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/french.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/galician.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/german.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/greek.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/hungarian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/icelandic.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/italian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/latvian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/lithuanian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/magyar.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/naustrian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/newzealand.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/ngerman.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/norsk.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/nswissgerman.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/nynorsk.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/polish.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/portuges.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/portuguese.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/russian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/serbian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/serbianc.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/slovak.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/slovene.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/slovenian.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/spanish.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/swedish.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/swissgerman.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/turkish.lbx.strings
/usr/share/pandoc-3.1.11.1/citeproc/biblatex-localization/ukrainian.lbx.strings
/usr/share/pandoc-3.1.11.1/data
/usr/share/pandoc-3.1.11.1/data/abbreviations
/usr/share/pandoc-3.1.11.1/data/bash_completion.tpl
/usr/share/pandoc-3.1.11.1/data/creole.lua
/usr/share/pandoc-3.1.11.1/data/default.csl
/usr/share/pandoc-3.1.11.1/data/docbook-entities.txt
/usr/share/pandoc-3.1.11.1/data/docx
/usr/share/pandoc-3.1.11.1/data/docx/[Content_Types].xml
/usr/share/pandoc-3.1.11.1/data/docx/_rels
/usr/share/pandoc-3.1.11.1/data/docx/_rels/.rels
/usr/share/pandoc-3.1.11.1/data/docx/docProps
/usr/share/pandoc-3.1.11.1/data/docx/docProps/app.xml
/usr/share/pandoc-3.1.11.1/data/docx/docProps/core.xml
/usr/share/pandoc-3.1.11.1/data/docx/docProps/custom.xml
/usr/share/pandoc-3.1.11.1/data/docx/word
/usr/share/pandoc-3.1.11.1/data/docx/word/_rels
/usr/share/pandoc-3.1.11.1/data/docx/word/_rels/document.xml.rels
/usr/share/pandoc-3.1.11.1/data/docx/word/_rels/footnotes.xml.rels
/usr/share/pandoc-3.1.11.1/data/docx/word/comments.xml
/usr/share/pandoc-3.1.11.1/data/docx/word/document.xml
/usr/share/pandoc-3.1.11.1/data/docx/word/fontTable.xml
/usr/share/pandoc-3.1.11.1/data/docx/word/footnotes.xml
/usr/share/pandoc-3.1.11.1/data/docx/word/numbering.xml
/usr/share/pandoc-3.1.11.1/data/docx/word/settings.xml
/usr/share/pandoc-3.1.11.1/data/docx/word/styles.xml
/usr/share/pandoc-3.1.11.1/data/docx/word/theme
/usr/share/pandoc-3.1.11.1/data/docx/word/theme/theme1.xml
/usr/share/pandoc-3.1.11.1/data/docx/word/webSettings.xml
/usr/share/pandoc-3.1.11.1/data/dzslides
/usr/share/pandoc-3.1.11.1/data/dzslides/template.html
/usr/share/pandoc-3.1.11.1/data/epub.css
/usr/share/pandoc-3.1.11.1/data/init.lua
/usr/share/pandoc-3.1.11.1/data/odt
/usr/share/pandoc-3.1.11.1/data/odt/META-INF
/usr/share/pandoc-3.1.11.1/data/odt/META-INF/manifest.xml
/usr/share/pandoc-3.1.11.1/data/odt/content.xml
/usr/share/pandoc-3.1.11.1/data/odt/manifest.rdf
/usr/share/pandoc-3.1.11.1/data/odt/meta.xml
/usr/share/pandoc-3.1.11.1/data/odt/mimetype
/usr/share/pandoc-3.1.11.1/data/odt/styles.xml
/usr/share/pandoc-3.1.11.1/data/pptx
/usr/share/pandoc-3.1.11.1/data/pptx/[Content_Types].xml
/usr/share/pandoc-3.1.11.1/data/pptx/_rels
/usr/share/pandoc-3.1.11.1/data/pptx/_rels/.rels
/usr/share/pandoc-3.1.11.1/data/pptx/docProps
/usr/share/pandoc-3.1.11.1/data/pptx/docProps/app.xml
/usr/share/pandoc-3.1.11.1/data/pptx/docProps/core.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/_rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/_rels/presentation.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/notesMasters
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/notesMasters/_rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/notesMasters/_rels/notesMaster1.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/notesMasters/notesMaster1.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/notesSlides
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/notesSlides/_rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/notesSlides/_rels/notesSlide1.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/notesSlides/_rels/notesSlide2.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/notesSlides/notesSlide1.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/notesSlides/notesSlide2.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/presProps.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/presentation.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/_rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/slideLayout1.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/slideLayout10.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/slideLayout11.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/slideLayout2.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/slideLayout3.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/slideLayout4.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/slideLayout5.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/slideLayout6.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/slideLayout7.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/slideLayout8.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideLayouts/slideLayout9.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideMasters
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideMasters/_rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slideMasters/slideMaster1.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slides
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slides/_rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slides/_rels/slide1.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slides/_rels/slide2.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slides/_rels/slide3.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slides/_rels/slide4.xml.rels
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slides/slide1.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slides/slide2.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slides/slide3.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/slides/slide4.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/tableStyles.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/theme
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/theme/theme1.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/theme/theme2.xml
/usr/share/pandoc-3.1.11.1/data/pptx/ppt/viewProps.xml
/usr/share/pandoc-3.1.11.1/data/templates
/usr/share/pandoc-3.1.11.1/data/templates/affiliations.jats
/usr/share/pandoc-3.1.11.1/data/templates/article.jats_publishing
/usr/share/pandoc-3.1.11.1/data/templates/default.asciidoc
/usr/share/pandoc-3.1.11.1/data/templates/default.biblatex
/usr/share/pandoc-3.1.11.1/data/templates/default.bibtex
/usr/share/pandoc-3.1.11.1/data/templates/default.chunkedhtml
/usr/share/pandoc-3.1.11.1/data/templates/default.commonmark
/usr/share/pandoc-3.1.11.1/data/templates/default.context
/usr/share/pandoc-3.1.11.1/data/templates/default.docbook4
/usr/share/pandoc-3.1.11.1/data/templates/default.docbook5
/usr/share/pandoc-3.1.11.1/data/templates/default.dokuwiki
/usr/share/pandoc-3.1.11.1/data/templates/default.dzslides
/usr/share/pandoc-3.1.11.1/data/templates/default.epub2
/usr/share/pandoc-3.1.11.1/data/templates/default.epub3
/usr/share/pandoc-3.1.11.1/data/templates/default.haddock
/usr/share/pandoc-3.1.11.1/data/templates/default.html4
/usr/share/pandoc-3.1.11.1/data/templates/default.html5
/usr/share/pandoc-3.1.11.1/data/templates/default.icml
/usr/share/pandoc-3.1.11.1/data/templates/default.jats_archiving
/usr/share/pandoc-3.1.11.1/data/templates/default.jats_articleauthoring
/usr/share/pandoc-3.1.11.1/data/templates/default.jats_publishing
/usr/share/pandoc-3.1.11.1/data/templates/default.jira
/usr/share/pandoc-3.1.11.1/data/templates/default.latex
/usr/share/pandoc-3.1.11.1/data/templates/default.man
/usr/share/pandoc-3.1.11.1/data/templates/default.markdown
/usr/share/pandoc-3.1.11.1/data/templates/default.markua
/usr/share/pandoc-3.1.11.1/data/templates/default.mediawiki
/usr/share/pandoc-3.1.11.1/data/templates/default.ms
/usr/share/pandoc-3.1.11.1/data/templates/default.muse
/usr/share/pandoc-3.1.11.1/data/templates/default.opendocument
/usr/share/pandoc-3.1.11.1/data/templates/default.opml
/usr/share/pandoc-3.1.11.1/data/templates/default.org
/usr/share/pandoc-3.1.11.1/data/templates/default.plain
/usr/share/pandoc-3.1.11.1/data/templates/default.revealjs
/usr/share/pandoc-3.1.11.1/data/templates/default.rst
/usr/share/pandoc-3.1.11.1/data/templates/default.rtf
/usr/share/pandoc-3.1.11.1/data/templates/default.s5
/usr/share/pandoc-3.1.11.1/data/templates/default.slideous
/usr/share/pandoc-3.1.11.1/data/templates/default.slidy
/usr/share/pandoc-3.1.11.1/data/templates/default.tei
/usr/share/pandoc-3.1.11.1/data/templates/default.texinfo
/usr/share/pandoc-3.1.11.1/data/templates/default.textile
/usr/share/pandoc-3.1.11.1/data/templates/default.typst
/usr/share/pandoc-3.1.11.1/data/templates/default.xwiki
/usr/share/pandoc-3.1.11.1/data/templates/default.zimwiki
/usr/share/pandoc-3.1.11.1/data/templates/definitions.typst
/usr/share/pandoc-3.1.11.1/data/templates/styles.citations.html
/usr/share/pandoc-3.1.11.1/data/templates/styles.html
/usr/share/pandoc-3.1.11.1/data/templates/template.typst
/usr/share/pandoc-3.1.11.1/data/translations
/usr/share/pandoc-3.1.11.1/data/translations/am.yaml
/usr/share/pandoc-3.1.11.1/data/translations/ar.yaml
/usr/share/pandoc-3.1.11.1/data/translations/bg.yaml
/usr/share/pandoc-3.1.11.1/data/translations/bn.yaml
/usr/share/pandoc-3.1.11.1/data/translations/ca.yaml
/usr/share/pandoc-3.1.11.1/data/translations/cs.yaml
/usr/share/pandoc-3.1.11.1/data/translations/da.yaml
/usr/share/pandoc-3.1.11.1/data/translations/de.yaml
/usr/share/pandoc-3.1.11.1/data/translations/el.yaml
/usr/share/pandoc-3.1.11.1/data/translations/en.yaml
/usr/share/pandoc-3.1.11.1/data/translations/eo.yaml
/usr/share/pandoc-3.1.11.1/data/translations/es.yaml
/usr/share/pandoc-3.1.11.1/data/translations/et.yaml
/usr/share/pandoc-3.1.11.1/data/translations/eu.yaml
/usr/share/pandoc-3.1.11.1/data/translations/fa.yaml
/usr/share/pandoc-3.1.11.1/data/translations/fi.yaml
/usr/share/pandoc-3.1.11.1/data/translations/fr.yaml
/usr/share/pandoc-3.1.11.1/data/translations/he.yaml
/usr/share/pandoc-3.1.11.1/data/translations/hi.yaml
/usr/share/pandoc-3.1.11.1/data/translations/hr.yaml
/usr/share/pandoc-3.1.11.1/data/translations/hu.yaml
/usr/share/pandoc-3.1.11.1/data/translations/is.yaml
/usr/share/pandoc-3.1.11.1/data/translations/it.yaml
/usr/share/pandoc-3.1.11.1/data/translations/km.yaml
/usr/share/pandoc-3.1.11.1/data/translations/ko.yaml
/usr/share/pandoc-3.1.11.1/data/translations/lo.yaml
/usr/share/pandoc-3.1.11.1/data/translations/lt.yaml
/usr/share/pandoc-3.1.11.1/data/translations/lv.yaml
/usr/share/pandoc-3.1.11.1/data/translations/nb.yaml
/usr/share/pandoc-3.1.11.1/data/translations/nl.yaml
/usr/share/pandoc-3.1.11.1/data/translations/nn.yaml
/usr/share/pandoc-3.1.11.1/data/translations/no.yaml
/usr/share/pandoc-3.1.11.1/data/translations/pl.yaml
/usr/share/pandoc-3.1.11.1/data/translations/pt.yaml
/usr/share/pandoc-3.1.11.1/data/translations/rm.yaml
/usr/share/pandoc-3.1.11.1/data/translations/ro.yaml
/usr/share/pandoc-3.1.11.1/data/translations/ru.yaml
/usr/share/pandoc-3.1.11.1/data/translations/sk.yaml
/usr/share/pandoc-3.1.11.1/data/translations/sl.yaml
/usr/share/pandoc-3.1.11.1/data/translations/sq.yaml
/usr/share/pandoc-3.1.11.1/data/translations/sr-cyrl.yaml
/usr/share/pandoc-3.1.11.1/data/translations/sr.yaml
/usr/share/pandoc-3.1.11.1/data/translations/sv.yaml
/usr/share/pandoc-3.1.11.1/data/translations/th.yaml
/usr/share/pandoc-3.1.11.1/data/translations/tr.yaml
/usr/share/pandoc-3.1.11.1/data/translations/uk.yaml
/usr/share/pandoc-3.1.11.1/data/translations/ur.yaml
/usr/share/pandoc-3.1.11.1/data/translations/vi.yaml
/usr/share/pandoc-3.1.11.1/data/translations/zh-Hans.yaml
/usr/share/pandoc-3.1.11.1/data/translations/zh-Hant.yaml


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:47:58 2024