<html>
<head>
<title>CRefine</title>
<link rel="stylesheet" type="text/css" href="../../style.css" />
</head>
<body>
<table>
<tr height="10">
<td>
</td>
</tr>
<tr>
<td class="tituloAzul">
Copy to Clipboard
</td>
</tr>
<tr>
<td class="grande" width="500">
<br>
<div align="justify">
The user can copy the selected text in the development window or
in the proof obligation window to the system clipboard. This allows users
to use this text in further applications. In order to copy a text,
we must select the text we want to copy, and select the Copy option from the Edit menu.
<br>
<br>
<img border = "0" src="../images/copy.jpg" align="center">
<br>
<br>
Another way to achieve this is by using the pop-up menus and selecting the "Edit -> Copy" option.
<br>
<br>
<img border = "0" src="../images/copy2.jpg" align="center">
<br>
<br>
This can be achieved in both the development window (as presented above) or the proof obligations
window as we show below.
<br>
<br>
<img border = "0" src="../images/copy3.jpg" align="center">
<br>
<br>
</div>
</td>
</tr>
</table>
</body>
</html>