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 File::Basename qw(dirname); | |
use FindBin qw($Bin); | |
use lib dirname($Bin) . '/lib'; |
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[png]{standalone} | |
\usepackage{tikz} | |
\usetikzlibrary{calc} | |
% See http://tex.stackexchange.com/questions/276935/tikz-projection-parallel-to-given-line | |
\makeatletter | |
\tikzset{/tikz/parallel cs/.cd, | |
to line initial coordinate/.store in=\tikz@parallelcs@toA, | |
to line final coordinate/.store in=\tikz@parallelcs@toB, |
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
settings.outformat="png"; | |
settings.render=16; | |
size (10cm,0); | |
pair O = (0,0); | |
pair A = (sqrt(3),1); | |
pair B = (-sqrt(3),1); | |
pen surfacepen=rgb(0,0,0.8)+opacity(0.75); | |
pen notthere=opacity(0.5); |
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{beamer} | |
% http://tex.stackexchange.com/q/217628/1402 | |
\begin{document} | |
\begin{frame}{Uncover} | |
\begin{itemize} | |
\item<1> a really long item, which takes up almost the entire page | |
\item<2> another item | |
\item<3> yet another one | |
\end{itemize} |
NewerOlder