\L{
\tikzset{>=latex}
\begin{tikzpicture}
\draw[step = 0.2 cm, gray!30,very thin] grid(16,24);
\draw[step = 2 cm, gray!60, thin] grid(16,24);
\draw[->,very thick] (0,0) -- (16.3,0);
\draw[->,very thick] (0,0) -- (0,24.3);
\foreach \x in {0 , 2 ,..., 16 }
\pgfmathparse{\x/2}
\pgfmathprintnumberto ...
Search found 22 matches
- Sat Oct 10, 2015 7:24 pm
- Forum: Graphics, Figures & Tables
- Topic: Problem with tikz, hebrew and texstudio
- Replies: 1
- Views: 4126
- Thu Oct 08, 2015 2:11 pm
- Forum: Graphics, Figures & Tables
- Topic: Problem with tikz, hebrew and texstudio
- Replies: 1
- Views: 4126
Problem with tikz, hebrew and texstudio
Good time of the day!
When I compile the attached file, the command \draw does nothing - i.e. it does not produces any drawing.
But when I remove
\usepackage{ucs} % unicode support
\usepackage[utf8x]{inputenc}
\usepackage[english,hebrew]{babel}
from the preamle, \draw command works fine.
I ...
When I compile the attached file, the command \draw does nothing - i.e. it does not produces any drawing.
But when I remove
\usepackage{ucs} % unicode support
\usepackage[utf8x]{inputenc}
\usepackage[english,hebrew]{babel}
from the preamle, \draw command works fine.
I ...
- Tue Nov 12, 2013 8:35 pm
- Forum: Others
- Topic: SVN with TexStudio
- Replies: 1
- Views: 28445
SVN with TexStudio
Good time of the day!
I failed to use SVN with TexStudio.
My commands:
SVN: "C:/Program Files/SlikSvn/bin/svn.exe"
SVNADMIN: "C:/Program Files/SlikSvn/bin/svnadmin.exe"
When I try to check in my file, I get the following message:
Process started: "C:/Program Files/SlikSvn/bin/svn.exe" ci ...
I failed to use SVN with TexStudio.
My commands:
SVN: "C:/Program Files/SlikSvn/bin/svn.exe"
SVNADMIN: "C:/Program Files/SlikSvn/bin/svnadmin.exe"
When I try to check in my file, I get the following message:
Process started: "C:/Program Files/SlikSvn/bin/svn.exe" ci ...
- Tue Jun 11, 2013 10:17 am
- Forum: General
- Topic: Extended Unicode Support for Hebrew
- Replies: 1
- Views: 4504
Re: Extended Unicode Support for Hebrew
I solved this problem: I removed amsthm.
- Mon Jun 10, 2013 7:04 pm
- Forum: General
- Topic: Extended Unicode Support for Hebrew
- Replies: 1
- Views: 4504
Extended Unicode Support for Hebrew
Hello all,
I compile the following source without any problem:
\documentclass[12pt,titlepage]{report}
%\usepackage{ucs} % unicode support
%\usepackage[utf8x]{inputenc}
%\usepackage[english,hebrew]{babel}
\usepackage[mathscr]{euscript}
\usepackage{mathrsfs}
\usepackage{mathtools, amsmath,amsthm ...
I compile the following source without any problem:
\documentclass[12pt,titlepage]{report}
%\usepackage{ucs} % unicode support
%\usepackage[utf8x]{inputenc}
%\usepackage[english,hebrew]{babel}
\usepackage[mathscr]{euscript}
\usepackage{mathrsfs}
\usepackage{mathtools, amsmath,amsthm ...
- Mon Apr 08, 2013 7:47 pm
- Forum: LyX
- Topic: Inverse search in Lyx with YAP
- Replies: 0
- Views: 3055
Inverse search in Lyx with YAP
Good time of the day!
I followed instructions described in 'Additional Features' manual, but Inverse search does not work.
Here is a batch file
lyxeditor.txt
( I changed an extension from .bat to .txt),
and here are screenshots of my settings in Lyx
lyx_menu1.gif
lyx_menu2.gif
and here is ...
I followed instructions described in 'Additional Features' manual, but Inverse search does not work.
Here is a batch file
lyxeditor.txt
( I changed an extension from .bat to .txt),
and here are screenshots of my settings in Lyx
lyx_menu1.gif
lyx_menu2.gif
and here is ...
- Fri Apr 05, 2013 6:39 pm
- Forum: LyX
- Topic: Center Document Title vertically on Page
- Replies: 4
- Views: 8390
Re: Center Document Title vertically on Page
There is no such option in Lyx.
- Fri Apr 05, 2013 5:56 pm
- Forum: LyX
- Topic: Center Document Title vertically on Page
- Replies: 4
- Views: 8390
Center Document Title vertically on Page
Good time of the day!
How I can force title (I use the
I tried to insert vertical spaces before title, but this does not work.
How I can force title (I use the
article
document class) to appear in the center of the page?I tried to insert vertical spaces before title, but this does not work.
- Sat Mar 30, 2013 7:33 pm
- Forum: Text Formatting
- Topic: Formula on the different level then enumeration
- Replies: 3
- Views: 4074
Re: Formula on the different level then enumeration
Thank you, but I want numbered list with numbers
(1), (2) and so on.
(1), (2) and so on.
- Fri Mar 29, 2013 6:08 pm
- Forum: Text Formatting
- Topic: Formula on the different level then enumeration
- Replies: 3
- Views: 4074
Formula on the different level then enumeration
Good time of the day!
Here is a piece Latex code:
\begin{enumerate}[(1)]
\item
\begin{flalign*}
&p_t(x) \defeq \frac{e^{-x^2/2t}}{(2\pi t)^{d/2}}&
\end{flalign*}
\end{enumerate}
and I get following picture:
latex1.gif
But I would like to have formula for $p_t(x)$ in the same line as $(1 ...
Here is a piece Latex code:
\begin{enumerate}[(1)]
\item
\begin{flalign*}
&p_t(x) \defeq \frac{e^{-x^2/2t}}{(2\pi t)^{d/2}}&
\end{flalign*}
\end{enumerate}
and I get following picture:
latex1.gif
But I would like to have formula for $p_t(x)$ in the same line as $(1 ...