Search found 2 matches

by Manfred
Thu Jan 25, 2018 5:06 pm
Forum: LyX
Topic: TIKZ instant preview in Lyx does not work
Replies: 2
Views: 5604

TIKZ instant preview in Lyx does not work

Thank you

update of Lyx AND MiKTeX solved the problem!
by Manfred
Mon Jan 22, 2018 12:05 pm
Forum: LyX
Topic: TIKZ instant preview in Lyx does not work
Replies: 2
Views: 5604

TIKZ instant preview in Lyx does not work

Hello,

I have a simple TIKZ-Code in Lyx:

\begin{tikzpicture}
\draw[red] (0,0) -- (1,1);
\draw[red] (1,0) -- (0,1);
\draw[blue] (0,0) rectangle (1,1);
\end{tikzpicture}

The output in pdf works perfectly.
However, the instant preview in Lyx does not work. Choosing "Insert-Preview" creates only ...