「表記法」の版間の差分

提供: OSGeo.JP Wiki
移動: 案内検索
(LaTeXタグ出力箇所対応一時完了)
(テキスト、キー表記法箇所の表記調整(TODO:要MediaWikiテンプレート化のレベル検討))
行55: 行55:
 
===Text or Keyboard Conventions===
 
===Text or Keyboard Conventions===
  
<P>
 
 
The manual also includes styles related to text, keyboard commands and coding
 
The manual also includes styles related to text, keyboard commands and coding
 
to indicate different entities, such as classes, or methods. They don't
 
to indicate different entities, such as classes, or methods. They don't
 
correspond to any actual appearance.
 
correspond to any actual appearance.
 
<P>
 
  
 
<UL>
 
<UL>
<LI>Hyperlinks: <TT><A NAME="tex2html1"
+
<LI>Hyperlinks: http://qgis.org
  HREF="http://qgis.org">http://qgis.org</A></TT>
+
 
</LI>
 
</LI>
<LI>Single Keystroke: press .6<SPAN  CLASS="textsf">p</SPAN>
+
<LI>Single Keystroke: press {{Template:KeyStroke|p}}
 
</LI>
 
</LI>
<LI>Keystroke Combinations: press .6<SPAN  CLASS="textsf">Ctrl+B</SPAN>, meaning press and
+
<LI>Keystroke Combinations: press {{Template:KeyStroke|Ctrl+B}}, meaning press and
 
hold the Ctrl key and then press the B key.
 
hold the Ctrl key and then press the B key.
 
</LI>
 
</LI>
<LI>Name of a File: <TT>lakes.shp</TT>
+
<LI>Name of a File: lakes.shp
 
</LI>
 
</LI>
<LI>Name of a Class: <SPAN  CLASS="textsf"><SPAN  CLASS="textbf">NewLayer</SPAN></SPAN>
+
<LI>Name of a Class: '''NewLayer'''
 
</LI>
 
</LI>
<LI>Method: <SPAN  CLASS="textsf"><SPAN  CLASS="textit">classFactory</SPAN></SPAN>
+
<LI>Method: ''classFactory''
 
</LI>
 
</LI>
<LI>Server: <SPAN  CLASS="textit">myhost.de</SPAN>
+
<LI>Server: ''myhost.de''
 
</LI>
 
</LI>
<LI>User Text: <TT>qgis --help</TT>
+
<LI>User Text: qgis --help
 
</LI>
 
</LI>
 
</UL>
 
</UL>
  
<P>
 
 
Code is indicated by a fixed-width font:
 
Code is indicated by a fixed-width font:
 
<PRE>
 
<PRE>
行89: 行84:
 
   GEOGCS["GCS_North_American_1927",
 
   GEOGCS["GCS_North_American_1927",
 
</PRE>
 
</PRE>
 
  
 
===Platform-specific instructions===
 
===Platform-specific instructions===

2009年9月6日 (日) 12:03時点における版

1.2 表記法

This section describes a collection of uniform styles throughout the manual. The conventions used in this manual are as follows:

GUI Conventions

The GUI convention styles are intended to mimic the appearance of the GUI. In general, the objective is to use the non-hover appearance, so a user can visually scan the GUI to find something that looks like the instruction in the manual.

  • Menu Options: Layer > MActionAddRasterLayer.png Add a Raster Layer
    or
    Settings > Toolbars > DropMenuCheck.pngDigitizing

  • Tool: MActionAddRasterLayer.png Add a Raster Layer

  • Button: Save as Default

  • Dialog Box Title: Layer Properties

  • Tab: General

  • Toolbox Item: Nviz.1.png nviz - Open 3D-View in NVIZ

  • Checkbox: CheckBox.pngRender

  • Radio Button: RadioButtonOn.png Postgis SRID RadioButtonOff.png EPSG ID

  • Select a Number: Hue60SelectNumber.png

  • Select a String: Outline style ---Solid Line SelectString.png

  • Browse for a File: ...

  • Select a Color: Outline color       

  • Slider: Transparency 0% Slider.png

  • Input Text: Display Namelakes.shp


A shadow indicates a clickable GUI component.

Text or Keyboard Conventions

The manual also includes styles related to text, keyboard commands and coding to indicate different entities, such as classes, or methods. They don't correspond to any actual appearance.

  • Hyperlinks: http://qgis.org
  • Single Keystroke: press p
  • Keystroke Combinations: press Ctrl+B, meaning press and hold the Ctrl key and then press the B key.
  • Name of a File: lakes.shp
  • Name of a Class: NewLayer
  • Method: classFactory
  • Server: myhost.de
  • User Text: qgis --help

Code is indicated by a fixed-width font:

PROJCS["NAD_1927_Albers",
  GEOGCS["GCS_North_American_1927",

Platform-specific instructions

<P> GUI sequences and small amounts of text can be formatted inline: Click {[height=5mm]nix.eps [height=5mm]win.eps File [height=5mm]osx.eps QGIS} > Quit to close QGIS. This indicates that on Linux, Unix and Windows platforms, click the File menu option first, then Quit from the dropdown menu, while on Macintosh OSX platforms, click the QGIS menu option first, then Quit from the dropdown menu. Larger amounts of text may be formatted as a list:

<P>

  • [height=5mm]nix.eps do this;
  • [height=5mm]win.eps do that;
  • [height=5mm]osx.eps do something else.

<P> or as paragraphs.

<P> [height=5mm]nix.eps [height=5mm]osx.eps Do this and this and this. Then do this and this and this and this and this and this and this and this and this.

<P> [height=5mm]win.eps Do that. Then do that and that and that and that and that and that and that and that and that and that and that and that and that and that and that.

<P> Screenshots that appear throughout the user guide have been created on different platforms; the platform is indicated by the platform-specific icons at the end of the figure caption.

<P>