Difference between revisions of "Output formats"
m |
m (add-on > addon ( stick with one spelling )) |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Output Format: ''choose the output format: | Output Format: ''choose the output format: | ||
+ | |||
+ | See also: | ||
+ | [[Gramps_5.1_Wiki_Manual_-_Manage_Family_Trees#Exporting_data]] | ||
+ | |||
==Plain Text== | ==Plain Text== | ||
==Print...== | ==Print...== | ||
Line 5: | Line 9: | ||
HyperText Markup Language (HTML) | HyperText Markup Language (HTML) | ||
==LaTeX== | ==LaTeX== | ||
− | LaTeX uses the TeX typesetting program for formatting its output, and is | + | A file format to provide high-quality typesetting information describing layout and font styling of textual data. Originally designed to flexibly support the complex layout (including multi-level superscript, subscript, matrixes & special glyphs) of scientific formulas. |
+ | |||
+ | LaTeX ''(also written L<sup>A</sup>T<sub>E</sub>X)'' uses the TeX typesetting program for formatting its output, and LaTeX itself is written in the TeX macro language. | ||
+ | |||
+ | * File extension: <code>.tex</code> | ||
+ | * Helper (file viewer) application: see the [[Addon:GenealogyTree#Prerequisites|Prerequisites]] section for the GenealogyTree addon. | ||
− | "Lamport's TeX" | + | "Lamport's TeX" is named after developer [https://wikipedia.org/wiki/Leslie_Lamport Leslie Lamport]. With LaTeX, Lamport added a collection of macros to the original T<sub>E</sub>X program which was made by [https://wikipedia.org/wiki/Donald_Knuth Donald Knuth]. |
+ | |||
+ | [https://www.latex-project.org/get/ How to get LaTeX] | ||
− | |||
==Open Document Text== | ==Open Document Text== | ||
− | Filename extensions | + | "Filename extensions |
.odt & .fodt for word processing (text) documents. | .odt & .fodt for word processing (text) documents. | ||
− | Open Document Format for Office Applications (ODF), also known as OpenDocument, is a ZIP-compressed[6] XML-based file format for spreadsheets, charts, presentations and word processing documents. It was developed with the aim of providing an open, XML-based file format specification for office applications. | + | Open Document Format for Office Applications (ODF), also known as OpenDocument, is a ZIP-compressed[[https://wikipedia.org/wiki/OpenDocument#cite_note-6 6]] XML-based file format for spreadsheets, charts, presentations and word processing documents. It was developed with the aim of providing an open, XML-based file format specification for office applications.[[https://wikipedia.org/wiki/OpenDocument#cite_note-7 7]]" - ''[https://wikipedia.org/wiki/OpenDocument Wikipedia]'' |
+ | |||
==PDF document== | ==PDF document== | ||
− | Portable Document Format (PDF) (redundantly: PDF format) is a file format developed by Adobe in the 1990s to present documents, including text formatting and images, in a manner independent of application software, hardware, and operating systems.[2][3] Based on the PostScript language, each PDF file encapsulates a complete description of a fixed-layout flat document, including the text, fonts, vector graphics, raster images and other information needed to display it. | + | "Portable Document Format (PDF) (redundantly: PDF format) is a file format developed by Adobe in the 1990s to present documents, including text formatting and images, in a manner independent of application software, hardware, and operating systems.[[https://wikipedia.org/wiki/PDF#cite_note-pdf-ref-1.7-3 2]][[https://wikipedia.org/wiki/PDF#cite_note-4 3]] Based on the PostScript language, each PDF file encapsulates a complete description of a fixed-layout flat document, including the text, fonts, vector graphics, raster images and other information needed to display it." - ''Wikipedia'' |
+ | |||
==PostScript== | ==PostScript== | ||
PostScript (PS) is a page description language in the electronic publishing and desktop publishing business. It is a dynamically typed, concatenative programming language and was created at Adobe Systems. | PostScript (PS) is a page description language in the electronic publishing and desktop publishing business. It is a dynamically typed, concatenative programming language and was created at Adobe Systems. | ||
==RTF document== | ==RTF document== | ||
− | The Rich Text Format (often abbreviated RTF) is a proprietary[6][7][8] document file format with published specification developed by Microsoft Corporation from 1987 until 2008 for cross-platform document interchange with Microsoft products. | + | "The Rich Text Format (often abbreviated RTF) is a proprietary[[https://wikipedia.org/wiki/Rich_Text_Format#cite_note-6 6]][[https://wikipedia.org/wiki/Rich_Text_Format#cite_note-e-gov-uk-7 7]][[https://wikipedia.org/wiki/Rich_Text_Format#cite_note-e-gov-uk-archived-8 8]] document file format with published specification developed by Microsoft Corporation from 1987 until 2008 for cross-platform document interchange with Microsoft products." - ''[https://wikipedia.org/wiki/Rich_Text_Format Wikipedia]'' |
+ | |||
==CSV== | ==CSV== | ||
A comma-separated values (CSV) file is a delimited text file that uses a comma to separate values. A CSV file stores tabular data (numbers and text) in plain text. | A comma-separated values (CSV) file is a delimited text file that uses a comma to separate values. A CSV file stores tabular data (numbers and text) in plain text. | ||
Line 27: | Line 40: | ||
[https://en.m.wikipedia.org/wiki/VCard vCard], also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. | [https://en.m.wikipedia.org/wiki/VCard vCard], also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. | ||
==Graphviz== | ==Graphviz== | ||
− | Graphviz (Graph Visualization) | + | [https://wikipedia.org/wiki/Graphviz Graphviz] (Graph Visualization) suite of open source software ([https://www.graphviz.org/download/ Download page]) |
+ | |||
+ | '''[https://wikipedia.org/wiki/DOT_(graph_description_language) DOT]''' is the graph description language of the suite GraphViz. It has a human-readable syntax that describes network data, including subgraphs and elements appearances (i.e. color, width, label). | ||
+ | |||
+ | '''DOT graphs''' can also be imported into [https://wikipedia.org/wiki/NetworkX NetworkX], [https://wikipedia.org/wiki/Tulip_(software) Tulip] or [http://zvtm.sourceforge.net/zgrviewer.html ZGRViewer]. | ||
− | + | Files are typically indicated with the <code>.gv</code> or <code>.dot</code> filename extensions. The extension [https://wikipedia.org/w/index.php?title=.gv&redirect=no <code>.gv</code>] is preferred. (This avoids confusion with the extension [https://wikipedia.org/wiki/.dot <code>.dot</code>] also used for Microsoft Word ''template'' files prior to 2007.) However, the DOT language can be converted to several object-oriented graphics formats. | |
− | |||
==SVG== | ==SVG== | ||
Scalable Vector Graphics (SVG) is an Extensible Markup Language (XML)-based vector image format for two-dimensional graphics with support for interactivity and animation. | Scalable Vector Graphics (SVG) is an Extensible Markup Language (XML)-based vector image format for two-dimensional graphics with support for interactivity and animation. | ||
==D3== | ==D3== | ||
− | [https://vis.stanford.edu/papers/d3 D3: Data-Driven Documents]. | + | [https://vis.stanford.edu/papers/d3 D3: Data-Driven Documents]. |
+ | |||
A combination of HTML (HyperText Markup Language), SVG (Scalable Vector Graphics), and CSS (Cascading Style Sheet) | A combination of HTML (HyperText Markup Language), SVG (Scalable Vector Graphics), and CSS (Cascading Style Sheet) | ||
+ | * [https://en.wikipedia.org/wiki/D3.js D3.js library] - Wikipedia | ||
+ | |||
+ | [[Category:Documentation]] |
Revision as of 00:38, 29 March 2022
Output Format: choose the output format:
See also: Gramps_5.1_Wiki_Manual_-_Manage_Family_Trees#Exporting_data
Contents
Plain Text
Print...
HTML
HyperText Markup Language (HTML)
LaTeX
A file format to provide high-quality typesetting information describing layout and font styling of textual data. Originally designed to flexibly support the complex layout (including multi-level superscript, subscript, matrixes & special glyphs) of scientific formulas.
LaTeX (also written LATEX) uses the TeX typesetting program for formatting its output, and LaTeX itself is written in the TeX macro language.
- File extension:
.tex
- Helper (file viewer) application: see the Prerequisites section for the GenealogyTree addon.
"Lamport's TeX" is named after developer Leslie Lamport. With LaTeX, Lamport added a collection of macros to the original TEX program which was made by Donald Knuth.
Open Document Text
"Filename extensions .odt & .fodt for word processing (text) documents. Open Document Format for Office Applications (ODF), also known as OpenDocument, is a ZIP-compressed[6] XML-based file format for spreadsheets, charts, presentations and word processing documents. It was developed with the aim of providing an open, XML-based file format specification for office applications.[7]" - Wikipedia
PDF document
"Portable Document Format (PDF) (redundantly: PDF format) is a file format developed by Adobe in the 1990s to present documents, including text formatting and images, in a manner independent of application software, hardware, and operating systems.[2][3] Based on the PostScript language, each PDF file encapsulates a complete description of a fixed-layout flat document, including the text, fonts, vector graphics, raster images and other information needed to display it." - Wikipedia
PostScript
PostScript (PS) is a page description language in the electronic publishing and desktop publishing business. It is a dynamically typed, concatenative programming language and was created at Adobe Systems.
RTF document
"The Rich Text Format (often abbreviated RTF) is a proprietary[6][7][8] document file format with published specification developed by Microsoft Corporation from 1987 until 2008 for cross-platform document interchange with Microsoft products." - Wikipedia
CSV
A comma-separated values (CSV) file is a delimited text file that uses a comma to separate values. A CSV file stores tabular data (numbers and text) in plain text.
XML
Extensible Markup Language
vCard
vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards.
Graphviz
Graphviz (Graph Visualization) suite of open source software (Download page)
DOT is the graph description language of the suite GraphViz. It has a human-readable syntax that describes network data, including subgraphs and elements appearances (i.e. color, width, label).
DOT graphs can also be imported into NetworkX, Tulip or ZGRViewer.
Files are typically indicated with the .gv
or .dot
filename extensions. The extension .gv
is preferred. (This avoids confusion with the extension .dot
also used for Microsoft Word template files prior to 2007.) However, the DOT language can be converted to several object-oriented graphics formats.
SVG
Scalable Vector Graphics (SVG) is an Extensible Markup Language (XML)-based vector image format for two-dimensional graphics with support for interactivity and animation.
D3
A combination of HTML (HyperText Markup Language), SVG (Scalable Vector Graphics), and CSS (Cascading Style Sheet)
- D3.js library - Wikipedia