Skip to content

Commit

Permalink
Section 2: second run-through (#57)
Browse files Browse the repository at this point in the history
* Section 2: second run-through

Added a new section near the beginning where the user is instructed to
import an export archive, that will be made available at a permanent
public URL later. This will contain the calculations on perovskites
using Quantum ESPRESSO that will be used later in the query builder
section. In this section, this data will also serve to illustrate the
`verdi process` commands.

I have rewritten quite a bit of text concerning the language around and
the explanation of identifiers. Since identifiers play such a big role
in `verdi` and this section is about how to use the command line, I
thought it merited some more detail.

* provide latex representation of square character
  • Loading branch information
sphuber authored and ltalirz committed May 10, 2019
1 parent a256c54 commit f0d3403
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 254 deletions.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@

# -- Options for LaTeX output --------------------------------------------------

#latex_engine = 'xelatex'

latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
Expand All @@ -195,7 +197,10 @@
#'pointsize': '10pt',

# Additional stuff for the LaTeX preamble.
#'preamble': '',
'preamble': u'''
\\usepackage{newunicodechar}
\\newunicodechar{⏹}{\ensuremath{\square}}
''',
}

# Grouping the document tree into LaTeX files. List of tuples
Expand Down
Loading

0 comments on commit f0d3403

Please sign in to comment.