Discussion:
How to writing "Double brace" in LaTeX
(too old to reply)
chin_b
2005-08-26 04:08:42 UTC
Permalink
Who knows that how to writing "Double Brace" using LaTeX ? Please help
me.

Explanatin: the "Double Brace" usually use in wave propagation to
show the "jump" or "shock condition" at wavefront,
for example, jump of v is [[v]].
Daniel Koeb
2005-08-26 08:03:32 UTC
Permalink
Post by chin_b
Explanatin: the "Double Brace" usually use in wave propagation to
show the "jump" or "shock condition" at wavefront,
for example, jump of v is [[v]].
Sounds as if you're looking for double bracket, not brace:

\documentclass{article}
\usepackage{stmaryrd}
\begin{document}
$\llbracket v\rrbracket$
\end{document}


HTH
Daniel

Loading...