hi, welcome to heck
todo:
- journal
- compsoc
for the most part, this only works in conference
mode.
Don't, not yet. Pandoc uses longtable
, which IEEEtrans explodes.
Just put in tables using pure LaTeX.
They will work fine if your figure is small and fits in one column. otherwise, use LaTeX.
You'll want to change metadata.yaml
to reflect things about your paper, such
as authors and the title.
Put all markdown files into sections/
. I suggest naming them in a sortable
order, e.g., 01_intro.md
, 02_background.md
, etc. Make sure to include
something like sections/other.md
as the last file to get a References
section.
Just run make
. Or look at Makefile
and draw your own conclusions.
If you have some extra packages or LaTeX you want to define, throw it into
custom.latex
. It'll be inserted before the document environment begins.
You can upload directly to arxiv after compiling. upload the paper.tex
and
paper.bbl
files along with any figures. I set graphicspath
in
template.latex
to make the figures folder work on arxiv without needing to
edit stuff, but you can put them wherever suits you in custom.latex
.
- Fork
- Edits on a feature branch
- Pull request