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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Jul 27 13:24:37 EDT 2008


Author: taraathan
Date: 2008-07-27 13:24:37 -0400 (Sun, 27 Jul 2008)
New Revision: 8930

Modified:
   docs/trunk/english_us/user_guide/qgis_style.sty
Log:
removed style macros that belong in conventions.tex
added comments about packages needed for conventions.tex

Modified: docs/trunk/english_us/user_guide/qgis_style.sty
===================================================================
--- docs/trunk/english_us/user_guide/qgis_style.sty	2008-07-27 14:55:08 UTC (rev 8929)
+++ docs/trunk/english_us/user_guide/qgis_style.sty	2008-07-27 17:24:37 UTC (rev 8930)
@@ -23,18 +23,18 @@
 
 % internal macros for style consitency from Gary's foss4g 07 workbook
 % package fancybox is used for \button and \toolbtn
-\usepackage{fancybox}
-\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}}
+% moved to conventions.tex
+%\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}
@@ -210,15 +210,19 @@
 % if colorlinks=false then add pdfborder={0 0 0} (no link boxes)
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% using fancybox: for macros defined in conventions.tex
+% options for boxes provided by fancybox package are:
+% \fbox, \shadowbox, \doublebox, \ovalbox and \Ovalbox
+\usepackage{fancybox}
 
-% using xcolor
+% using xcolor: for macros defined in conventions.tex
 \usepackage{xcolor}
 
-% using amsmath
+% using amsmath: for macros defined in conventions.tex
 \usepackage{amsmath}
 
-% using amssymb
+% using amssymb: for macros defined in conventions.tex
 \usepackage{amssymb}
 
-% using stmaryrd
+% using stmaryrd: for macros defined in conventions.tex
 \usepackage{stmaryrd}



More information about the QGIS-commit mailing list