Import from v. 2.0.2 downloaded from http://getfo.org/texml/
[texml.git] / tests / data / texmlatte_ns.xml
1 <TeXML xmlns="http://getfo.sourceforge.net/texml/ns1">
2  <cmd name="documentclass" nl2="1">
3   <parm>article</parm>
4  </cmd>
5  <cmd name="title">
6   <parm>Edward Weston</parm>
7  </cmd>
8  <env name="document">
9   <cmd name="maketitle" nl2="1"/>
10   <cmd name="section*" nl2="1">
11    <parm>Some biographical information</parm>
12   </cmd>
13   Edward Weston
14   was born in
15   1886.
16   Weston
17   lived until
18   1958.
19   <cmd name="par" nl2="1"/>
20   Weston was a photographer who pioneered the modern use of photography
21   as an art form in the United States.
22   <cmd name="section*" nl1="1">
23    <parm>Some short quotes from Weston</parm>
24   </cmd>
25   <env name="enumerate">
26    <cmd name="item"/>
27    <TeXML ligatures="1">``</TeXML>My own eyes are no more than scouts on a preliminary search,
28    for the camera's eye may entirely change my idea.<TeXML ligatures="1">''</TeXML>
29    <cmd name="item"/>
30    <TeXML ligatures="1">``</TeXML>Ultimately success of failure in photographing people depends
31    on the photographer's ability to understand his fellow man.<TeXML ligatures="1">''</TeXML>
32   </env>
33   <cmd name="section*">
34    <parm>A longer quote</parm>
35   </cmd>
36   <env name="quote">
37    <TeXML ligatures="1">``</TeXML>One does not think during creative work, any more than one thinks
38   when driving a car. But one has a background of years - learning,
39   unlearning, success, failure, dreaming, thinking, experience, all
40   this - then the moment of creation, the focusing of all into the
41   moment. So I can make 'without thought,' fifteen carefully
42   considered negatives, one every fifteen minutes, given material
43   with as many possibilities. But there is all the eyes have seen in
44   this life to influence me.<TeXML ligatures="1">''</TeXML>
45   </env>
46  </env>
47 </TeXML>