Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustunderground/wccm-latex
LaTeX Template for WCCM
https://github.com/augustunderground/wccm-latex
latex wccm
Last synced: about 5 hours ago
JSON representation
LaTeX Template for WCCM
- Host: GitHub
- URL: https://github.com/augustunderground/wccm-latex
- Owner: AugustUnderground
- Created: 2024-05-30T14:23:51.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-30T14:50:50.000Z (6 months ago)
- Last Synced: 2024-05-30T17:45:22.804Z (6 months ago)
- Topics: latex, wccm
- Language: TeX
- Homepage:
- Size: 732 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WCCM LaTeX Template
This is a public service.
Over [16 million](https://www.microsoft.com/investor/reports/ar21/index.html)
people have to use Microsoft Word everyday. If you, or someone you know, needs
help use this LaTeX template for the next
[World Congress on Condition Monitoring](https://www.wccm2021.com/). You are
not alone.## Usage
Put all references in `./bibliography.bib`. Add acronyms to `./acronyms.tex`.
Compile the paper with:```{shell}
% lualatex -shell-escape -enable-write18 paper.tex
% bibtex
% lualatex -shell-escape -enable-write18 paper.tex
% lualatex -shell-escape -enable-write18 paper.tex
```