A LaTeX package cocktail for grad school level writings (and presentations)
It always annoys me when I start to write a new paper and I have use an old paper as a template. I don't want to remember all the packages. So I created this to streamline my writing process (just for a little bit).
- Templates:
./templates/
- Journal: based on the
elsarticle
andIEEEtran
classes - Beamer (deck and poster): based on the
beamer
class
- Journal: based on the
- Other (under construction):
- Report
- Book
- R markdown
- Use
./templates/main.tex
to select which presentation file to compile:- poster.tex: poster presentation
- deck_handout.tex: slide presentation (with no overlay, suitable for drafting and distribution)
- deck_beamer.tex: slide presentation (with overlay, suitable for presenting)
- Presentation files are in
./templates/slide/
- Updated ./templates/beamerthemeZH.sty: use sans-serif font, change presentation color to grey and white
- Added ./templates/library.tex for storing presentation metadata
- Latest package version: 0.33 (2018-02-08)
- More definitions
- Minor edits
- Added Elsevier's article template for single column draft submission
- Added a beamer template and cleaned up the files
- Defined a new macro
\red{ }
that changes text color to red
- Replaced
hidegraphics
option withnopic
- Same functionality as
hidegraphics
- Except for when the figure is a picture, now it uses
draft
option ofgraphicx
package to create a block with file path of the picture instead
- Same functionality as
- Added a new
nohl
option to hide highlights from\hl
- Added
draft
option with watermark "Confidential" on every page - Improved
hidegraphics
- Added a new command
\vecfig
that imports TikZ codes
- Last version before I created this repository