Hi!

Am 30.08.2010 09:42, schrieb Otto Dassau:
> i think we should put the html user manual on the task list for the hackfest
> in November in Wrozlaw. I could help with that there and then. I added a
> note to the Wrozlaw page. 
> http://www.qgis.org/wiki/4._QGIS_Hackfest_in_Wroclaw_2010
> 
> We can discuss the ideas and improvements now and add them to the
> ManualTasks (I started a new section): 
> http://www.qgis.org/wiki/ManualTasks

>> Le 29/08/2010 16:56, Noli Sicad a écrit :
>> An html version of the latex manual is on my ToDo-list but it isn't as 
>> simple as I expected. A latex version without any figures can be 
>> compiled easily if needed.

I did not have many problems using tex4ht to convert to HTML, the output
seems reasonable. The OS images are a bit too big, though (huge penguins
;-).
At least with version [tex4ht.c (2009-01-31-07:33 kpathsea)] it is no
problem to convert it here.

Maybe a 'private' configuration would help (to split document, nicer
'buttons' etc.), according to:
http://www.cse.ohio-state.edu/~gurari/TeX4ht/mn-commands.html#QQ1-9-41By
the way, I found some bugs (\label inside caption), patch for evis part
attached...
There remain some similar label problems, e.g. in the following there is
no number defined for the graphics (no caption), and the label will be a
double of the previously defined one (e.g. a section):
plugins_gps.tex:   \caption{\label{gpxloader}The \emph{GPS Tools} dialog
window \nixcaption}

for today I have to go, but I found some other dubious places using:
grep '{\\label{' *.tex

Bye,
Martin
Index: plugins_evis.tex
===================================================================
--- plugins_evis.tex	(Revision 14174)
+++ plugins_evis.tex	(Arbeitskopie)
@@ -49,7 +49,7 @@
 \begin{figure}[ht]
    \centering
    \includegraphics[clip=true, width=12cm]{evisdisplay}
-   \caption{\label{evisdisplay}The \emph{eVis} display window \wincaption}
+   \caption{The \emph{eVis} display window \wincaption}\label{evisdisplay}
 \end{figure}
 
 \begin{itemize}[label=--]
@@ -76,7 +76,7 @@
 \begin{figure}[ht]
    \centering
    \includegraphics[clip=true, width=12cm]{evisoptions}
-   \caption{\label{evisoptions}The \emph{eVis} Options window \wincaption}
+   \caption{The \emph{eVis} Options window \wincaption}\label{evisoptions}
 \end{figure}
 
 \begin{itemize}[label=--]
@@ -116,7 +116,7 @@
 \begin{figure}[htp]
    \centering
    \includegraphics[clip=true, width=12cm]{evisexternal}
-   \caption{\label{evisexternal}The \emph{eVis} External Applications window \wincaption}
+   \caption{The \emph{eVis} External Applications window \wincaption}\label{evisexternal}
 \end{figure}
 
 \begin{itemize}[label=--]
@@ -136,10 +136,10 @@
 the photograph is available on a web server. Examples of the different approaches are listed in
 Table \ref{tab:evis_examples}.
 
-\begin{table}[htp]\label{tab:evis_examples}\index{plugins!evis}
+\begin{table}[htp]\index{plugins!evis}
 \centering
 \caption{Example format using absolute path, relative path, and a
-URL}\medskip
+URL}\label{tab:evis_examples}\medskip
  \begin{tabular}{|p{0.55in}|p{0.55in}|p{4.7in}|p{0.7in}|}
  \hline \textbf{X} & \textbf{Y} & \textbf{FILE} & \textbf{BEARING}\\
  \hline 780596 & 1784017 & \filename{C:\textbackslash Workshop\textbackslash
@@ -254,7 +254,7 @@
 \begin{figure}[ht]
    \centering
    \includegraphics[clip=true, width=12cm]{evisdatabase}
-   \caption{\label{evisdatabase}The \emph{eVis} Database connection window \wincaption}
+   \caption{The \emph{eVis} Database connection window \wincaption}\label{evisdatabase}
 \end{figure}
 
 \begin{itemize}[label=--]
@@ -293,7 +293,7 @@
 \begin{figure}[ht]
    \centering
    \includegraphics[clip=true, width=12cm]{evissql_query}
-   \caption{\label{evissql_query}The \emph{eVis} SQL query tab \wincaption}
+   \caption{The \emph{eVis} SQL query tab \wincaption}\label{evissql_query}
 \end{figure}
 
 \begin{itemize}[label=--]
@@ -349,7 +349,7 @@
 \begin{figure}[htp]
    \centering
    \includegraphics[clip=true, width=10cm]{evispredefined}
-   \caption{\label{evispredefined}The \emph{eVis} Perdefined queries tab \wincaption}
+   \caption{The \emph{eVis} Perdefined queries tab \wincaption}\label{evispredefined}
 \end{figure}
 
 \begin{itemize}[label=--]
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to