I'm using LyX 2.1.2 and when I put (at math-mode) this: \O I see nothing at the pdf file.
Do you know why?
If this helps - when I look at the source code - this what I see:
\L{$\O$}
But when I put it at ERT: $\O$ there is no problem and I see it at the pdf file....
Thank you!
Here is the source code of the file:
%% LyX 2.1.2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english,hebrew]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\setlength{\parindent}{0bp}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
\usepackage{theorem}
\theorembodyfont{\upshape}
\newtheorem{theorem}{\R{משפט}}[section]
\AtBeginDocument{\make@lr\thetheorem}
% The following chunk fixes export with XeTeX.
% It is needed because polyglossia is used by default
% and \make@lr is only defined by babel.
\@ifundefined{make@lr}
{\def\make@lr#1{\begingroup
\toks@=\expandafter{#1}%
\edef\x{\endgroup
\def\noexpand#1{\noexpand\@number{\the\toks@}}}%
\x}}{\relax}
\makeatother
\usepackage{babel}
\begin{document}
\L{$\O$} -
$\O$
\end{document}
\emptyset, not\O; or\varnothingfromamssymb. – egreg Nov 14 '15 at 14:31\makeatletterhiding some lines above. i deleted previous comment. – David Carlisle Nov 14 '15 at 14:55\emptysetand\varnothingare different from\O(they similar but not the same). There is any way to put it at math-mode? (the\O). – heblyx Nov 14 '15 at 14:55\emptyset??? How will your readers know the difference? – David Carlisle Nov 14 '15 at 14:57\Ois one of them (fix me if I'm wrong)... I saw this question and I agree with the person who ask it... http://tex.stackexchange.com/questions/22798/nice-looking-empty-set – heblyx Nov 14 '15 at 15:02\varnothing– David Carlisle Nov 14 '15 at 15:05\varnothing- if it's mean the empty set also... – heblyx Nov 14 '15 at 15:08\Oas it is a text only symbol. – daleif Nov 14 '15 at 15:49