Home
last modified time | relevance | path

Searched +refs:org +refs:odt +refs:format +refs:section (Results 1 – 25 of 780) sorted by relevance

12345678910>>...32

/dports/textproc/py-docutils/docutils-0.17.1/docs/user/
H A Dodt.txt25 can learn more about the ODF format here:
157 ``styles.xml`` in the default ``styles.odt``. This section
720 http://docs.python.org/lib/module-ConfigParser.html
721 <http://docs.python.org/lib/module-ConfigParser.html>`_.
934 ``styles.odt``) can be found in section
1004 The ``raw`` directive is supported. Use output format type "odt".
1144 The current time in format 14:22.
1189 http://pygments.pocoo.org/
1195 https://en.wikipedia.org/wiki/Python_Imaging_Library
1198 http://en.wikipedia.org/wiki/OpenDocument
[all …]
H A Dconfig.txt82 .. Note:: No format string interpolation is done.
224 format string for Python's ``time.strftime``. See the `time
233 # ISO 8601 extended format datestamp, e.g. "2001-12-21":
354 format, as it is not subjected to the `identifier normalization`_.
451 stylesheets [#dependencies]_. [#pwd]_ The format is one path per
1016 The format of mathematical content (`math directive`_ and role) in
1889 Default: writers/odf_odt/styles.odt in the installation directory.
1898 standards. For more info and the format of the configuration/mapping
1973 custom-odt-header
1982 custom-odt-footer
[all …]
/dports/textproc/R-cran-rmarkdown/rmarkdown/man/
H A Dodt_document.Rd21 \item{number_sections}{\code{TRUE} to number section headings}
33 \href{https://pandoc.org/MANUAL.html}{pandoc online documentation} for
37 producing an odt file. For best results, the reference odt should be a
38 modified version of an odt file produced using pandoc. Pass "default"
53 R Markdown output format to pass to \code{\link{render}}
59 See the \href{https://bookdown.org/yihui/rmarkdown/opendocument-text-document.html}{online
60 documentation} for additional details on using the \code{odt_document} format.
68 \href{https://pandoc.org/MANUAL.html#citations}{Bibliographies
/dports/textproc/R-cran-rmarkdown/rmarkdown/vignettes/
H A Dlua-filters.Rmd19 To know more about Lua filters in general, you can jump directly to [last section](#lua-filter)
129 ### Using with ODT documents {#odt}
142 reference_odt: reference.odt
157 …e adds `number_sections.lua` to support this feature in other formats (e.g., docx, odt, and so on).
179 If one wants to have fine controls on the format of section numbers, prepare customized docx file a…
231 ### Using filters with output format
233 If you want to create a format that uses a special filter, you can add it as a pandoc option if the…
235 Either by modifying an existing format:
237 ```{r modifying-format}
249 Or by creating a new format :
[all …]
/dports/textproc/R-cran-rmarkdown/rmarkdown/inst/doc/
H A Dlua-filters.Rmd19 To know more about Lua filters in general, you can jump directly to [last section](#lua-filter)
129 ### Using with ODT documents {#odt}
142 reference_odt: reference.odt
157 …e adds `number_sections.lua` to support this feature in other formats (e.g., docx, odt, and so on).
179 If one wants to have fine controls on the format of section numbers, prepare customized docx file a…
231 ### Using filters with output format
233 If you want to create a format that uses a special filter, you can add it as a pandoc option if the…
235 Either by modifying an existing format:
237 ```{r modifying-format}
249 Or by creating a new format :
[all …]
/dports/textproc/unoconv/unoconv-0.7/doc/
H A Dunoconv.1.adoc7 unoconv - convert any document from and to any LibreOffice supported format
17 unoconv is a command line utility that can convert any file format that
48 See the *EXPORT FILTERS* section.
50 -f, --format::
65 See the *IMPORT FILTERS* section.
127 the specified *output format*.
166 'separator(s),text-delimiter,encoding,first-row,column-format'
235 http://wiki.services.openoffice.org/wiki/API/Tutorials/PDF_export
322 unoconv -f pdf some-document.odt
329 unoconv -f pdf some-document.odt
[all …]
H A Dfilters.adoc20 * http://wiki.services.openoffice.org/wiki/API/Tutorials/PDF_export[API/Tutorials/PDF export]
21 …* http://specs.openoffice.org/appwide/pdf_export/PDFExportDialog.odt[PDF Export Dialog Specificati…
28 http://www.openoffice.org/issues/show_bug.cgi?id=103932[i103932])
56 contained in the source OpenOffice.org file should be exported to the PDF file
57 as Named Destination (see PDF 1.4 section 8.2.1).
70 |FormsType |integer|0 |Specifies the submitted format of
72 *0*:FDF format
73 *1*:PDF format
74 *2*:HTML format
75 *3*:XML format
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/org/
H A DChangeLog.1671 * ox-odt.el (org-odt-do-format-code):
2879 * ox-odt.el (org-odt-format-drawer-function)
2970 (org-html-format-footnotes-section)
2973 (org-html-toc, org-html-format-section, org-html-checkbox)
5028 (org-odt-format-label, org-odt-toc)
5874 (org-beamer--format-section, org-beamer--format-frame)
10219 * org-odt.el (org-export-odt-format-formula)
10223 (org-export-odt-format-formula, org-export-odt-format-image)
12205 (org-odt-section-count): Remove it.
12206 (org-odt-begin-section): Use `org-odt-add-automatic-style' to
[all …]
H A Dox-odt.el37 (org-export-define-backend 'odt
70 (section . org-odt-section)
1658 (when (eq (org-export-snippet-backend export-snippet) 'odt)
1731 :parent 'odt
1828 (let ((section (assq 'section (org-element-contents headline))))
1829 (assq 'table (and section (org-element-contents section))))))
2708 ((org-export-custom-protocol-maybe link desc 'odt info))
2826 '(center-block quote-block section)))))
3522 (eq (org-element-type section?) 'section)
3907 (list 'table '(:type org :attr_odt (":style \"GriddedTable\"")))
[all …]
/dports/editors/emacs/emacs-27.2/lisp/org/
H A DChangeLog.1671 * ox-odt.el (org-odt-do-format-code):
2879 * ox-odt.el (org-odt-format-drawer-function)
2970 (org-html-format-footnotes-section)
2973 (org-html-toc, org-html-format-section, org-html-checkbox)
5028 (org-odt-format-label, org-odt-toc)
5874 (org-beamer--format-section, org-beamer--format-frame)
10219 * org-odt.el (org-export-odt-format-formula)
10223 (org-export-odt-format-formula, org-export-odt-format-image)
12205 (org-odt-section-count): Remove it.
12206 (org-odt-begin-section): Use `org-odt-add-automatic-style' to
[all …]
H A Dox-odt.el37 (org-export-define-backend 'odt
70 (section . org-odt-section)
1659 (when (eq (org-export-snippet-backend export-snippet) 'odt)
1732 :parent 'odt
1829 (let ((section (assq 'section (org-element-contents headline))))
1830 (assq 'table (and section (org-element-contents section))))))
2709 ((org-export-custom-protocol-maybe link desc 'odt info))
2827 '(center-block quote-block section)))))
3523 (eq (org-element-type section?) 'section)
3908 (list 'table '(:type org :attr_odt (":style \"GriddedTable\"")))
[all …]
/dports/textproc/p5-OpenOffice-OODoc/OpenOffice-OODoc-2.125/OODoc/
H A DIntro.pod105 file => 'filename.odt',
119 OpenOffice.org 1.0 format. If an additional 'opendocument' is provided and
206 imports them in "doc2.odt":
283 in the 4th section (if any):
285 my $section = $doc->getElement('//text:section', 3);
711 $doc->save('my_other_file.odt');
948 of any section.
972 attachment => $section,
982 these elements to a given section:
993 ($para, "OpenDocument", "http://www.oasis-open.org");
[all …]
H A DMeta.pod26 $my meta = odfMeta(file => 'document.odt');
29 ODF document "document.odt".
45 ISO-8601 format (i.e. the ODF-compliant date format).
74 in ISO-8601 format.
79 in order to convert a regular Perl time() value in ODF format.
104 in ISO-8601 date/time format.
121 "OpenOffice.org/3.1$Unix OpenOffice.org_project/310m11$Build-9399"
228 format for a date (see odfLocaltime()).
258 in the same format as with getUserProperty().
263 "statistics" section of the metadata. The content depends on the
[all …]
/dports/textproc/p5-ODF-lpOD/ODF-lpOD-1.126/
H A DlpOD.pod9 my $document = odf_document->get("report.odt");
12 $meta->set_title("The best document format");
40 1) The title is set to "The best document format";
164 This method produces a file whose basic format is the same as the format of
333 section:
337 my $section = $context->get_section("Prologue");
341 $section->append_element($paragraph);
349 my $section = $context->get_section("Reusable");
350 my $free_section = $section->clone;
370 $doc->save(target => "helloworld.odt");
[all …]
/dports/net/rclone/rclone-1.57.0/docs/content/
H A Ddrive.md240 - Select "Manage API client access" in the "Authentication" section
485 | odt | odt | odt | odt | Yes |
486 | odt | docx,odt | odt | odt | Yes |
488 | | odt | odt | docx | No |
489 | odt,docx | docx,odt | docx | odt | No |
490 | docx,odt | docx,odt | docx | docx | Yes |
491 | docx,odt | docx,odt | odt | docx | No |
540 | desktop | freedesktop.org specified desktop entry | Linux |
554 See https://rclone.org/drive/#making-your-own-client-id for how to create your own.
1049 they are the original file (see [the shortcuts section](#shortcuts)).
[all …]
/dports/textproc/p5-ODF-lpOD/ODF-lpOD-1.126/lpOD/
H A DCommon.pod13 The utilities introduced in this section are implemented as exported functions.
58 ODF data type), and checks it if the value is already in ODF format.
79 Without argument, returns the current date in ODF-compliant format.
122 This one will return C<("mydoc.odt", "http://mydomain.com/", "odt")>:
124 ($base, $path, $suffix) = file_parse("http://mydomain.com/mydoc.odt");
126 This last one will just return C<"mydoc.odt">:
128 $base = file_parse("http://mydomain.com/mydoc.odt");
190 format complies with the typical Xorg "rgb.txt".
271 Contact: jmgdoc@cpan.org
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Dorg.texi12060 @emph{odt} (OpenDocument Text format)
14676 @vindex org-odt-preferred-output-format
14678 If @code{org-odt-preferred-output-format} is specified, the ODT export
14694 @vindex org-export-odt-preferred-output-format
14695 If @code{org-export-odt-preferred-output-format} is specified, open the
14750 @vindex org-odt-preferred-output-format
14754 format in the @code{org-odt-preferred-output-format} variable. This is one
17004 @item @code{:odt-format-drawer-function}
17005 @tab @code{org-odt-format-drawer-function}
17007 @tab @code{org-odt-format-headline-function}
[all …]
/dports/textproc/libnumbertext/libnumbertext-1.0.7/
H A DChangeLog70 numbers, references and date names for new NatNum12 number format
212 * doc/*odt: modifications: DollarText/BAHTTEXT field formatters of
269 * pythonpath/org/__init__.py:
354 * doc/sorosspec.odt: replace bad [^0] pattern with [1-9].
360 2009-09-12: Ramdem at OpenOffice.org Wiki:
461 * web/*: new section (old number systems)
497 * doc/numbertext.odt: NUMBERTEXT specification 1.1:
500 * doc/sorosspec.odt:
553 * doc/sorosspec.odt: improved Soros language specification.
558 * bin/*.py: new conversion utilities and more readable format using
[all …]
/dports/textproc/p5-OpenOffice-OODoc/OpenOffice-OODoc-2.125/
H A DOODoc.pod10 my $document = odfDocument(file => "MyFile.odt");
52 programmer from the details of the file format. It can process different
70 section is a general foreword.
140 $section = $doc->getElement('//text:section[@text:name="Foo"]');
141 $section = $doc->getSection("Foo");
199 command with the OpenOffice.org desktop software.
311 (aaaa-mm-jjThh:mm:ss), knowing that this format is required for
429 i.e. "template.odt", "template.ods", "template.odp", "template.odg".
504 my $doc0 = ooDocument(file => 'doc0.odt');
506 my $doc1 = ooDocument(file => 'doc1.odt');
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Dorg.org11437 - /odt/ (OpenDocument Text format)
14062 #+vindex: org-odt-preferred-output-format
14064 If ~org-odt-preferred-output-format~ is specified, the ODT export
14082 #+vindex: org-export-odt-preferred-output-format
14083 If ~org-export-odt-preferred-output-format~ is specified, open the
14147 #+vindex: org-odt-preferred-output-format
14151 format in the ~org-odt-preferred-output-format~ variable. This is one
16178 | ~:md-footnotes-section~ | ~org-md-footnotes-section~ |
16189 | ~:odt-format-drawer-function~ | ~org-odt-format-drawer-function~ |
16190 | ~:odt-format-headline-function~ | ~org-odt-format-headline-function~ |
[all …]
/dports/editors/emacs/emacs-27.2/info/
H A Dorg.info12242 If ‘org-odt-preferred-output-format’ is specified, the ODT export
12258 If ‘org-export-odt-preferred-output-format’ is specified, open the
12314 the ‘org-odt-preferred-output-format’ variable. This is one way to
12326 ‘M-x org-odt-convert’
12748org-odt-styles-file’
14092 ‘:odt-format-drawer-function’ ‘org-odt-format-drawer-function’
14093 ‘:odt-format-headline-function’ ‘org-odt-format-headline-function’
14094 ‘:odt-format-inlinetask-function’ ‘org-odt-format-inlinetask-function’
22201 * org-export-odt-preferred-output-format: ODT export commands.
22502 * org-odt-preferred-output-format: ODT export commands. (line 9)
[all …]
/dports/textproc/py-pypandoc/pypandoc-1.5/
H A DREADME.md3 [![Build Status](https://travis-ci.org/bebraw/pypandoc.svg?branch=master)](https://travis-ci.org/be…
7 [![conda version](https://anaconda.org/conda-forge/pypandoc/badges/version.svg)](https://anaconda.o…
90 `PYPANDOC_PANDOC`. See the next section for more information.
119 # ...but you can overwrite the format via the `format` argument:
120 output = pypandoc.convert_file('somefile.txt', 'rst', format='md')
123 # define the input format:
132 convert to some output formats (e.g. odt, docx, epub, epub3, pdf). In that case `convert_*()` will
142 In addition to `format`, it is possible to pass `extra_args`.
148 'md', format='html',
153 'html', format='md',
[all …]
H A DPKG-INFO11 …[![Build Status](https://travis-ci.org/bebraw/pypandoc.svg?branch=master)](https://travis-ci.org/b…
15 …[![conda version](https://anaconda.org/conda-forge/pypandoc/badges/version.svg)](https://anaconda.
98 `PYPANDOC_PANDOC`. See the next section for more information.
127 # ...but you can overwrite the format via the `format` argument:
128 output = pypandoc.convert_file('somefile.txt', 'rst', format='md')
131 # define the input format:
140 … convert to some output formats (e.g. odt, docx, epub, epub3, pdf). In that case `convert_*()` will
150 In addition to `format`, it is possible to pass `extra_args`.
156 'md', format='html',
161 'html', format='md',
[all …]
/dports/www/pmwiki/pmwiki-2.2.141/wikilib.d/
H A DPmWiki.MarkupMasterIndex8section to learn more.%0a%0a!! Markup concepts introduction%0aPmWiki markup can be applied to 'blo…
/dports/textproc/py-pypandoc/pypandoc-1.5/pypandoc.egg-info/
H A DPKG-INFO11 …[![Build Status](https://travis-ci.org/bebraw/pypandoc.svg?branch=master)](https://travis-ci.org/b…
15 …[![conda version](https://anaconda.org/conda-forge/pypandoc/badges/version.svg)](https://anaconda.
98 `PYPANDOC_PANDOC`. See the next section for more information.
127 # ...but you can overwrite the format via the `format` argument:
128 output = pypandoc.convert_file('somefile.txt', 'rst', format='md')
131 # define the input format:
140 … convert to some output formats (e.g. odt, docx, epub, epub3, pdf). In that case `convert_*()` will
150 In addition to `format`, it is possible to pass `extra_args`.
156 'md', format='html',
161 'html', format='md',
[all …]

12345678910>>...32