
Estou tentando inserir um alfabeto matemático especial em uma equação para uma quantidade física chamada "refinamento da cavidade". É basicamente representado por uma letra F sofisticada, que se parece com o que é mostrado na imagem. (ref:http://mirrors.ctan.org/macros/latex/contrib/mathalpha/doc/mathalpha-doc.pdf).
Depois de fazer algumas pesquisas, parece que preciso baixar um pacote matemático para usá-lo, mas a maior parte não é gratuita. Tudo que preciso é apenas uma carta do pacote e provavelmente a usarei apenas algumas vezes. Existe alguma maneira fácil de inseri-lo?
Estou usando \mathcal{F}
agora (mostrado na imagem inferior), mas não parece tão bom.
Responder1
Com uma instalação padrão do TeX, por exemplo, você poderia produzir qualquer um destes (entre outras opções):
com código algo assim:
\documentclass{article}
\usepackage[T1]{fontenc}
\DeclareFontFamily{T1}{calligra}{}
\DeclareFontShape{T1}{calligra}{m}{n}{<->s*[1.44]callig15}{}
\DeclareMathAlphabet\mathcalligra {T1}{calligra} {m} {n}
\DeclareMathAlphabet\mathzapf {T1}{pzc} {mb} {it}
\DeclareMathAlphabet\mathchorus {T1}{qzc} {m} {n}
\DeclareMathAlphabet\mathrsfso {U}{rsfso}{m}{n}
\begin{document}
\Huge
\noindent
$\mathzapf{F}$\marginpar{Zapf}\\
$\mathchorus{F}$\marginpar{tgchorus}\\
$\mathcalligra{F}$\marginpar{calligra}\\
$\mathrsfso{F}$\marginpar{rsfso}\\
\end{document}
Responder2
O dutchcal
pacote deixa as fontes holandesas prontas para uso. Elas são derivadas das fontes esstix, que são fontes tipo times, ligeiramente reformuladas. Se você estiver no MiKTeX, depois de instalá-los com o MiKTeX Package Manager, muitas vezes você precisará iniciá-los updmap
para disponibilizar as fontes completamente.
\documentclass{article}
\usepackage{dutchcal}
\begin{document}
$ \mathcal{F}\enspace \mathbcal{F}$
\end{document}
Também existe um
bickham
pacote, mas ter as fontes realmente disponíveis para o seu sistema TeX é mais complicado, como Bickham é uma fonte opentype, ela deve ser convertida para o tipo 1 com o LCDF Type Tools.
Responder3
Você também pode tentar a versão disponível usando \mathcal{F}
with \usepackage{F}
. Isto dá o que é (na minha opinião) uma escrita caligráfica muito mais agradável:
Código:
\documentclass[]{article}
\usepackage{eucal}
\begin{document}
% eucal redefines \mathcal command but keeps original
% Computer Modern version available as \CMcal
$\CMcal{F}$ Original \verb!\mathcal{F}!
$\mathcal{F}$ \verb!\mathcal{F}! with \verb!eucal!
\end{document}
Para mais informações, consulteExistem duas versões diferentes do caractere \mathcal{F}?.
Responder4
Em uma amostra de fontes do sistema Unicode (acessadas via pacote unicode-math
), graus de curvatura estão disponíveis para o formato do símbolo:
MWE:
\documentclass[12pt]{article}
\usepackage{xcolor}
\pagecolor{red!3}
\usepackage{unicode-math}
\setmathfont{XITS Math}[Colour=blue]
\setmathfontface\masana{Asana Math}
\setmathfontface\mdejavu{DejaVu Math}
\setmathfontface\mtgdeja{TeX Gyre DejaVu Math}
\setmathfontface\mpagella{TeX Gyre Pagella Math}
\setmathfontface\mbonum{TeX Gyre Bonum Math}
\setmathfontface\mschola{TeX Gyre Schola Math}
\setmathfontface\mtermes{TeX Gyre Termes Math}
\setmathfontface\mlatin{Latin Modern Math}
\setmathfontface\mcambria{Cambria Math}
\setmathfontface\mfira{Fira Math}
\setmathfontface\mfreeserif{FreeSerif}
\setmathfontface\mlibert{Libertinus Math}
\setmathfontface\mnoto{Noto Sans Symbols}
\setmathfontface\mqui{Quivira}
\setmathfontface\mstixtwo{STIX Two Math}
\setmathfontface\mstixgen{STIXGeneral}
\setmathfontface\msymbola{Symbola}
\setmathfontface\mgaramond{\detokenize{Garamond-Math}}
\newcommand\mfsize{\Huge}
\setmainfont{Noto Serif}
%mas = Mathematical Alphanumeric Symbols block in unicode
\newcommand\themassym{ℱ}
\begin{document}
\section {Sampling {\mfsize $\symcal{F}$}}%symbol name comes from unicode-math-table.tex
This is script {\mfsize $\symcal{F}$} (unicode Letterlike Symbols U+2131) in math mode:
\vspace{24pt}
\begin{tabular}{rccl}
XITS Math & \mfsize $\themassym$ & \mfsize $\mcambria \themassym$ & Cambria Math \\
\ &\ & \ & \ \\
Asana Math & \mfsize $\masana {\themassym}$ & \mfsize $\mfira \themassym$ & Fira Math (no script series)\\
\ &\ & \ & \ \\
DejaVu Math & \mfsize $\mdejavu \themassym$ & \mfsize $\mfreeserif \themassym$ & FreeSerif \\
\ &\ & \ & \ \\
Tex Gyre Bonum Math & \mfsize $\mbonum \themassym$ & \mfsize $\mlibert \themassym$ & Libertinus Math \\
\ &\ & \ & \ \\
Tex Gyre DejaVu Math & \mfsize $\mtgdeja \themassym$ & \mfsize $\mnoto \themassym$ & Noto Sans Symbols \\
\ &\ & \ & \ \\
Tex Gyre Pagella Math & \mfsize $\mpagella \themassym$ & \mfsize $\mqui \themassym$ & Quivira \\
\ &\ & \ & \ \\
Tex Gyre Schola Math & \mfsize $\mschola \themassym$ & \mfsize $\mstixtwo \themassym$ &STIX Two Math \\
\ &\ & \ & \ \\
Tex Gyre Termes Math & \mfsize $\mtermes \themassym$ & \mfsize $\mgaramond \themassym$ & Garamond-Math \\
\ &\ & \ & \ \\
Latin Modern Math & \mfsize $\mlatin \themassym$ & \mfsize $\msymbola \themassym$ & Symbola \\
\end{tabular}
\end{document}