-
Notifications
You must be signed in to change notification settings - Fork 8
2010 SciPy conference proceedings
madhusudancs/proceedings-2010
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Repository files navigation
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
📧 myname@myplace.com
:institution: Some University
:author: Author Two
📧 two@myplace.com
:institution: Some University
Figures
```````
Use the following markup::
.. figure:: filename.png
Caption of figure goes here.
Mathematics
```````````
Use the inline ``math``-role::
This is some inline :math:`$f(x)`.
Or insert an equation on a separate line::
Let us examine the following equation:
.. raw:: latex
\begin{equation*}\int_0^\infty f(x) dx\end{equation*}
Build Process
-------------
::
./make_paper.sh papers/my_paper_dir
Requirements
------------
- IEEETran and AMSmath LaTeX classes
- Latest docutils (development version, they haven't released in years)
About
2010 SciPy conference proceedings
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published