Project

General

Profile

Structured text » History » Version 7

Martina Trognitz, 2020-02-12 17:23

1 1 Martina Trognitz
h1. Structured text
2
3 6 Martina Trognitz
{{toc}}
4
5 1 Martina Trognitz
Formats for archiving:
6 2 Martina Trognitz
* bib
7 7 Martina Trognitz
* md
8 1 Martina Trognitz
* tex
9
* xml
10
* --> list will be extended
11
12
Accepted formats (i.e. require further conversion by ARCHE): 
13
* --> list will be extended
14
15
More information:
16
* https://www.ianus-fdz.de/it-empfehlungen/textdokumente
17
* --> list will be extended
18
19 5 Martina Trognitz
h2. Information by file format
20 3 Martina Trognitz
21 7 Martina Trognitz
Software for compiling or opening all of the listed file formats:
22
23
* any text editor
24
25 1 Martina Trognitz
h3. bib
26
27 7 Martina Trognitz
A file format to store references for LaTeX. A few flavours exist, mayor one is "BibLaTeX":https://www.ctan.org/pkg/biblatex .
28 1 Martina Trognitz
29
Software for compiling or opening:
30
* LaTeX compiler and editor (Windows e.g. "MikTeX":https://miktex.org/ plus "TeXstudio":https://www.texstudio.org/
31
* "JabRef":https://www.jabref.org/
32
33
Software for validation and conformance checking:
34
* https://biblatex-linter.herokuapp.com/
35
{{collapse(How to)
36
# go to tool
37
# paste content 
38
# click validate
39
}}
40
{{collapse(Important note)
41
* The app has a bug: it does not check the very last entry (this can easily be seen when entering just one entry)
42
** Workaround: just duplicate the last entry in the input text field
43
}}
44 7 Martina Trognitz
45
h3. md
46
47
A file containing "Markdown":https://en.wikipedia.org/wiki/Markdown, a plain text formatting syntax. Different flavours exist. 
48
49
Software for validation and conformance checking:
50
* https://matthewsetter.com/tools-that-make-technical-writing-easier-markdown-linter
51
* https://dillinger.io/