1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-11-19 20:42:50 +01:00
qmckl/src/README.org

21 lines
553 B
Org Mode
Raw Normal View History

2020-10-14 00:57:25 +02:00
* QMCkl source code
** Introduction
2020-10-14 01:43:13 +02:00
Source files are written in org-mode format, to provide useful
comments and LaTex formulas close to the code. There exists multiple
possibilities to convert org-mode files into different formats such as
HTML or pdf.
2020-10-14 00:52:50 +02:00
2020-10-14 01:43:13 +02:00
The code is extracted from the org files using Emacs in the =Makefile=,
and then the produced files are compiled.
2020-10-14 00:52:50 +02:00
2020-10-14 01:43:13 +02:00
For a better experience, editing can be done with Emacs. Note that
Emacs can behave like Vim when switched into ``Evil'' mode.
2020-10-14 00:52:50 +02:00
2020-10-14 00:57:25 +02:00
** Documentation
2020-10-14 00:52:50 +02:00
2020-10-14 00:57:25 +02:00
- [[qmckl_context.c.org][Context]]
2020-10-14 00:52:50 +02:00