Structured text » History » Revision 9
Revision 8 (Martina Trognitz, 2020-02-12 17:24) → Revision 9/10 (Martina Trognitz, 2020-03-01 00:36)
h1. Structured text
{{toc}}
Formats for archiving:
* bib
* md
* tex
* xml
* --> list will be extended
Accepted formats (i.e. require further conversion by ARCHE):
* --> list will be extended
More information:
* https://www.ianus-fdz.de/it-empfehlungen/textdokumente
* --> list will be extended
h2. Information by file format
Software for compiling or opening all of the listed file formats:
* any text editor
h3. bib
A file format to store references for LaTeX. A few flavours exist, mayor one is "BibLaTeX":https://www.ctan.org/pkg/biblatex .
Software for compiling or opening:
* LaTeX compiler and editor (Windows e.g. "MikTeX":https://miktex.org/ plus "TeXstudio":https://www.texstudio.org/
* "JabRef":https://www.jabref.org/
Software for validation and conformance checking:
* https://biblatex-linter.herokuapp.com/
{{collapse(How to)
# go to tool
# paste content
# click validate
}}
{{collapse(Important note)
* The app has a bug: it does not check the very last entry (this can easily be seen when entering just one entry)
** Workaround: just duplicate the last entry in the input text field
}}
h3. kml
A file containing geospatial information in xml format. The format is an official "OGC standard":https://www.ogc.org/standards/kml. For archiving KML Version 2.2 should be used.
Software for validation and conformance checking:
* Any XML editor that allows validating against a given schema
* http://www.kmlvalidator.com/home.htm (online, but was down when testing)
h3. md
A file containing "Markdown":https://en.wikipedia.org/wiki/Markdown, a plain text formatting syntax. Different flavours exist.
Software for validation and conformance checking:
* https://matthewsetter.com/tools-that-make-technical-writing-easier-markdown-linter (needs to be installed)
* https://dillinger.io/ (online)