summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/success/tikz5.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexindent/success/tikz5.tex')
-rw-r--r--Master/texmf-dist/doc/support/latexindent/success/tikz5.tex34
1 files changed, 0 insertions, 34 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/success/tikz5.tex b/Master/texmf-dist/doc/support/latexindent/success/tikz5.tex
deleted file mode 100644
index b24b429e318..00000000000
--- a/Master/texmf-dist/doc/support/latexindent/success/tikz5.tex
+++ /dev/null
@@ -1,34 +0,0 @@
-% arara: indent: {overwrite: yes}
-\documentclass[professionalfont, fleqn]{beamer}
-\mode<presentation>
-\usetheme{Warsaw}
-\usetheme{CambridgeUS}
-
-\usepackage{pgfplots}
-\usetikzlibrary{arrows,shapes,positioning}
-\graphicspath{{graphics/}}
-
-\begin{document}
-\frame
-{
- \frametitle{Frame Title}
- \begin{tikzpicture}
- \begin{axis}
- [
- axis x line = bottom,
- axis y line = left,
- width = 1.01\textwidth,
- height = .63\textwidth, % Adjusted
- ymax = 93,
- ymin = 27,
- ytick = {30,40,...,90},
- xmax = 1993,
- xmin = 1967,
- xtick = {1970, 1980, ..., 1990},
- ]
- \node[anchor=west] at (axis cs:1968.5,89.5){%
- \textbullet\ Comment here about data
- };
- \end{axis}
- \end{tikzpicture}
-}