Skip to content

Instantly share code, notes, and snippets.

View Teino1978-Corp's full-sized avatar

Teino Boswell Teino1978-Corp

  • Ocho Rios, Jamaica
View GitHub Profile
@Teino1978-Corp
Teino1978-Corp / minimal-not-working-example.tex
Created November 1, 2015 22:51 — forked from shayanlinux/minimal-not-working-example.tex
LaTex Code Snippet to print sheet numbers in the trim area using memoir package and other loaded packages accompanying this question on StackExchange: http://tex.stackexchange.com/questions/263067/memoir-sheetsequence-counter-does-not-increment
\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}
@Teino1978-Corp
Teino1978-Corp / poster.tex
Created November 1, 2015 22:56 — forked from jwinget/poster.tex
A basic beamerposter file
\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}
@Teino1978-Corp
Teino1978-Corp / breakout.html
Created November 1, 2015 23:03 — forked from hacktoon/breakout.html
Breakout
<!DOCTYPE html>
<head>
<title>CanvasBreak</title>
<style>
body {
background: #000;
}
h1 {
color: #FFF;
font-size: 25px;
@Teino1978-Corp
Teino1978-Corp / gist:0b560f01f6448f679dd6
Created November 1, 2015 23:11 — forked from chbrown/gist:1241156
LaTeX basic file
\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
@Teino1978-Corp
Teino1978-Corp / gist:a191eccf883fd2ade0f6
Created November 1, 2015 23:16 — forked from michaelgruenewald/gist:1584374
LaTeX emphasize shortcut
% 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}%
@Teino1978-Corp
Teino1978-Corp / pandocHeader
Created November 1, 2015 23:20 — forked from jiaxu825/pandocHeader
A Pandoc YAML metadata block for compilling Markdown to pretty PDF via latex
---
title:
author:
date:
documentclass:
- scrartcl
header-includes:
- \usepackage{paralist}
- \usepackage{booktabs}
- \usepackage{numprint, xspace, paralist}

Compose loading animation

The Compose logo is an isometric tetromino and I thought it would be fun to shift through other tetromino shapes for a loading animation.

A Pen by Brandon Mathis on CodePen.

License.

@Teino1978-Corp
Teino1978-Corp / css-less-helpers.less
Created November 1, 2015 23:31 — forked from adamcbrewer/css-less-helpers.less
LESS: Helpers and mixins for using LESS
//============================================================
// Structure, Flow and Layout
//============================================================
// inline-block fix incl. ie7 support
.inline-block {
display: inline-block;
*display: block;
*zoom: 1;
}
1 homotopy theory
1-1 correspondence
1-4-2 problem
1-center problem
1-connected
1-dimensional euclidean space
1-factor
1-form
1-median
1-parameter subgroup
<title>PopCha! Movie Network</title>
<link rel="stylesheet" href="movie-network.css"/>
<link rel="shortcut icon" href="popcha.ico" type="image/x-icon">
<script>
// Sniff MSIE version
// http://james.padolsey.com/javascript/detect-ie-in-js-using-conditional-comments/
var ie = ( function() {
var undef,
v = 3,
div = document.createElement('div'),