Skip to content

Commit 73d73ec

Browse files
Initial commit
0 parents  commit 73d73ec

File tree

3 files changed

+424
-0
lines changed

3 files changed

+424
-0
lines changed

test-tikzscale.tex

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
\documentclass{article}
2+
3+
% \usepackage[hypertexnames=false]{hyperref}
4+
% \usepackage{cleveref}
5+
\usepackage{lua-visual-debug}
6+
\usepackage{tikzscale}
7+
8+
% \newcounter{Hequation}
9+
% \renewcommand{\theHequation}{\thechapter.\arabic{Hequation}}
10+
% \makeatletter
11+
% \g@addto@macro\equation{\stepcounter{Hequation}}
12+
% \makeatother
13+
14+
\begin{document}
15+
\section*{Tests}
16+
\begin{itemize}
17+
\item Normal input command\\%
18+
\input{testRectangle.tikz}%
19+
\item Use includtikz without ending\\%
20+
\includetikz[width=\linewidth]{testRectangle}%
21+
\end{itemize}
22+
\end{document}
23+

testRectangle.tikz

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
\begin{tikzpicture}
2+
\draw (0,0) -- (1,1) (0,1) -- (1,0);
3+
\end{tikzpicture}%

0 commit comments

Comments
 (0)