proScientia.ltx offers a set of configuration- and template files that allow scholars to do humanities research work on the base of LaTeX, BibLaTeX, Biber, and Jabref. The visible result of these tools, the respective configuration files, and content files follow the style of (German) classical philology, German studies, and (German) history.
By using this tool, I’ve written the proScientia manifest Über hilfreiche Anmerkungsapparate. proScientia.ltx delivers a complete set of BibLaTex‑, LaTeX- and Makefiles to search for secondary literature, maintain the bibliographic data, write abstracts and excerpts, and write one’s own scientific work. The outstanding feature of the proScientia.ltx is to manage quotations via footnotes in accordance with the classical (German) philological standard.1
Installation
Prerequisites:
- a LaTeX distribution with different packages/programs which should be part of your TeX-Distribution including BibLaTeX, Biber, biblatex-dw, Koma-Script
- Besides your preferred LaTeX editor, you need the tools bash and make
URLS:
- Repository: http://github.com/kreincke/proScientia.ltx
- Documentation: https://github.com/kreincke/proScientia.ltx/blob/main/README.md
Initialization:
- Clone the proScientia.ltx repository via
git clone https://github.com/kreincke/proScientia.ltx
(or download and extract the respective tarball) - Open a shell, and change into the proScientia.ltx directory and
- Select a project identifier YOURPRJ that does not contain blanks or slashes
- execute
chmod 755 bin/collprj.sh
- execute
collprj.sh YOURPRJ [de|en]
- move the created project directory to any other working place
- change into the created project directory
- call
make
to verify that the system is running - open and close you JabRef version once.
- call
find $HOME -type f | grep jabref | grep customizedBiblatexTypes
to determine, where your JabRef configuration files are stored - copy
cfg/jabref-prefs.xml
to$HOME/.java/.userPrefs/org/jabref/prefs.xml
(or wherever your systems store the general JabRef configurations) - copy
cfg/jabref-customizedBibLatexTypes-prefs.xml
to$HOME/.java/.userPrefs/org/jabref/customizedBiblatexTypes/prefs.xml
(or wherever your systems store the BibLatex literature specifications)
Do your library work:
- Change into the created project directory
- Update the file tools/search.tex in accordance with your needs.
cd tools && make search.pdf
- Do your library research work as you planned it in tools/search.tex
- Incorporate the bibliographic data into bib/lit.main.bib by using jabref or any other text editor
- In case you evaluate a web document, download the PDF files under proofs/BIBTEXKEY.pdf
- copy
extracts/extract.md
toextract/BIBTEXKEY.md
- read and excerpt the secondary literature in the respective file
Write your work:
- Edit/update your frame tex file proScientia.tex
- Create your snippets by copying snippets/inc.snippet.tex to snippets/inc.YOURCHOICE.tex and edit the files
- Integrate the snippets by using the LaTeX command
input{snippets/inc.YOURCHOICE.tex}
- Open a shell and type
make proScientia.pdf
to create a human-readable version of your scientific work.
For renaming the frame successfully, please update the Makefile too. If you want to see how the writing work can be done and how the result looks, read Demo in English or the proScientia.ltx manifest. Additionally, study the respective sources under proScientia.ltx/humanities
proScientia.ltx is distributed under the terms of the CC BY 4.0 license. Details are described in the README file.
And in what way is this …
… article related to the topic ‘Sciences’? To write humanities papers (on Linux), you need an appropriate scientific LaTeX framework. For papers on musicology in particular, scientific texts must be expanded by music examples — mostly written with LilyPond and its libraries. That is the topic also this post wants to support.
- Examples for this kind of document are humanities, Demo in German, Demo in English [↩]