You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2006/12/08 04:09:22 UTC

svn commit: r483796 - in /incubator/uima/uimaj/trunk/uima-docbooks/src: docbook/overview_and_setup/ docbook/references/ docbook/tools/ docbook/tutorials_and_users_guides/ olink/references/ styles/pdf/

Author: schor
Date: Thu Dec  7 19:09:19 2006
New Revision: 483796

URL: http://svn.apache.org/viewvc?view=rev&rev=483796
Log:
UIMA-5 fix → so it switches to the symbol font - otherwise
it's missing (in the Palatino font).

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/eclipse_setup.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.javadocs.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xmi.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.component_descriptor.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cde.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/annotator_analysis_engine_guide.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cpe.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/htmlsingle-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/pdf-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf/custom.xsl

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/eclipse_setup.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/eclipse_setup.xml?view=diff&rev=483796&r1=483795&r2=483796
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/eclipse_setup.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/eclipse_setup.xml Thu Dec  7 19:09:19 2006
@@ -82,14 +82,14 @@
         "Update Manager" link to see what url to use in the next step, where you use the built-in
         facilities in Eclipse to find and install new features. </para>
       
-      <para>Activate the software feature finding by using the menu: help &rarr; Software
-        Updates &rarr; Find and Install. Select <quote>Search for new features to
+      <para>Activate the software feature finding by using the menu: help <symbol role="symbolfont">&rarr;</symbol> Software
+        Updates <symbol role="symbolfont">&rarr;</symbol> Find and Install. Select <quote>Search for new features to
         install</quote>, push <quote>Next</quote>. Specify the update site where EMF is
         found as a site to search, making sure the <quote>Ignore features not applicable to
         this environment</quote> box is checked, and push <quote>Finish</quote>. If your
         computer is on an internet connection which uses a proxy server, you can configure
         Eclipse to know about that. Put your proxy settings into Ecluse using the Eclipse
-        preferences by accessing the menus: Window &rarr; Preferences... &rarr;
+        preferences by accessing the menus: Window <symbol role="symbolfont">&rarr;</symbol> Preferences... <symbol role="symbolfont">&rarr;</symbol>
         Install/Update, and Enable HTTP proxy connection under the Proxy Settings with the
         information about your proxy. </para>
       
@@ -172,14 +172,14 @@
       hold the examples. Here's how:</para>
     
     <itemizedlist spacing="compact"><listitem><para>In Eclipse, if the Java
-      perspective is not already open, switch to it by going to Window &rarr; Open Perspective
-      &rarr; Java.</para></listitem>
+      perspective is not already open, switch to it by going to Window <symbol role="symbolfont">&rarr;</symbol> Open Perspective
+      <symbol role="symbolfont">&rarr;</symbol> Java.</para></listitem>
       
       <listitem><para>Set up a class path variable named UIMA_HOME, whose value is the
         directory where you installed the UIMA SDK. This is done as follows:
         
-        <itemizedlist><listitem><para>Go to Window &rarr; Preferences &rarr; Java
-          &rarr; Build Path &rarr; Classpath Variables.</para></listitem>
+        <itemizedlist><listitem><para>Go to Window <symbol role="symbolfont">&rarr;</symbol> Preferences <symbol role="symbolfont">&rarr;</symbol> Java
+          <symbol role="symbolfont">&rarr;</symbol> Build Path <symbol role="symbolfont">&rarr;</symbol> Classpath Variables.</para></listitem>
           
           <listitem><para>Click <quote>New</quote></para></listitem>
           
@@ -200,7 +200,7 @@
             <quote>Yes</quote> </para></listitem></itemizedlist></para>
         </listitem>
       
-      <listitem><para>Select the File &rarr; Import menu option</para></listitem>
+      <listitem><para>Select the File <symbol role="symbolfont">&rarr;</symbol> Import menu option</para></listitem>
       
       <listitem><para>Select <quote>Existing Project into Workspace</quote> and click
         the <quote>Next</quote> button.</para></listitem>
@@ -229,17 +229,17 @@
     <para>To run these tools from Eclipse:</para>
     
     <itemizedlist spacing="compact"><listitem><para>If the Java perspective is not
-      already open, switch to it by going to Window &rarr; Open Perspective &rarr;
+      already open, switch to it by going to Window <symbol role="symbolfont">&rarr;</symbol> Open Perspective <symbol role="symbolfont">&rarr;</symbol>
       Java.</para></listitem>
       
