Hello to all,
I am quite new to using LaTeX and even newer to using it with LyX. However, I tried to use the TikZ package from LyX.
I did it the following way:
1. download the package and extract the file content to Program Files\MikTeX\
2. Insert one of the example codes (see link above) in TeXnic Center - works.
3. Insert the same example code as a new TeX code block ('Insert TeX code') into LyX. When Compiling, i get a few errors, mainly 'Can be used only in preamble' and 'Environment tikzpicture undefined', and a few others.
4. I fixed these errors by deleting the \documentclass and \enddocument commands. In addition, I inserted the \usepackage and the \usetikzlibrary commands in the document settings (Document -> Settings -> Latex preamble). Of course, i deleted these lines from the code.
5. I still get errors when compiling:
A few of them are like 'Missing } or \cr' inserted.
The others go like 'Package error: No shape named base is known'. Sometimes, it says 'M' instead of 'shape'.
What can i do to solve these problems?
Thank you a lot in advance for your help!
/EDIT: corrected the error messages
LyX ⇒ Use TikZ with LyX
NEW: TikZ book now 40% off at Amazon.com for a short time.
Use TikZ with LyX
Maybe you need to include the "pgfplots" package?
I guess TikZ depends on it.
This is working for me in the LyX-Preamble:
I guess TikZ depends on it.
This is working for me in the LyX-Preamble:
Code: Select all
\usepackage{tikz}
\usepackage{pgfplots}
% recommended as of Pgfplots 1.3:
\pgfplotsset{compat=newest}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Use TikZ with LyX
It's right the other way round. The pgfplots package depends on pgf/tikZ.pooz wrote:Maybe you need to include the "pgfplots" package?
I guess TikZ depends on it. [...]
Just use the MiKTeX Package Manager to install packages subsequently.SenZe wrote:[...] download the package and extract the file content to Program Files\MikTeX\ [...]
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10