diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 22:40:59 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 22:40:59 +0000 |
commit | ed1535de108594db53b0fd86724b2dff8165ae8c (patch) | |
tree | 6d0bfa76da87c7e73bfb96165e7f1b1ae6b05f64 /data/odt/META-INF | |
parent | bdd448ea2cf41324a63bd09771b5ac553e65f540 (diff) | |
download | pandoc-ed1535de108594db53b0fd86724b2dff8165ae8c.tar.gz |
Added --reference-odt option.
This allows the user to customized the styles used in pandoc-generated
ODTs. The user may also put a default reference.odt in the ~/.pandoc
directory.
We have removed the old data/odt directory and replaced it with a
reference.odt.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1760 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'data/odt/META-INF')
-rw-r--r-- | data/odt/META-INF/manifest.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/data/odt/META-INF/manifest.xml b/data/odt/META-INF/manifest.xml deleted file mode 100644 index 5ecd5d892..000000000 --- a/data/odt/META-INF/manifest.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0"> - <manifest:file-entry manifest:media-type="application/vnd.oasis.opendocument.text" manifest:full-path="/"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/statusbar/"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/accelerator/current.xml"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/accelerator/"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/floater/"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/popupmenu/"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/progressbar/"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/menubar/"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/toolbar/"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/images/Bitmaps/"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/images/"/> - <manifest:file-entry manifest:media-type="application/vnd.sun.xml.ui.configuration" manifest:full-path="Configurations2/"/> - <manifest:file-entry manifest:media-type="application/binary" manifest:full-path="layout-cache"/> - <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="content.xml"/> - <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="styles.xml"/> - <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="meta.xml"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="Thumbnails/thumbnail.png"/> - <manifest:file-entry manifest:media-type="" manifest:full-path="Thumbnails/"/> - <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="settings.xml"/> -</manifest:manifest>
\ No newline at end of file |