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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu May 8 03:16:29 EDT 2008


Author: dassau
Date: 2008-05-08 03:16:28 -0400 (Thu, 08 May 2008)
New Revision: 8413

Modified:
   docs/trunk/english_us/user_guide/qgis_style.sty
Log:
added style commands from Gary's foss4g 07 workbook


Modified: docs/trunk/english_us/user_guide/qgis_style.sty
===================================================================
--- docs/trunk/english_us/user_guide/qgis_style.sty	2008-05-08 05:44:01 UTC (rev 8412)
+++ docs/trunk/english_us/user_guide/qgis_style.sty	2008-05-08 07:16:28 UTC (rev 8413)
@@ -8,7 +8,6 @@
 \usepackage{makeidx}
 \makeindex
 
-
 % QGIS Tips
 % define tip float
 % doesn't work if written in qgis_style.sty
@@ -21,9 +20,23 @@
 \renewcommand{\topfraction}{0.85}
 \renewcommand{\textfraction}{0.1}
 \renewcommand{\floatpagefraction}{0.75}
+
+% internal macros for style consitency from Gary's foss4g 07 workbook
+\newcommand{\button}[1]{\cornersize{0.1}\ovalbox{\textsf{\scriptsize#1}}}
+\newcommand{\classname}[1]{\textsf{\textbf{#1}}}
+\newcommand{\fieldname}[1]{\textsl{#1}}
+\newcommand{\filename}[1]{\texttt{#1}}
+\newcommand{\keystroke}[1]{\fbox{\textsf{\scriptsize#1}}}
+\newcommand{\menuopt}[1]{\textsf{#1}}
+\newcommand{\method}[1]{\textsf{\textit{#1}}}
+\newcommand{\server}[1]{\textit{#1}}
+\newcommand{\sqltable}[1]{\textsf{\textbf{#1}}}
+\newcommand{\toolbtn}[1]{\cornersize{7mm}\Ovalbox{\textsf{\scriptsize#1}}}
+\newcommand{\usertext}[1]{\texttt{#1}}
+
 % important for nice acroread-visualization as pdf.
 \usepackage[latin1]{inputenc}
-\usepackage[T1]{fontenc} 
+\usepackage[T1]{fontenc}
 
 % To make all GRASS commands appear smooth
 % found here: http://www.open4me.de/pdfprobleme.html



More information about the QGIS-commit mailing list