removed local tikz-trackschematic-dev.sty call with [dev]-call provided by ctan tikz-trackschematic package
parent
dad18e2e1c
commit
24f0bcfec5
|
@ -19,7 +19,7 @@ The library can then be loaded through the command
|
|||
```TeX
|
||||
\usepackage{tikz-trackschematic}
|
||||
```
|
||||
in any TeX file.
|
||||
in any LaTeX file.
|
||||
|
||||
------------
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
\sisetup{math-rm=\mathsf}
|
||||
|
||||
\IfFileExists{tikz-trackschematic-dev.sty}{%
|
||||
\RequirePackage[dev]{tikz-trackschematic-dev}%
|
||||
\RequirePackage[dev]{tikz-trackschematic}%
|
||||
}{%
|
||||
\RequirePackage{tikz-trackschematic}%
|
||||
}%
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
\usepackage{siunitx}
|
||||
\usepackage[prefix=]{xcolor-solarized}
|
||||
|
||||
\usepackage[dev]{tikz-trackschematic-dev}
|
||||
\usepackage[dev]{tikz-trackschematic}
|
||||
|
||||
\begin{document}
|
||||
\begin{tikzpicture}[font=\sffamily]
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
\documentclass{article}
|
||||
\usepackage{fullpage}
|
||||
% \usepackage{glossaries}
|
||||
\usepackage[dev]{tikz-trackschematic-dev}
|
||||
\usepackage[dev]{tikz-trackschematic}
|
||||
|
||||
% \makeglossaries
|
||||
|
||||
|
|
Loading…
Reference in New Issue