Difference between revisions of "Output formats"

From Gramps
Jump to: navigation, search
(D3)
m (Graphviz: Links and clarifications)
Line 35: Line 35:
 
[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) Software
+
[https://wikipedia.org/wiki/Graphviz Graphviz] (Graph Visualization) suite of open source software ([https://www.graphviz.org/download/ Download page])
  
DOT is the text file format of the suite GraphViz. It has a human-readable syntax that describes network data, including subgraphs and elements appearances (i.e. color, width, label). NetworkX, Tulip or ZGRViewer can import DOT files as well.  
+
'''[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.
  
with the filename extension gv or dot. The extension gv is preferred, to avoid confusion with the extension dot used by versions of Microsoft Word template files before 2007.
 
 
==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.  

Revision as of 18:38, 21 October 2020

Output Format: choose the output format:

See also: Gramps_5.1_Wiki_Manual_-_Manage_Family_Trees#Exporting_data

Plain Text

Print...

HTML

HyperText Markup Language (HTML)

LaTeX

LaTeX (also written LATEX) uses the TeX typesetting program for formatting its output, and is itself written in the TeX macro language.

"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.

How to get LaTeX

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

D3: Data-Driven Documents.

A combination of HTML (HyperText Markup Language), SVG (Scalable Vector Graphics), and CSS (Cascading Style Sheet)