-      <listitem><para>Go to Run &rarr; Run... </para></listitem>
+      <listitem><para>Go to Run <symbol role="symbolfont">&rarr;</symbol> Run... </para></listitem>
       
       <listitem><para>In the window that appears, select <quote>UIMA CPE GUI</quote>,
         <quote>UIMA CAS Visual Debugger</quote>, <quote>UIMA JCasGen</quote>,
         <quote>UIMA Document Analyzer</quote>, or <quote>UIMA Semantic Search</quote>
         from the list of run configurations on the left. (If you don't see, these, please
-        select the uima_examples project and do a Menu &rarr; File
-        &rarr; Refresh).</para></listitem>
+        select the uima_examples project and do a Menu <symbol role="symbolfont">&rarr;</symbol> File
+        <symbol role="symbolfont">&rarr;</symbol> Refresh).</para></listitem>
       
       <listitem><para>Press the <quote>Run</quote> button. The tools should start. Close
         the tools by clicking the <quote>X</quote> in the upper right corner on the GUI.

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.javadocs.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.javadocs.xml?view=diff&rev=483796&r1=483795&r2=483796
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.javadocs.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.javadocs.xml Thu Dec  7 19:09:19 2006
@@ -47,7 +47,7 @@
   
   <para>Once you do this, Eclipse can show you JavaDocs for UIMA APIs as you work. To see the
     JavaDoc for a UIMA API, highlight the API class or method and press shift-F2, or use the menu
-    Navigate &rarr; OpenExternalJavaDoc. This will open the JavaDoc for the selected item in
+    Navigate <symbol role="symbolfont">&rarr;</symbol> OpenExternalJavaDoc. This will open the JavaDoc for the selected item in
     a browser.</para>
   
 </chapter>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml?view=diff&rev=483796&r1=483795&r2=483796
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml Thu Dec  7 19:09:19 2006
@@ -128,14 +128,14 @@
     <para>The built-in primitive CAS types map to Java types as follows:</para>
     
     
-    <programlisting>uima.cas.Boolean &rarr; boolean
-uima.cas.Byte    &rarr; byte
-uima.cas.Short   &rarr; short
-uima.cas.Integer &rarr; int
-uima.cas.Long    &rarr; long
-uima.cas.Float   &rarr; float
-uima.cas.Double  &rarr; double
-uima.cas.String  &rarr; String</programlisting>
+    <programlisting>uima.cas.Boolean <symbol role="symbolfont">&rarr;</symbol> boolean
+uima.cas.Byte    <symbol role="symbolfont">&rarr;</symbol> byte
+uima.cas.Short   <symbol role="symbolfont">&rarr;</symbol> short
+uima.cas.Integer <symbol role="symbolfont">&rarr;</symbol> int
+uima.cas.Long    <symbol role="symbolfont">&rarr;</symbol> long
+uima.cas.Float   <symbol role="symbolfont">&rarr;</symbol> float
+uima.cas.Double  <symbol role="symbolfont">&rarr;</symbol> double
+uima.cas.String  <symbol role="symbolfont">&rarr;</symbol> String</programlisting>
     
   </section>
   

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xmi.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xmi.xml?view=diff&rev=483796&r1=483795&r2=483796
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xmi.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xmi.xml Thu Dec  7 19:09:19 2006
@@ -289,7 +289,7 @@
   </section>
   
   <section id="ugr.ref.xmi.null_array_list_elements">
-    <title>Null Array/List Elements"</title>
+    <title>Null Array/List Elements</title>
     
     <para>In UIMA, an element of an FSArray or FSList may be null. In XMI, multi-valued
       properties do not permit null values. As a workaround for this, we will use a dummy

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.component_descriptor.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.component_descriptor.xml?view=diff&rev=483796&r1=483795&r2=483796
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.component_descriptor.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.component_descriptor.xml Thu Dec  7 19:09:19 2006
@@ -125,9 +125,9 @@
     <para>An absolute URL is written with one of the following prefixes, followed by a path
       such as <literal>org/apache/myproj/MyTypeSystem.xml</literal>:
       
