Sfoglia il codice sorgente

* html image including fixed

peter 25 anni fa
parent
commit
60d4991cbb
3 ha cambiato i file con 31 aggiunte e 23 eliminazioni
  1. 5 0
      docs/fpc-html.tex
  2. 24 21
      docs/ide.tex
  3. 2 2
      docs/user.tex

+ 5 - 0
docs/fpc-html.tex

@@ -32,6 +32,11 @@
 % The same, but with label in third argument (tab:#3)
 \newenvironment{FPCltable}[3]{\begin{table}\caption{#2}\label{tab:#3}\begin{center}\begin{tabular}{#1}}{\end{tabular}\end{center}\end{table}}
 
+%
+% Picture including with breaks before and after
+%
+\newcommand{\fpcaddimg}[1]{\htmlclear\htmlclear\htmladdimg{#1}\htmlclear\htmlclear}
+
 %
 % Html Refs
 %

+ 24 - 21
docs/ide.tex

@@ -88,7 +88,7 @@ command line switch to the IDE.
 After start up, the screen of the IDE can look like 
 \begin{htmlonly}
 this:
-\htmladdimg{../pics/idestart.png}
+\fpcaddimg{../pics/idestart.png}
 \end{htmlonly}
 \begin{latexonly}
 \seefig{idestart}.
@@ -227,7 +227,7 @@ work with it.
 \label{se:windowbasics}
 \begin{htmlonly}
 A common IDE window is displayed  below:
-\htmladdimg{../pics/idewin.png}
+\fpcaddimg{../pics/idewin.png}
 \end{htmlonly}
 \begin{latexonly}
 A common IDE window is displayed in \seefig{idewin}.
@@ -367,7 +367,7 @@ the modal window or dialog must be closed first.
 
 \begin{htmlonly}
 A typical dialog window looks like:
-\htmladdimg{../pics/idedlg.png}
+\fpcaddimg{../pics/idedlg.png}
 \end{htmlonly}
 \begin{latexonly}
 A typical dialog window is shown in \seefig{idedlg}.
@@ -899,9 +899,9 @@ The list of keywords that can be completed can be maintained here.
 
 \begin{htmlonly}
 The code completion dialog.
-\htmladdimg{../pics/ide/codecomp.png}
+\fpcaddimg{../pics/ide/codecomp.png}
 \end{htmlonly}
-[A\begin{latexonly}
+\begin{latexonly}
 The code completion dialog is shown in \seefig{codecomp}.
 \begin{figure}[ht]
 \caption{The code completion dialog.}\label{fig:codecomp}
@@ -949,7 +949,7 @@ the menu option \menu{Options|\-Preferences|\-Codetemplates}.
 
 \begin{htmlonly}
 The code templates dialog.
-\htmladdimg{../pics/ide/codetemp.png}
+\fpcaddimg{../pics/ide/codetemp.png}
 \end{htmlonly}
 \begin{latexonly}
 The code templates dialog is shown in \seefig{codetemp}.
@@ -994,7 +994,7 @@ To search for text, one  of the following can be done:
 \end{enumerate}
 \begin{htmlonly}
 After that, the following dialog will pop up:
-\htmladdimg{../pics/ide/codetemp.png}
+\fpcaddimg{../pics/ide/codetemp.png}
 In this dialog, the following options can be entered:
 \end{htmlonly}
 \begin{latexonly}
@@ -1040,7 +1040,7 @@ This can be done in a similar manner to searching for a text:
 A dialog, similar to the search dialog will pop up:
 \begin{htmlonly}
 A dialog, similar to the search dialog will pop up:
-\htmladdimg{../pics/ide/codetemp.png}
+\fpcaddimg{../pics/ide/codetemp.png}
 In this dialog, the following options can be entered:
 \end{htmlonly}
 \begin{latexonly}
@@ -1113,7 +1113,7 @@ If command-line parameters should be passed to the program, then these
 can be set through the \menu{Run|Parameters} menu. 
 \begin{htmlonly}
 The Parameters dialog.
-\htmladdimg{../pics/ide/params.png}
+\fpcaddimg{../pics/ide/params.png}
 \end{htmlonly}
 \begin{latexonly}
 \begin{figure}[ht]
@@ -1194,7 +1194,7 @@ A list of current breakpoints can be obtained through the
 \menu{Debu|Breakpoint list} menu. 
 \begin{htmlonly}
 The breakpoint list window looks as follows:
-\htmladdimg{../pics/ide/brklist.png}
+\fpcaddimg{../pics/ide/brklist.png}
 \end{htmlonly}
 \begin{latexonly}
 The breakpoint list window is shown in \seefig{brklist}
@@ -1219,7 +1219,7 @@ The dialog can be closed with the 'Close' button.
 
 \begin{htmlonly}
 The breakpoint properties dialog looks as follows:
-\htmladdimg{../pics/ide/brkprop.png}
+\fpcaddimg{../pics/ide/brkprop.png}
 \end{htmlonly}
 \begin{latexonly}
 The breakpoint properties dialog is shown in \seefig{brkprop}
@@ -1284,7 +1284,7 @@ command or by pressing \key{Ctrl-F7}. When this is done, the watch
 property dialog appears, and a new expression can be entered.
 \begin{htmlonly}
 The watch property dialog looks as follows:
-\htmladdimg{../pics/ide/watch.png}
+\fpcaddimg{../pics/ide/watch.png}
 \end{htmlonly}
 \begin{latexonly}
 The watch property dialog is shown in \seefig{brklist}
@@ -1307,7 +1307,7 @@ A list of watches and their present value is available in the watches
 window, which can be opened with the \menu{Debug|Watches} menu.
 \begin{htmlonly}
 The watch list window looks as follows:
-\htmladdimg{../pics/ide/watch.png}
+\fpcaddimg{../pics/ide/watch.png}
 \end{htmlonly}
 \begin{latexonly}
 The watch list window is shown in \seefig{brklist}
@@ -1340,7 +1340,7 @@ they will be shown as well.
 \begin{htmlonly}
 
 The call stack window looks as follows:
-\htmladdimg{../pics/ide/watch.png}
+\fpcaddimg{../pics/ide/watch.png}
 \end{htmlonly}
 \begin{latexonly}
 The call stack is shown in \seefig{callstack}.
@@ -1370,7 +1370,7 @@ the final reference is of course the GDB manual itself
 
 \begin{htmlonly}
 The GDB window looks as follows:
-\htmladdimg{../pics/ide/gdbwin.png}
+\fpcaddimg{../pics/ide/gdbwin.png}
 \end{htmlonly}
 \begin{latexonly}
 The GDB window is shown in \seefig{gdbwin}.
@@ -1406,7 +1406,7 @@ menu item \menu{Tools|Messages} or by pressing the key \key{F11}.
 
 \begin{htmlonly}
 The messages window looks as follows:
-\htmladdimg{../pics/ide/messages.png}
+\fpcaddimg{../pics/ide/messages.png}
 \end{htmlonly}
 \begin{latexonly}
 The messages window is shown in \seefig{messages}.
@@ -1488,7 +1488,7 @@ The ASCII table remains active till another window is explicitly activated,
 thus mulptiple characters can be inserted at once.
 \begin{htmlonly}
 The ASCII table looks as follows:
-\htmladdimg{../pics/ide/ascii.png}
+\fpcaddimg{../pics/ide/ascii.png}
 \end{htmlonly}
 \begin{latexonly}
 The ASCII table is shown in \seefig{asciitable}.
@@ -1517,7 +1517,7 @@ pasting the result into the text.
 
 \begin{htmlonly}
 The calculator dialog looks as follows:
-\htmladdimg{../pics/ide/calc.png}
+\fpcaddimg{../pics/ide/calc.png}
 \end{htmlonly}
 \begin{latexonly}
 The calculator dialog is shown in \seefig{calculator}.
@@ -1582,7 +1582,7 @@ Adding a tool to the tools menu can be done using the \menu{Options|Tools} menu.
 This will display the tools dialog.
 \begin{htmlonly}
 The tools dialog looks as follows:
-\htmladdimg{../pics/ide/otools.png}
+\fpcaddimg{../pics/ide/otools.png}
 \end{htmlonly}
 \begin{latexonly}
 The tools dialog is shown in \seefig{otools}.
@@ -1874,7 +1874,7 @@ The menu item \menu{Help|Files} permits you to add and delete
 help files.
 \begin{htmlonly}
 The Help files dialog looks as follows:
-\htmladdimg{../pics/ide/helpfils.png}
+\fpcaddimg{../pics/ide/helpfils.png}
 \end{htmlonly}
 \begin{latexonly}
 The help files dialog is displayed in \seefig{helpfiles}.
@@ -2074,7 +2074,10 @@ Undo & \key{Alt-Backspace} & \\
 \end{FPCltable}
 %
 %  $Log$
-%  Revision 1.1.2.10  2000-11-21 18:44:38  peter
+%  Revision 1.1.2.11  2000-11-21 22:02:25  peter
+%    * html image including fixed
+%
+%  Revision 1.1.2.10  2000/11/21 18:44:38  peter
 %    * removed last gifs
 %
 %  Revision 1.1.2.9  2000/11/21 14:16:06  michael

+ 2 - 2
docs/user.tex

@@ -223,9 +223,9 @@ the compiler.
 
 \begin{htmlonly}
 The first screen of the installation program looks like this:
-\htmladdimg{../pics/install1.png}
+\fpcaddimg{../pics/install1.png}
 And the second screen looks like
-\htmladdimg{../pics/install2.png}
+\fpcaddimg{../pics/install2.png}
 \end{htmlonly}
 \begin{latexonly}
 The screen of the installation program looks like figure \ref{fig:install}.