[QGIS Commit] r8590 - docs/trunk/english_us/user_guide

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Jun 4 13:06:26 EDT 2008


Author: dassau
Date: 2008-06-04 13:06:26 -0400 (Wed, 04 Jun 2008)
New Revision: 8590

Modified:
   docs/trunk/english_us/user_guide/conventions.tex
Log:
tried to find more style conventions 


Modified: docs/trunk/english_us/user_guide/conventions.tex
===================================================================
--- docs/trunk/english_us/user_guide/conventions.tex	2008-06-04 16:55:36 UTC (rev 8589)
+++ docs/trunk/english_us/user_guide/conventions.tex	2008-06-04 17:06:26 UTC (rev 8590)
@@ -6,22 +6,21 @@
 \newcommand{\nix}[1]{Under GNU/Linix, #1}
 \newcommand{\win}[1]{Under MS Windows, #1}
 \newcommand{\osx}[1]{Under Mac OS X, #1}
-\renewcommand{\button}[1]{\cornersize{0.1}\ovalbox{\textsf{\scriptsize#1}}}
+\renewcommand{\button}[1]{\cornersize{0.1}\shadowbox{\textsf{\scriptsize#1}}}
 \renewcommand{\classname}[1]{\textsf{\textbf{#1}}}
 \renewcommand{\fieldname}[1]{\textsl{#1}}
 \renewcommand{\filename}[1]{\texttt{#1}}
 \renewcommand{\keystroke}[1]{\fbox{\textsf{\scriptsize#1}}}
-\renewcommand{\menuopt}[1]{\textsf{#1}}
+\renewcommand{\menuopt}[1]{\cornersize{7mm}\Ovalbox{\textsf{#1}}}
 \renewcommand{\method}[1]{\textsf{\textit{#1}}}
-\renewcommand{\server}[1]{\textit{#1}}
-\renewcommand{\sqltable}[1]{\textsf{\textbf{#1}}}
-\renewcommand{\toolbtn}[1]{\cornersize{7mm}\Ovalbox{\textsf{\scriptsize#1}}}
+\renewcommand{\server}[1]{\doublebox{{\textit{#1}}}}
+\renewcommand{\sqltable}[1]{\doublebox{\textsf{\textbf{#1}}}}
+\renewcommand{\toolbtn}[1]{\cornersize{7mm}\shadowbox{\textsf{\scriptsize#1}}}
 \renewcommand{\usertext}[1]{\texttt{#1}}
 \newcommand{\toolbox}[2]{\includegraphics[width=0.7cm]{#1} #2}
-\newcommand{\tab}[1]{\cornersize{0.1}\ovalbox{\textsf{\scriptsize#1}}}
-\newcommand{\checkbox}[1]{#1}
+\newcommand{\tab}[1]{\shadowbox{\textsf{\scriptsize#1}}}
+\newcommand{\checkbox}[1]{\fbox{\shadowbox{\textsf{\scriptsize#1}}}}
 
-
 \subsection{Conventions}\label{label_conventions}
 
 The conventions used in this manual are as follows. 
@@ -29,19 +28,20 @@
 
 \begin{itemize}
 \item Button: \button{Save as Default}
+\item Tool Button: \toolbtn{Add Vector Layer}
+\item Tab Item: \tab{General}
+\item Single Keystroke: press \keystroke{p}
+\item Keystroke Combinations: press \keystroke{Ctrl-B}, meaning press and
+hold the Ctrl key and then press the B key.
 \item Name of a Class: \classname{NewLayer}
+\item Method: \method{classFactory}
 \item Name of a Field: \fieldname{NAMES}
 \item Name of a File: \filename{lakes.shp}
-\item Single Keystroke: press \keystroke{p}
-\item Keystroke Combinations: press \keystroke{Ctrl-B}, meaning press and hold the Ctrl key and then press the B key.
 \item Menu Option: \menuopt{File} -> \menuopt{Save Project}
-\item Method: \method{classFactory}
 \item Server: \server{example needed here}
 \item SQL Table: \sqltable{example needed here}    
-\item Tool Button: \toolbtn{Add Vector Layer}
 \item User Text: \usertext{qgis ---help}
 \item Toolbox Item: \toolbox{add_grass_vector}{Add Grass Vector Layer}
-\item Tab Item: \tab{General}
 \item Checkbox: \checkbox{Render}
 \item Hyperlink: \url{http://qgis.org}
 \end{itemize}



More information about the QGIS-commit mailing list