LaTeX to XeLaTeX Problem with Math Fonts...

  • Follow


Hi All,

I've switched to XeLaTeX, and since I did, I've been getting all sorts
of issues, so I've narrowed it down simpler smaller problems; and
here's the first...

\begin{align}
%	\banDYMsgs{M}			&\colon \banDYMsgsDesc{M}\\
%	\banDYMsgInMsgs{M}{m}	&\colon \banDYMsgInMsgsDesc{M}{m}\\
%	\banDYMsgFromMsgs{M}{m}	&\colon \banDYMsgFromMsgsDesc{M}{m}\\
	A \vDash B\\
	\nonumber
\end{align}

....that produces this error...

! Undefined control sequence.
<argument>  A \vDash
                    B\\ \nonumber
l.264 \end{align}


....Now in the preamble, I have...
\usepackage{amsmath}			%. AMSTeX
%\usepackage{amsart}			%. AMSTeX Art
%\usepackage{mathabx}

%. XeTeX Math Fonts...
\usepackage{mathpazo}
\usepackage{fontspec,xunicode}
%\setmainfont{Optima}
%\setmathrm{Optima}
%\setboldmathrm[BoldFont=Optima ExtraBlack]{Optima Bold}

Any ideas?
0
Reply nima.talebi (7) 12/20/2009 8:48:57 AM

In article
<13e86fc7-7e9c-4b58-bbeb-63c57fe4a62f@s21g2000prm.googlegroups.com>,
Achaemenes <nima.talebi@gmail.com> wrote:

> Hi All,
> 
> I've switched to XeLaTeX, and since I did, I've been getting all sorts
> of issues, so I've narrowed it down simpler smaller problems; and
> here's the first...
> 
> \begin{align}
> %   \banDYMsgs{M}        &\colon \banDYMsgsDesc{M}\\
> %   \banDYMsgInMsgs{M}{m}   &\colon \banDYMsgInMsgsDesc{M}{m}\\
> %   \banDYMsgFromMsgs{M}{m} &\colon \banDYMsgFromMsgsDesc{M}{m}\\
>  A \vDash B\\
>  \nonumber
> \end{align}
> 
> ...that produces this error...
> 
> ! Undefined control sequence.
> <argument>  A \vDash
>                     B\\ \nonumber
> l.264 \end{align}
> 

So \vDash is undefined

> 
> ...Now in the preamble, I have...
> \usepackage{amsmath}        %. AMSTeX
> %\usepackage{amsart}        %. AMSTeX Art
> %\usepackage{mathabx}
> 
> %. XeTeX Math Fonts...
> \usepackage{mathpazo}
> \usepackage{fontspec,xunicode}
> %\setmainfont{Optima}
> %\setmathrm{Optima}
> %\setboldmathrm[BoldFont=Optima ExtraBlack]{Optima Bold}
> 
> Any ideas?

Which of these (amsmath, mathpazo, fontspec, xunicode) is supposed to
define \vDash ?
0
Reply A 12/20/2009 11:28:11 AM


Am Sun, 20 Dec 2009 00:48:57 -0800 (PST) schrieb Achaemenes:

> Hi All,
> 
> I've switched to XeLaTeX, and since I did, I've been getting all sorts
> of issues, so I've narrowed it down simpler smaller problems; and
> here's the first...

Always make a *complete* small example to demonstrate a problem. 


-- 
Ulrike Fischer 
0
Reply Ulrike 12/20/2009 12:43:30 PM

2 Replies
1282 Views

(page loaded in 0.102 seconds)

Similiar Articles:













7/24/2012 3:03:07 AM


Reply: