diff -r bda7527ccf05 -r cc2d676d5395 src/Doc/Tutorial/Protocol/Public.thy --- a/src/Doc/Tutorial/Protocol/Public.thy Wed Dec 26 16:07:28 2018 +0100 +++ b/src/Doc/Tutorial/Protocol/Public.thy Wed Dec 26 16:25:20 2018 +0100 @@ -12,10 +12,10 @@ text \ The function -@{text pubK} maps agents to their public keys. The function -@{text priK} maps agents to their private keys. It is merely +\pubK\ maps agents to their public keys. The function +\priK\ maps agents to their private keys. It is merely an abbreviation (cf.\ \S\ref{sec:abbreviations}) defined in terms of -@{text invKey} and @{text pubK}. +\invKey\ and \pubK\. \ consts pubK :: "agent \ key" @@ -39,7 +39,7 @@ text \ \noindent -The set @{text bad} consists of those agents whose private keys are known to +The set \bad\ consists of those agents whose private keys are known to the spy. Two axioms are asserted about the public-key cryptosystem.