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.
| \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} |
| \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} |
| <!DOCTYPE html> | |
| <head> | |
| <title>CanvasBreak</title> | |
| <style> | |
| body { | |
| background: #000; | |
| } | |
| h1 { | |
| color: #FFF; | |
| font-size: 25px; |
| \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 |
| % 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}% |
| --- | |
| title: | |
| author: | |
| date: | |
| documentclass: | |
| - scrartcl | |
| header-includes: | |
| - \usepackage{paralist} | |
| - \usepackage{booktabs} | |
| - \usepackage{numprint, xspace, paralist} |
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.
| //============================================================ | |
| // 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'), |