blob: 6a6a51aa281f6c51225ed63128e817009ae2d740 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
 | This directory contains the source files to typeset the article, and generate
the figures. This can be accomplished by running
  make
This document uses a custom class file, located in the 'libs' directory, which
defines a number of commands. Most of these are drop-in replacements for those
defined in the 'article' class.
Some extra functionality is provided in custom style files, located in the
'libs' directory.
* Dependencies:
  pdflatex
  TeXlive packages:
    amsfonts
    color
    doublestroke
    graphics
    hyperref
    latex
    marginnote
    pgf
    standalone
  GNU make
  python3
  gnuplot
* Files:
  Jauslin_IAMP_2018.tex:
    main LaTeX file
  libs:
    custom LaTeX class and style files
  figs:
    source code for the figures
  figs/dimer_example.fig/dimer_conf.py:
    this python script randomly generates a suitable dimer configuration for
    the figures interaction.pdf boundary.pdf and dimer_contour.pdf
  figs/atoms.fig/*.py:
    these python script generate the figures gas.png, liquid.png, crystal.png,
    nematic.png and chiral.png
 |