Compare two revisions of: Links

... ... @@ -21,12 +21,12 @@ Then the TeX code for inserting the link is `\href{http://en.wikipedia.org/wiki/
21 21
22 22 Say you want to create a link from a certain position in document A (origin) to a certain position in the same or an other document, called document B (target).
23 23
24 -* First, mark the position in the target document B by
24 +* First, mark the position in the target document B (typically outside any lang-environment) by
25 25 ```
26 26 \label{target_position}
27 27 ```
28 -* Go the point of origin i.e. the position where you want to place the reference to appear
29 -* Drag the target file from the FileExplorer into the position in the origin file.
28 +* Go the point of origin i.e. the position where you want to place the reference to appear.
29 +* Drag the target file from the FileExplorer into the position in the origin file (in each language environment seperately).
30 30 * WebMiau opens a dialog. Choose `Ref`
31 31 * WebMiau creates a reference to the other document
32 32 ```
33 33