This file contains hidden or 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
--- | |
title: | |
author: | |
date: | |
documentclass: | |
- scrartcl | |
header-includes: | |
- \usepackage{paralist} | |
- \usepackage{booktabs} | |
- \usepackage{numprint, xspace, paralist} |
This file contains hidden or 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
% Use /important/ for emphasized text and // for a single slash. | |
\makeatletter | |
\newtoggle{inSlashEmph} | |
\togglefalse{inSlashEmph} | |
\let\emphslash=/ | |
\catcode`\/=\active | |
\protected\def/{% | |
\@ifnextchar/{\emphslash\@gobble}{% | |
\iftoggle{inSlashEmph}{% | |
\global\togglefalse{inSlashEmph}% |
This file contains hidden or 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
\usepackage{amssymb,amsmath,amsfonts} | |
\usepackage{fancyhdr,lastpage} | |
\usepackage{enumerate,soul} | |
\usepackage{gb4e} | |
% this forces footnotes to hit the bottom of the page, rather than the bottom of the text | |
\usepackage[bottom]{footmisc} | |
\usepackage[T1]{fontenc} | |
% margins | |
\topmargin=-0.5in |
This file contains hidden or 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
<!DOCTYPE html> | |
<head> | |
<title>CanvasBreak</title> | |
<style> | |
body { | |
background: #000; | |
} | |
h1 { | |
color: #FFF; | |
font-size: 25px; |
This file contains hidden or 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[final]{beamer} | |
\mode<presentation>{\usetheme{Lankton}} | |
\usepackage{amsmath,amsfonts,amssymb,pxfonts,eulervm,xspace} | |
\usepackage[scaled]{helvet} | |
\usepackage{graphicx} | |
\usepackage{microtype} | |
\usepackage{siunitx} | |
\graphicspath{{./figures/}} | |
\usepackage[orientation=landscape,size=a0,scale=1.4,debug]{beamerposter} |
This file contains hidden or 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[a4paper]{memoir} | |
\usepackage{etoolbox} | |
\usepackage{bidi} | |
\begin{document} | |
\def\do#1{\thesheetsequence\newpage} | |
\docsvlist{1,2,3,4,5,6,7,8,9} | |
\end{document} |
This file contains hidden or 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
% | |
% advanced_calc.sty | |
% | |
% This is the LaTex style file for Calculus Exams and Handouts. | |
% | |
\RequirePackage{amssymb, amsfonts, amsmath, latexsym, verbatim, xspace, setspace} | |
\RequirePackage{tikz} | |
\usetikzlibrary{plotmarks} | |
\RequirePackage{pgfplots} |
This file contains hidden or 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{elsarticle} | |
%% Redefines the elsarticle footer | |
\makeatletter | |
\def\ps@pprintTitle{% | |
\let\@oddhead\@empty | |
\let\@evenhead\@empty | |
\def\@oddfoot{\it \hfill\today}% | |
\let\@evenfoot\@oddfoot} | |
\makeatother |
This file contains hidden or 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
%% | |
%% Header file including short descriptions of packages | |
%% preferably to be used for natural sciences and such: | |
%% computer science, electrical engineering, physics, maths | |
%% | |
%% Author: Markus Meissner <[email protected]> | |
%% License: BSD | |
%% | |
\documentclass[a4paper,11pt]{book} |
This file contains hidden or 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
\RequirePackage[l2tabu,orthodox]{nag} | |
\documentclass[a4paper,british,10pt,landscape,final]{article} | |
\usepackage{fixltx2e} | |
\usepackage[T1]{fontenc} | |
\usepackage{babel} | |
\usepackage[strict=true]{csquotes} | |
\usepackage[iso]{isodate} | |
\usepackage{microtype} | |
\usepackage{xspace} | |
\usepackage[colorlinks]{hyperref} |