We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the documentation for --reference-doc= option available here, if I generate a docx template with:
--reference-doc=
pandoc -o custom-reference-doc.docx --print-default-data-file reference.docx
The resulting file will show the styles:
But if I create a ODT template with:
pandoc -o custom-reference-doc.odt --print-default-data-file reference.odt
the resulting file only contains "Hello world":
Would it be useful to show the styles also in the ODT template?
Having said that, my understanding is that the contents get ignored in both cases and only the styles are applied.
The text was updated successfully, but these errors were encountered:
Yes, I'd say it would be! It helps you see the effects of your style adjustments.
Sorry, something went wrong.
Where are those reference.docx and reference.odt files?
reference.docx
reference.odt
I can't find them in the source tree :(
Those files are generated from the contents of the data/docx and dat/odt directories, respectively:
data/docx
dat/odt
E.g.
cd data/docx && zip -r ../reference.docx *
should give you a reference file in data/reference.docx.
data/reference.docx
I think I'll leave the task to someone more attuned to which styles are used where
No branches or pull requests
Following the documentation for
--reference-doc=
option available here, if I generate a docx template with:The resulting file will show the styles:
But if I create a ODT template with:
the resulting file only contains "Hello world":
Would it be useful to show the styles also in the ODT template?
Having said that, my understanding is that the contents get ignored in both cases and only the styles are applied.
The text was updated successfully, but these errors were encountered: