doc/sdccman.lyx: added latex preamble for hyperref package.Using pdflatex this will...
authorfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 25 May 2003 12:46:27 +0000 (12:46 +0000)
committerfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 25 May 2003 12:46:27 +0000 (12:46 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2645 4a8a32a2-be11-0410-ad9d-d568d2c75423

doc/sdccman.lyx

index f9964d0851cfb677beb397b9823575d0a3ac032e..cd0dbf140e45b71c69fe3a879b858e0a7078297a 100644 (file)
@@ -1,6 +1,9 @@
 #LyX 1.2 created this file. For more info see http://www.lyx.org/
 \lyxformat 220
 \textclass article
+\begin_preamble
+\usepackage[colorlinks=true,linkcolor=blue]{hyperref}
+\end_preamble
 \language english
 \inputencoding default
 \fontscheme pslatex
@@ -3276,8 +3279,9 @@ sourcefile.adb - An intermediate file containing debug information needed
 \newline 
 sourcefile.cdb - An optional file (with ---debug) containing debug information
 \newline 
-sourcefile. - (no extension) An optional AOMF51 file containing debug
- information (with ---debug)
+sourcefile.
+ - (no extension) An optional AOMF51 file containing debug information (with
+ ---debug)
 \newline 
 sourcefile.dump* - Dump file to debug the compiler it self (with ---dumpall)
  (see section 
@@ -8568,8 +8572,7 @@ The \SpecialChar \-
 debug option must be specified for all files for which debug information
  is to be generated.
  The complier generates a .adb file for each of these files.
- The linker creates the .cdb file from the .adb files and the address
- information.
+ The linker creates the .cdb file from the .adb files and the address information.
  This .cdb is used by the debugger.
 \layout Subsection
 
@@ -8578,8 +8581,8 @@ How the Debugger Works
 
 When the ---debug option is specified the compiler generates extra symbol
  information some of which are put into the the assembler source and some
- are put into the .adb file. 
- Then the linker creates the .cdb file from the individual .adb files with
+ are put into the .adb file.
 Then the linker creates the .cdb file from the individual .adb files with
  the address information for the symbols.
  The debugger reads the symbolic information generated by the compiler &
  the address information generated by the linker.