Search found 4 matches

by md138
Mon Dec 14, 2020 7:21 pm
Forum: LyX
Topic: tikz blank in lyx
Replies: 5
Views: 4829

tikz blank in lyx

Hey,

Sorry for the late reply, what you said worked!

I have to note though that there was also a second problem, it is important that the language set for writing will be English, otherwise it will also appear blank (I mistakenly set it for Hebrew at some of the times).

Thank you so much, tikz is ...
by md138
Sun Nov 22, 2020 4:44 pm
Forum: LyX
Topic: tikz blank in lyx
Replies: 5
Views: 4829

tikz blank in lyx

Hi,

Have you maybe found a solution please?

Meron
by md138
Tue Oct 27, 2020 1:14 pm
Forum: LyX
Topic: tikz blank in lyx
Replies: 5
Views: 4829

tikz blank in lyx

Hey,

Thank you very much for your answer!

It doesn't appear in both preview and the pdf (it does run successfully).

I have a attached the .log file.

Meron
by md138
Thu Oct 22, 2020 10:27 pm
Forum: LyX
Topic: tikz blank in lyx
Replies: 5
Views: 4829

tikz blank in lyx

Hey,

I am new to lyx having a problem using tikzpicture in lyx.

with the code:
\begin{tikzpicture}
\draw[red] (0,0) -- (0,1);
\draw[green] (0,1) -- (1,1);
\draw[red] (1,1) -- (1,0);
\draw[blue] (1,0) -- (0,0);
\end{tikzpicture}

I include in the preamble:
\usepackage{tikz}

Yet is still blank ...