https://github.com/augustunderground/cadencelive-latex
LaTeX Template for CadenceLIVE
https://github.com/augustunderground/cadencelive-latex
cadence latex-template
Last synced: 3 months ago
JSON representation
LaTeX Template for CadenceLIVE
- Host: GitHub
- URL: https://github.com/augustunderground/cadencelive-latex
- Owner: AugustUnderground
- Created: 2022-07-12T11:54:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T06:14:21.000Z (over 2 years ago)
- Last Synced: 2025-03-06T16:36:32.080Z (7 months ago)
- Topics: cadence, latex-template
- Language: TeX
- Homepage:
- Size: 277 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CadenceLIVE 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 CadenceLIVE. You are not alone.## Overleaf Template
There is a _slightly_ out of date Template for
[Overaleaf](https://www.overleaf.com/latex/templates/cadencelive-latex/shdqpqqmgjyt).
Generally, the title graphic needs adjustment for the current year.## Usage
Compile the paper with `pdflatex`:
```{shell}
$ pdflatex paper.tex
```## Convert PNG Logo
Convert a current/different CadenceLIVE logo from png to pdf.
```{shell}
$ convert logo.png -quality 100 -density 150x150 logo.pdf
```