-      <itemizedlist spacing="compact"><listitem><para>file:/ &larr; has no network
+      <itemizedlist spacing="compact"><listitem><para>file:/ <symbol role="symbolfont">&larr;</symbol> has no network
         address</para></listitem>
-        <listitem><para>file:/// &larr; has an empty network address</para></listitem>
+        <listitem><para>file:/// <symbol role="symbolfont">&larr;</symbol> has an empty network address</para></listitem>
         <listitem><para>file://some.network.address/</para></listitem>
         </itemizedlist></para>
     
@@ -667,8 +667,8 @@
                 &ndash; this setting allows for a specific use of configuration parameter
                 groups where the groups names correspond to ISO language and country codes
                 (for an example, see below). The fallback sequence is:
-                <literal>&lt;lang&gt;_&lt;country&gt;_&lt;region&gt; &rarr;
-                &lt;lang&gt;_&lt;country&gt; &rarr; &lt;lang&gt; &rarr;
+                <literal>&lt;lang&gt;_&lt;country&gt;_&lt;region&gt; <symbol role="symbolfont">&rarr;</symbol>
+                &lt;lang&gt;_&lt;country&gt; <symbol role="symbolfont">&rarr;</symbol> &lt;lang&gt; <symbol role="symbolfont">&rarr;</symbol>
                 &lt;default&gt;.</literal> </para></listitem></itemizedlist>
             </para>
           

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cde.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cde.xml?view=diff&rev=483796&r1=483795&r2=483796
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cde.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cde.xml Thu Dec  7 19:09:19 2006
@@ -43,7 +43,7 @@
       <listitem><para>Within this project, browse to the file
         descriptors/tutorial/ex1/RoomNumberAnnotator.xml.</para></listitem>
       
