2

I'd like to add a dashed arrow for the one annoted c in this drawing:

enter image description here

However, I can't find how to do, the style property does not work apparently for this kind of arrow...

MWE:

\documentclass{article} \usepackage [ n, advantage, operators, sets, adversary, landau, probability, notions, logic, ff, mm, primitives, events, complexity, asymptotics, keys ] {cryptocode} \begin{document} \begin{bbrenv}{A} \begin{bbrbox}[name=A] \end{bbrbox} \bbrmsgto{top=$a$} \bbrmsgfrom{top={$b$}} % \bbrqryfrom{top={$c$}, style={dashed}} \bbrqryfrom{top={$c$}} \end{bbrenv} \end{document} 

1 Answer 1

5

You can use edgestyle=dashed.

\documentclass{article} \usepackage [ n, advantage, operators, sets, adversary, landau, probability, notions, logic, ff, mm, primitives, events, complexity, asymptotics, keys ] {cryptocode} \begin{document} \begin{bbrenv}{A} \begin{bbrbox}[name=A] \end{bbrbox} \bbrmsgto{top=$a$} \bbrmsgfrom{top={$b$}} \bbrqryfrom{top={$c$},edgestyle=dashed} \bbrqryfrom{top={$c$}} \end{bbrenv} \end{document} 

enter image description here

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.