Improve snippets
This commit is contained in:
parent
0765b250fa
commit
a4be679c4b
@ -63,19 +63,18 @@
|
||||
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{3d,arrows,backgrounds,calc,patterns,plotmarks}
|
||||
|
||||
% https://tex.stackexchange.com/a/55849 answers:
|
||||
% How to reveal a tikzpicture step by step?
|
||||
\usetikzlibrary{overlay-beamer-styles} % known as aobs-tikz by texdoc
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=newest}
|
||||
\def\axisdefaultwidth{57.5mm}
|
||||
\def\axisdefaultheight{40mm}
|
||||
|
||||
\graphicspath{
|
||||
{../2015-03-09/TEX/}
|
||||
{../2015-04-13/TEX/}
|
||||
{./float/}
|
||||
{./floats/}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\cmark}{{\color{Green} \ding{52}}}%
|
||||
\newcommand{\omark}{{\color{Orange} \ding{43}}}%
|
||||
\newcommand{\xmark}{{\color{Red} \ding{56}}}%
|
||||
|
@ -29,6 +29,12 @@
|
||||
linkcolor=blue,
|
||||
urlcolor=blue,
|
||||
}
|
||||
% Create fake beamer commands for standalone pictures.
|
||||
% https://xuc.me/blog/reuse-tikz-figures-in-articles-and-slides/
|
||||
\usepackage{xparse}
|
||||
\NewDocumentCommand{\onslide}{s t+ d<>}{}
|
||||
\NewDocumentCommand{\only}{d<>}{}
|
||||
\NewDocumentCommand{\uncover}{d<>}{}
|
||||
|
||||
\usepackage{siunitx}
|
||||
\sisetup{
|
||||
@ -45,24 +51,20 @@
|
||||
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{3d,arrows,backgrounds,calc,decorations.pathmorphing,patterns,plotmarks}
|
||||
\tikzset{
|
||||
invisible/.style={opacity=1},
|
||||
visible on/.style={opacity=1},
|
||||
}
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=newest}
|
||||
|
||||
\newcommand{\cmark}{{\color{Green} \ding{52}}}%
|
||||
\newcommand{\omark}{{\color{Red} \ding{44}}}%
|
||||
\newcommand{\xmark}{{\color{Red} \ding{56}}}%
|
||||
|
||||
\newcommand{\Knudsen}{\mbox{\textit{Kn}}}
|
||||
\newcommand{\Nusselt}{\mbox{\textit{Nu}}}
|
||||
\newcommand{\Reynolds}{\mbox{\textit{Re}}}
|
||||
|
||||
% Create fake beamer commands for standalone pictures.
|
||||
% https://xuc.me/blog/reuse-tikz-figures-in-articles-and-slides/
|
||||
\usepackage{xparse}
|
||||
\NewDocumentCommand{\onslide}{s t+ d<>}{}
|
||||
\NewDocumentCommand{\only}{d<>}{}
|
||||
\NewDocumentCommand{\uncover}{d<>}{}
|
||||
\NewDocumentCommand{\visible}{d<>}{}
|
||||
\NewDocumentCommand{\invisible}{d<>}{}
|
||||
\newcommand{\Knudsen}{\operatorname{\mathit{Kn}}}
|
||||
\newcommand{\Nusselt}{\operatorname{\mathit{Nu}}}
|
||||
\newcommand{\Reynolds}{\operatorname{\mathit{Re}}}
|
||||
|
||||
\begin{document}
|
||||
$0
|
||||
|
Loading…
x
Reference in New Issue
Block a user