Re: \mathbb e XeLaTeX

#68264
Up
0
Down
::

egreg9″ post=67304Per il caso 1 devi avere ovviamente una distribuzione aggiornata (quale usi?).

Per il caso 2 occorre caricare anche amssymb, naturalmente. Me n’ero dimenticato e correggo.

Ciao
Enrico

Eccomi!
Ho l’ultima versione di MacTeX 2010 (quella rilasciata il 30 luglio 2011) e uso TeXworks.

Questo esempio:
`\documentclass[twoside,11pt]{report}

\usepackage[top=2.5cm,left=2cm,right=2cm,bottom=2cm]{geometry}
\usepackage{fontspec}
\usepackage{indentfirst,setspace}
\onehalfspacing
\usepackage[labelsep=period,tableposition=top]{caption}[2004/07/16]
\captionsetup[figure]{font={small},justification=centerlast}
\usepackage{amsmath,braket,mathrsfs,amssymb}

\begin{document}
\begin{equation}\label{f}
f(\theta)=f^*+\frac{f''}{2}{(\theta-\theta^*)}^2
\end{equation}
so that any function $f\in C^2$ can be approximated locally by eq. \eqref{f}.
\[ \hat\theta\approx-\frac{k}{s}\Braket{-\frac{af''}{2}\tilde\theta} \]
\begin{align*}
& \mathscr{L}[\theta^*(t)]=\lambda_\theta\Gamma_\theta(s)\\
& \mathscr{L}[f^*(t)]=\lambda_f\Gamma_f(s)
\end{align*}
\begin{align*}
& \dot x=f(x,u) && x\in\mathbb{R}^n, \quad f\colon \mathbb{R}^n\times\mathbb{R}\rightarrow\mathbb{R}^n, \quad u\in\mathbb{R}\\
& y=h(x) && y\in\mathbb{R}, \quad h\colon\mathbb{R}^n\rightarrow\mathbb{R}
\end{align*}
\end{document}`

al lavoro (Windows 7, MikTeX e TeXworks) funziona perfettamente, ma sul mio Mac a casa zero… eppure mi dice che è tutto aggiornato…

L’errore che mi dà è il seguente:
`! LaTeX Error: Command `\Finv' already defined.

See the LaTeX manual or LaTeX Companion for explanation.
Type H for immediate help.

l.231 …ol{\Finv} {\mathord}{AMSb}{“60}

?`

😕 😕 😕

Go to top