forked from scipy-conference/scipy_proceedings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
58 lines (45 loc) · 1.26 KB
/
README.txt
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
49
50
51
52
53
54
55
56
57
SciPy Proceedings
=================
Paper Format
------------
General Guidelines
``````````````````
- All figures and tables should have captions.
- License conditions on images and figures must be respected
(Creative Commons, etc.).
- Code snippets should be formatted to fit inside a single column
without overflow.
- Try to use as little custom LaTeX markup as possible.
- The paper abstract should be a single paragraph.
Authors and affiliations
````````````````````````
Define the fields in the beginning of the paper::
:author: My Name
:email: [email protected]
:institution: Some University
:author: Author Two
:email: [email protected]
:institution: Some University
Other markup
------------
Please refer to the example paper in ``papers/00_vanderwalt`` for
examples of how to:
- Label figures, equations and tables
- Use math markup
- Include code snippets
Build Process
-------------
::
./make_paper.sh papers/my_paper_dir
Building the entire Proceedings
-------------------------------
::
./make_all.sh
./build_index.py
./make_all.sh
./concat_proceedings_pdf.sh
Requirements
------------
- IEEETran and AMSmath LaTeX classes
- **Latest** docutils (development version, they haven't released in years)
- Pygments for code highlighting