Skip to content

Instantly share code, notes, and snippets.

@GkAntonius
GkAntonius / apsjournals.bst
Last active October 29, 2020 14:39
A LaTeX bibliography style file for the APS journals.
% This file was produced by Gabriel Antonius (2020),
% by manually modifying the `apsrev4-1.bst' file.
% The goal is to fit the format required by most APS journals.
%
% The main features of this bib style are:
%
% - Ordering of references in citation order
% - Author names: initials + surname (e.g. S. G. Louie)
% - Maximum 10 authors, and missing names replaced by et al.
% (see the variable maxnumnames below)
@GkAntonius
GkAntonius / ClebschGordan.tex
Created October 1, 2020 14:24
Clebsch-Gordan coefficients table in LaTeX
\documentclass{article}
\begin{document}
\thispagestyle{empty}
%
\begin{figure}
\begin{center}
\setlength{\unitlength}{0.9mm}
\begin{picture}(160,184)
\scriptsize
%
@GkAntonius
GkAntonius / gist:f3aa7b345f7d4cbbf2b8c81429eb1fdd
Last active April 9, 2020 19:08 — forked from spudbean/gist:1558257
Look of disapproval and other emoticons
ಠ_ಠ
( ͡° ͜ʖ ͡°)
¯\_(ツ)_/¯
(╯°□°)╯︵ ┻━┻
http://www.fileformat.info/convert/text/upside-down.htm
WRTTN http://wrttn.me/30dbfd/
Unicode Emoticons
@GkAntonius
GkAntonius / example_assignment.tex
Last active March 24, 2019 17:19
Latex assignment class for homework and exams.
\documentclass[12pt]{myassignment}
\usepackage{amsmath}
\setlength{\parindent}{0pt}
\solutiontrue % <---- Toggle showing solutions or not
%\solutionfalse
\begin{document}
\begin{problem}{Hyperbolic functions}