This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%----------------------------------------------------------------------- | |
%% Make your own quadrille, graph, hex, etc paper! | |
%% Uses the pgf/TikZ package for LaTeX, which should be part of | |
%% any modern TeX installation. | |
%% | |
%% All the values here are hardcoded for letter size paper. | |
%% | |
%% This is the original standalone .tex file. The project is in the | |
%% process of being converted to a LaTeX package. | |
%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% -------------------------------------------------------------- | |
%% Code for the diagram in a twitter thread about Lobachevsky. | |
%% Tweet: https://twitter.com/mcnees/status/1333812403218354177 | |
%% -------------------------------------------------------------- | |
\documentclass[crop=true, border=10pt]{standalone} | |
\usepackage{amsmath} | |
\usepackage{amsfonts} | |
\usepackage{mathrsfs} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[crop=true, border=10pt]{standalone} | |
\usepackage{xcolor} | |
\usepackage{tikz} | |
\usetikzlibrary{arrows.meta} | |
% Some colors I like. The first six are modified versions of colors from |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@misc{FormulasWebsite, | |
title = {Conventions, Definitions, Identities, and Formulas}, | |
howpublished = "\url{http://jacobi.luc.edu/Useful.html#Variations}", | |
author = {McNees, Robert}, | |
year = {2019}, | |
note = {Accessed on August 1, 2022} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{revtex4-1} | |
\usepackage{hyperref} | |
\begin{filecontents}{\jobname.bib} | |
@unpublished{mcnees, | |
author = {{McNees}, Robert}, | |
title = {Conventions, Definitions, Identities, and Formulas}, | |
url = {http://jacobi.luc.edu/Useful.html}, | |
note = {{http://jacobi.luc.edu/Useful.html}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[crop=true, border=10pt]{standalone} | |
\usepackage{amsmath} | |
\usepackage{xcolor} | |
\usepackage{tikz} | |
\usetikzlibrary{arrows.meta} | |
\usetikzlibrary{decorations.markings} | |
\usepackage{tikz-3dplot} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[crop=true, border=10pt]{standalone} | |
\usepackage{amsmath} | |
\usepackage{xcolor} | |
\usepackage{tikz} | |
\usetikzlibrary{arrows.meta} | |
\usetikzlibrary{decorations.markings} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[border=10pt]{standalone} | |
\usepackage{amsmath} | |
\usepackage{amsfonts} | |
\usepackage{mathrsfs} | |
\usepackage{tikz} | |
\usetikzlibrary{arrows.meta} | |
\usetikzlibrary{decorations.markings} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Requires latest version of tikzducks from github | |
% https://github.com/samcarter8/tikzducks | |
\documentclass{article} | |
\usepackage{xcolor} | |
\usepackage{tikz} | |
\usetikzlibrary{arrows.meta} | |
\usepackage{tikzducks} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[crop=true, border=10pt]{standalone} | |
\usepackage{xcolor} | |
\usepackage{tikz} | |
\usetikzlibrary{arrows.meta} | |
% Some colors I like. The first six are modified versions of colors from |
NewerOlder