~ubuntu-branches/ubuntu/wily/docbook-xsl-doc/wily

« back to all changes in this revision

Viewing changes to doc/fo/writing.mode.html

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-05-26 00:54:15 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20130526005415-uktl1p29syniq984
Tags: 1.78.1-1
* New upstream release.
* debian/control: Dropped DM-Upload-Allowed field.
  (Standards-Version): Bumped to 3.9.4.
* debian/watch: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>writing.mode</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference�Documentation"><link rel="up" href="l10n.html" title="Localization"><link rel="prev" href="l10n.lang.value.rfc.compliant.html" title="l10n.lang.value.rfc.compliant"><link rel="next" href="ebnf.html" title="EBNF"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">writing.mode</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="l10n.lang.value.rfc.compliant.html">Prev</a>�</td><th width="60%" align="center">Localization</th><td width="20%" align="right">�<a accesskey="n" href="ebnf.html">Next</a></td></tr></table><hr></div><div class="refentry" title="writing.mode"><a name="writing.mode"></a><div class="titlepage"></div>
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>writing.mode</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference�Documentation"><link rel="up" href="l10n.html" title="Localization"><link rel="prev" href="l10n.lang.value.rfc.compliant.html" title="l10n.lang.value.rfc.compliant"><link rel="next" href="ebnf.html" title="EBNF"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">writing.mode</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="l10n.lang.value.rfc.compliant.html">Prev</a>�</td><th width="60%" align="center">Localization</th><td width="20%" align="right">�<a accesskey="n" href="ebnf.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="writing.mode"></a><div class="titlepage"></div>
2
2
 
3
3
<div class="refnamediv"><h2><span class="refentrytitle">writing.mode</span></h2><p>
4
4
writing.mode
5
5
 &#8212; Direction of text flow based on locale
6
6
</p></div>
7
7
 
8
 
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
 
8
<div class="refsynopsisdiv"><h2>Synopsis</h2>
9
9
<a name="writing.mode.frag"></a><pre class="programlisting">
10
10
&lt;xsl:param name="writing.mode"&gt;
11
11
  &lt;xsl:call-template name="gentext"&gt;
20
20
</pre>
21
21
</div>
22
22
 
23
 
<div class="refsection" title="Description"><a name="id36238251"></a><h2>Description</h2>
 
23
<div class="refsection"><a name="idp6925648"></a><h2>Description</h2>
24
24
 
25
25
<p>Sets direction of text flow and text alignment based on locale.
26
26
The value is normally taken from the gentext file for the 
27
27
lang attribute of the document's root element, using the 
28
28
key name 'writing-mode' to look it up in the gentext file.
29
 
But the param can also be
 
29
But this param can also be
30
30
set on the command line to override that gentext value.
31
31
</p>
32
32
<p>Accepted values are:
33
 
</p><div class="variablelist"><dl><dt><span class="term">lr-tb</span></dt><dd>
 
33
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">lr-tb</span></dt><dd>
34
34
      <p>Left-to-right text flow in each line, lines stack top to bottom.</p>
35
35
    </dd><dt><span class="term">rl-tb</span></dt><dd>
36
36
      <p>Right-to-left text flow in each line, lines stack top to bottom.</p>