1

how do I achieve this Val[[e]]p in LaTeX?

enter image description here

like the fancy V with the double brackets of e? I tried \textrm{Val}[\,[e_1]\,]\rho but it's not quite the same. Thank you!

3
  • Only partially, thanks for the info though! Commented Jun 7, 2024 at 10:01
  • Btw, if you want calligraphic a and l in Val, then you can use the mathabx package (original metafont, auto traced type 1). Add \usepackage{amsmath} \usepackage{stmaryrd} \DeclareFontFamily{U}{mathc}{} \DeclareFontShape{U}{mathc}{m}{it}% {<->s*[1.03] mathc10}{} \DeclareMathAlphabet{\mathscr}{U}{mathc}{m}{it} \DeclareMathOperator{\Val}{\mathcal{V}\mspace{-2.5mu}\mathscr{al}} to your preamble. From this answer: tex.stackexchange.com/a/373539/128462 Commented Jun 7, 2024 at 10:03
  • Welcome to TeX.SE! Commented Jun 7, 2024 at 10:40

1 Answer 1

1

I guess you want something like this:

\documentclass{article}
\usepackage{amsmath}
\usepackage{stmaryrd}

\DeclareMathOperator{\Val}{\mathcal{V}\mspace{-2mu}\mathit{al}}

\begin{document}

$\Val\llbracket\mathtt{e}\rrbracket\rho$

\end{document}

enter image description here

2

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.