-      <listitem><para>Right-click on this file and select Open With &rarr; Component
+      <listitem><para>Right-click on this file and select Open With <symbol role="symbolfont">&rarr;</symbol> Component
         Descriptor Editor. (If this option is not present, check to make sure you installed
         the plug-ins as described <olink targetdoc="&uima_docs_overview;"
           targetptr="ugr.ovv.eclipse_setup.installation"/>. The EMF plugin is also
@@ -57,7 +57,7 @@
   <section id="ugr.tools.cde.creating_new_ae_descriptor">
     <title>Creating a New AE Descriptor</title>
     
-    <para>A new AE descriptor file may be created by selecting the File &rarr; New &rarr;
+    <para>A new AE descriptor file may be created by selecting the File <symbol role="symbolfont">&rarr;</symbol> New <symbol role="symbolfont">&rarr;</symbol>
       Other... menu. This brings up the following dialog:
       
       
@@ -112,14 +112,14 @@
       views.</para>
     
     <para>It is possible to set the Component Descriptor Editor as the default editor for all
-      .xml files by going to Window &rarr; Preferences, and then selecting File Associations
+      .xml files by going to Window <symbol role="symbolfont">&rarr;</symbol> Preferences, and then selecting File Associations
       on the left, and *.xml on the right, and finally by clicking on Component Descriptor
       Editor, the Default button and then OK. If AE and Type System descriptors are not the
       primary .xml files you work with within the Eclipse environment, we recommend not
       setting the Component Descriptor Editor as your default editor for all .xml files. To
       open an .xml file using the Component Descriptor Editor, if the Component Descriptor
       Editor is not set as your default editor, right click on the file in the Package Explorer,
-      or other navigational view, and select Open With &rarr; Component Descriptor Editor.
+      or other navigational view, and select Open With <symbol role="symbolfont">&rarr;</symbol> Component Descriptor Editor.
       This choice is remembered by Eclipse for subsequent open operations.</para>
     
   </section>
@@ -356,7 +356,7 @@
       <para>If you are using the Vinci protocol, it requires that you specify the location of
         the Vinci Name Server (an IP address and a Port number). You can specify these in the
         service descriptor, or globally, for your Eclipse workspace, using the Eclipse menu
-        item: Window &rarr; Preferences... &rarr; UIMA Preferences. If the remote service
+        item: Window <symbol role="symbolfont">&rarr;</symbol> Preferences... <symbol role="symbolfont">&rarr;</symbol> UIMA Preferences. If the remote service
         is available (up and running), additional operations become possible. For
         instance, hovering the mouse over the remote descriptor will show the description
         metadata from the remote service.</para>
@@ -660,7 +660,7 @@
     
     <para>Before discussing this page in detail, it is important to note that there are two
       settings that affect the operation of this page. These are accessed by selecting the
-      UIMA &rarr; Settings (or by going to the Eclipse Window &rarr; Preferences &rarr; UIMA
+      UIMA <symbol role="symbolfont">&rarr;</symbol> Settings (or by going to the Eclipse Window <symbol role="symbolfont">&rarr;</symbol> Preferences <symbol role="symbolfont">&rarr;</symbol> UIMA
       Preferences) and checking or unchecking one of the following: <quote>Auto generate
       .java files when defining types</quote> and <quote>Display fully qualified type
       names.</quote></para>
@@ -669,7 +669,7 @@
       Java, any time a change is made to a type and the change is saved, the corresponding .java
       files are generated using the JCasGen tool. The results are stored in the primary source
       directory defined for the project. The primary source directory is that listed first
-      when you right click on your project and select Properties &rarr; Java Build Path, click
+      when you right click on your project and select Properties <symbol role="symbolfont">&rarr;</symbol> Java Build Path, click
       on the Source tab and look in the list box under the text that reads: <quote>Source folder
       on build path.</quote> If no source folders are defined, you will get a warning that you
       have no source folders defined and JCasGen will not be run. (For information on JCasGen
@@ -1248,8 +1248,8 @@
       <title>Source formatting &ndash; indentation</title>
       
       <para>The XML is indented using an indentation amount saved as a global UIMA
-        preference. To change this preference, use the Eclipse menu item: Windows &rarr;
-        Preferences &rarr; UIMA Preferences.</para>
+        preference. To change this preference, use the Eclipse menu item: Windows <symbol role="symbolfont">&rarr;</symbol>
+        Preferences <symbol role="symbolfont">&rarr;</symbol> UIMA Preferences.</para>
       
     </section>
   </section>
@@ -1259,7 +1259,7 @@
     
     <para>It is also possible to use the Component Descriptor Editor to create or edit
       self-contained type systems. To create a self-contained type system, select the menu
-      item File &rarr; New &rarr; Other and then select Type System Descriptor File. From the
+      item File <symbol role="symbolfont">&rarr;</symbol> New <symbol role="symbolfont">&rarr;</symbol> Other and then select Type System Descriptor File. From the
       next page of the selection wizard specify a Parent Folder and File name and click Finish.
       
       

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/annotator_analysis_engine_guide.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/annotator_analysis_engine_guide.xml?view=diff&rev=483796&r1=483795&r2=483796
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/annotator_analysis_engine_guide.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/annotator_analysis_engine_guide.xml Thu Dec  7 19:09:19 2006
@@ -207,7 +207,7 @@
       <para>In Eclipse, expand the <literal>uimaj_examples</literal> project in the
         Package Explorer view, and browse to the file
         <literal>descriptors/tutorial/ex1/TutorialTypeSystem.xml</literal>.
-        Right-click on the file in the navigator and select Open With &rarr; Component
+        Right-click on the file in the navigator and select Open With <symbol role="symbolfont">&rarr;</symbol> Component
         Descriptor Editor. Once the editor opens, click on the <quote>Type System</quote>
         tab at the bottom of the editor window. You should see a view such as the
         following:</para>
@@ -290,7 +290,7 @@
         defined.</para>
       
       <para>This feature is enabled/disabled using the UIMA menu pulldown (or the Eclipse
-        Preferences &rarr; UIMA). If automatic running of JCasGen is not happening, please
+        Preferences <symbol role="symbolfont">&rarr;</symbol> UIMA). If automatic running of JCasGen is not happening, please
         make sure the option is checked:</para>
       
       
@@ -522,7 +522,7 @@
         distribution under the name
         <literal>descriptors/tutorial/ex1/RoomNumberAnnotator.xml.</literal> To
         edit it in Eclipse, right-click on that file in the navigator and select Open With
-        &rarr; Component Descriptor Editor.</para> <tip><para>In Eclipse, you can double
+        <symbol role="symbolfont">&rarr;</symbol> Component Descriptor Editor.</para> <tip><para>In Eclipse, you can double
       click on the tab at the top of the Component Descriptor Editor&apos;s window
       identifying the currently selected editor, and the window will
       <quote>Maximize</quote>. Double click it again to restore the original size.</para>
@@ -623,7 +623,7 @@
         script that is in the <literal>bin</literal> directory of your UIMA SDK
         installation, or, if you are using the example Eclipse project, execute the
         <quote>UIMA Document Analyzer</quote> run configuration supplied with that
-        project. (To do this, click on the menu bar Run &rarr; Run ... &rarr; and under Java
+        project. (To do this, click on the menu bar Run <symbol role="symbolfont">&rarr;</symbol> Run ... <symbol role="symbolfont">&rarr;</symbol> and under Java
         Applications in the left box, click on UIMA Document Analyzer.)</para>
       
       <para>You should see a screen that looks like this:</para>
@@ -929,8 +929,8 @@
       in the Eclipse package explorer view until you right-click the uimaj_examples project
       with the mouse, and select <quote>Refresh</quote>. This operation refreshes the
       Eclipse display to conform to what may have changed on the file system. Also, you can set
-      the Eclipse preferences for the workspace to automatically refresh (Window &rarr;
-      Preferences &rarr; General &rarr; Workspace, then click the <quote>refresh
+      the Eclipse preferences for the workspace to automatically refresh (Window <symbol role="symbolfont">&rarr;</symbol>
+      Preferences <symbol role="symbolfont">&rarr;</symbol> General <symbol role="symbolfont">&rarr;</symbol> Workspace, then click the <quote>refresh
       automatically</quote> checkbox.</para></note>
       
       <section id="ugr.tug.aae.logging.configuring">

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cpe.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cpe.xml?view=diff&rev=483796&r1=483795&r2=483796
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cpe.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cpe.xml Thu Dec  7 19:09:19 2006
@@ -234,7 +234,7 @@
         these components. That information is kept in the individual component
         descriptors. If you have made changes to these settings in the CPE Configurator tool
         and wish to save the settings back to the original descriptor files, use the
-        <literal>File &rarr; Save Component Configuration</literal> action.</para>
+        <literal>File <symbol role="symbolfont">&rarr;</symbol> Save Component Configuration</literal> action.</para>
       
       <para>The CPE configured above runs a simple name and title annotator on the sample data
         provided with the UIMA SDK and stores the results using the XMI Writer CAS Consumer. To
@@ -327,7 +327,7 @@
       the build path, because the uimaj_examples project is set up to include all the UIMA
       framework classes in its classpath already. </para></note>
       
-      <para>Next, in the Eclipse menu select <literal>Run &rarr;
+      <para>Next, in the Eclipse menu select <literal>Run <symbol role="symbolfont">&rarr;</symbol>
         Run</literal>..., which brings up the Run configuration screen.</para>
       
       <para>In the Main tab, set the main class to
@@ -438,7 +438,7 @@
           <literal>CollectionReader</literal> interface.</para> <tip><para>Eclipse
         tip &ndash; if you are using Eclipse, you can quickly create the boiler plate code and
         stubs for all of the required methods by clicking <literal>File</literal>
-        &rarr; <literal>New</literal> &rarr; <literal>Class</literal> to bring up the <quote>New Java Class</quote>
+        <symbol role="symbolfont">&rarr;</symbol> <literal>New</literal> <symbol role="symbolfont">&rarr;</symbol> <literal>Class</literal> to bring up the <quote>New Java Class</quote>
         dialogue, specifying
         <literal>org.apache.uima.collection.CollectionReader_ImplBase</literal>
         as the Superclass, and checking <quote>Inherited abstract methods</quote> in the
@@ -1401,7 +1401,7 @@
       creating a run configuration. To do this, highlight the SimpleRunCPE.java source file
       in the examples src/org/apache/uima/examples/cpe directory, and then</para>
     
-    <orderedlist><listitem><para>pick the menu Run &rarr; Run...</para></listitem>
+    <orderedlist><listitem><para>pick the menu Run <symbol role="symbolfont">&rarr;</symbol> Run...</para></listitem>
       
       <listitem><para>click <quote>Java Application</quote> and press
         <quote>New</quote></para></listitem>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml?view=diff&rev=483796&r1=483795&r2=483796
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml Thu Dec  7 19:09:19 2006
@@ -234,8 +234,8 @@
   <section id="ugr.tug.fc.creating_fc_descriptor">
     <title>Creating the Flow Controller Descriptor</title>
     
-    <para>To create a Flow Controller Descriptor in the CDE, use File &rarr; New &rarr; Other
-      &rarr; UIMA &rarr; Flow Controller Descriptor File:
+    <para>To create a Flow Controller Descriptor in the CDE, use File <symbol role="symbolfont">&rarr;</symbol> New <symbol role="symbolfont">&rarr;</symbol> Other
+      <symbol role="symbolfont">&rarr;</symbol> UIMA <symbol role="symbolfont">&rarr;</symbol> Flow Controller Descriptor File:
       
       
       <screenshot>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/htmlsingle-target.db
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/htmlsingle-target.db?view=diff&rev=483796&r1=483795&r2=483796
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/htmlsingle-target.db (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/htmlsingle-target.db Thu Dec  7 19:09:19 2006
@@ -506,8 +506,8 @@
             <xreftext>the section called “Packaging the PEAR structure into one file”</xreftext>
          </div>
          <div element="section" href="#ugr.ref.pear.installing" number="" targetptr="ugr.ref.pear.installing">
-            <ttl>Installing a PEAR fiel</ttl>
-            <xreftext>the section called “Installing a PEAR fiel”</xreftext>
+            <ttl>Installing a PEAR file</ttl>
+            <xreftext>the section called “Installing a PEAR file”</xreftext>
          </div>
       </div>
    </div>
@@ -544,8 +544,8 @@
          </div>
       </div>
       <div element="section" href="#ugr.ref.xmi.null_array_list_elements" number="7.6" targetptr="ugr.ref.xmi.null_array_list_elements">
-         <ttl>Null Array/List Elements"</ttl>
-         <xreftext>Section 7.6, “Null Array/List Elements"”</xreftext>
+         <ttl>Null Array/List Elements</ttl>
+         <xreftext>Section 7.6, “Null Array/List Elements”</xreftext>
       </div>
       <div element="section" href="#ugr.ref.xmi.sofas_views" number="7.7" targetptr="ugr.ref.xmi.sofas_views">
          <ttl>Subjects of Analysis (Sofas) and Views</ttl>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/pdf-target.db
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/pdf-target.db?view=diff&rev=483796&r1=483795&r2=483796
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/pdf-target.db (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/pdf-target.db Thu Dec  7 19:09:19 2006
@@ -506,8 +506,8 @@
             <xreftext>Section 6.1.5, “Packaging the PEAR structure into one file”</xreftext>
          </div>
          <div element="section" href="#ugr.ref.pear.installing" number="6.1.6" targetptr="ugr.ref.pear.installing">
-            <ttl>Installing a PEAR fiel</ttl>
-            <xreftext>Section 6.1.6, “Installing a PEAR fiel”</xreftext>
+            <ttl>Installing a PEAR file</ttl>
+            <xreftext>Section 6.1.6, “Installing a PEAR file”</xreftext>
          </div>
       </div>
    </div>
@@ -544,8 +544,8 @@
          </div>
       </div>
       <div element="section" href="#ugr.ref.xmi.null_array_list_elements" number="7.6" targetptr="ugr.ref.xmi.null_array_list_elements">
-         <ttl>Null Array/List Elements"</ttl>
-         <xreftext>Section 7.6, “Null Array/List Elements"”</xreftext>
+         <ttl>Null Array/List Elements</ttl>
+         <xreftext>Section 7.6, “Null Array/List Elements”</xreftext>
       </div>
       <div element="section" href="#ugr.ref.xmi.sofas_views" number="7.7" targetptr="ugr.ref.xmi.sofas_views">
          <ttl>Subjects of Analysis (Sofas) and Views</ttl>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf/custom.xsl
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf/custom.xsl?view=diff&rev=483796&r1=483795&r2=483796
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf/custom.xsl (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf/custom.xsl Thu Dec  7 19:09:19 2006
@@ -359,4 +359,12 @@
       </l:context>
     </l:l10n>
   </l:i18n>
-</xsl:stylesheet>
+
+<!-- create ability to switch to symbol fonts for FOP 0.20.5 -->
+  <xsl:template match="symbol[@role = 'symbolfont']">
+    <fo:inline font-family="Symbol">
+      <xsl:call-template name="inline.charseq"/>
+    </fo:inline>
+  </xsl:template>
+
+</xsl:stylesheet>
\ No newline at end of file