Skip to content

A template for writing manuscripts with biblatex

Notifications You must be signed in to change notification settings

Yliu566/BibLaTex-Template

 
 

Repository files navigation

BibLaTex-Template defines a class and provides example files for writing scientific manuscripts.

rcclab.cls

A LaTeX class for writing articles. Customize with \documentclass[key=value]{rcclab} Keys passed to biblatex:

  • bibstyle (e.g., chem-acs)
  • articletitle (bool) show article titles in bibliography
  • doi (bool) show DOIs in bibliography
  • url (bool) show URLs in bibliography
  • maxbibnames (int) how many authors to list before truncating with et al.

Macros Defined:

Colors:

  • \red{ ... }
  • \blue{ ... }
  • \green{ ... }

Latin abbreviations:

  • \ie{ ... } i.e.,
  • \eg{ ... } e.g.,
  • \et{ ... } et al.

Template-stripped surfaces:

  • \ts{ Metal } MetalTS
  • \mica{ Metal } MetalMica
  • \afp{ Metal } MetalAFM
  • \cp{ Metal } MetalAFM

Constants:

  • (in mathmode) \fermi Ef
  • (in mathmode) \egap Eg
  • \Mn Mn
  • \Mw Mw

Units:

  • \Junits A cm-2
  • \logJ log|J|
  • \logI log|I|
  • \vtrans Vtrans
  • \vtransp{ +/- } Vtrans+/-
  • \degC{ ... } ...°C

SI Units:

  • \si{\molar} mol dm-3
  • \si{\Molar} M
  • \si{\torr} torr
  • \si{\calorie} cal
  • \si{\debye} D

References:

  • \citenum{} Write out the number of a reference in normal case.

About

A template for writing manuscripts with biblatex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 59.2%
  • Shell 34.9%
  • Python 5.9%