This repository contains information on how to format various publishable items for CCSC conferences.
- Technical Paper
- Nifty Assignment Abstract
- Tutorial Abstract
- Workshop Abstract
- Poster Abstract
- Panel Abstract
There are three ways to format your work.
-
Go to https://v2.overleaf.com/ and setup an account for free.
-
Go to https://github.com/lubaochuan/ccsc-editor/blob/master/paper_template.zip and click on "download" to get
paper_template.zip
for papers, or go to https://github.com/lubaochuan/ccsc-editor/blob/master/other_template.zip and click on "download" to getother_template.zip
for other publication types (various abstracts). -
Select "New Project" on Overleaf, choose to "Upload Project" and upload the zip file you just downloaded.
-
Click on the "Menu" on the upper left of your Overleaf project, and be sure that "TeX Live version" is set to "2020".
-
After the zip file is uploaded and expanded, you can edit the source files and click on "Recompile" to see the PDF version of your work in the browser.
-
Watch this demo video on how to create a project on overleaf with a .zip file.
Another way to use Overleaf is to click on the following shared Overleaf projects and make a copy of your own.
- click template project for papers(shared Overleaf project) and make a copy.
- click template project for other publication types(shared Overleaf project) and make a copy.
- watch this demo video on how to copy a shared project on overleaf.
Here are a list of Latex references:
- https://www.sharelatex.com/learn/Learn_LaTeX_in_30_minutes
- https://www.sharelatex.com/learn/Sections_and_chapters
- https://www.sharelatex.com/learn/Mathematical_expressions
- https://www.sharelatex.com/learn/Lists
- https://www.sharelatex.com/learn/Tables
- https://www.sharelatex.com/learn/Including_images_in_ShareLaTeX
- https://www.sharelatex.com/learn/Code_listing
- https://www.sharelatex.com/learn/Using_bibliographies_in_ShareLaTeX
- https://www.sharelatex.com/learn/Exporting_your_work_from_ShareLaTeX
- video guides https://www.sharelatex.com/blog/latex-guides/beginners-tutorial/your-first-latex-document.html
- wikibook on Latex https://en.wikibooks.org/wiki/LaTeX
- Go to https://github.com/lubaochuan/ccsc-editor and download a zip file or clone the repository.
- Open the source files with your software and compile them as usual.
Word docs are acceptable if you do not want to use Latex. Please format your work using the PDF samples as examples (paper, abstract). Exact formatting is unnecessary because Word docs will be reformatted into Latex.
Your are welcome to fix errors or suggest additions by creating pull requests.