1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
|
% sgml-tools to lyx replacement file
%
% ----------------------------------------------------------
% Copyright 1995 Frank Pavageau <frank@via.ecp.fr>
% Original version
% Copyright 1997 Jose' Matos <jamatos@novalis.fc.up.pt>
% Modified to simplify, correct and update lyx output (December 97)
% Copyright 2008 Agustin Martin <agmartin@debian.org>
% Fix references format and improve/add family/series/shape strings
% LyX code is up to date with 0.12.xx series
% ----------------------------------------------------------
<qwertz> +
</qwertz> +
<article> + "@article@" +
</article> + "\\the_end"
<report> + "@report@" +
</report> + "\\the_end"
<book> + "@book@" +
</book> + "\\the_end"
<notes>
</notes>
<manpage>
</manpage>
<titlepag>
</titlepag> + % "\\layout Standard\n"
<title> + "\\layout Title\n"
"\\added_space_top vfill \\added_space_bottom vfill\n"
</title> +
<subtitle> +
</subtitle> +
<author> + "\\layout Author" +
</author> +
<name>
</name>
<and> " and "
</and>
<date> + "\\layout Date" +
</date> +
<abstract> + "\\layout Abstract" +
</abstract> +
<toc> + "\\layout Standard\n"
"\\begin_inset LatexCommand \\tableofcontents\n"
"\\end_inset\n" +
</toc>
<chapt> + "\\layout Chapter" +
</chapt>
<sect> + "\\layout Section" +
</sect>
<sect1> + "\\layout Subsection" +
</sect1>
<sect2> + "\\layout Subsubsection" +
</sect2>
<sect3> + "\\layout Paragraph" +
</sect3>
<sect4> + "\\layout Subparagraph" +
</sect4>
<heading>
</heading>
<p> + "\\layout Standard" +
</p> + "\n"
<itemize> "@itemize@\n" +
</itemize> + "@/itemize@" +
<enum> "@enumerate@\n" +
</enum> + "@/enumerate@" +
<item> + "@item@" +
</item> + "\n" +
<descrip> + "@descrip@\n" +
</descrip> + "@/descrip@\n"
<tag> + "@tag@\n"
</tag> + "@/tag@\n" +
<sf> + "\\family sans" +
</sf> + "\\family default" +
<tt> + "\\family typewriter" +
</tt> + "\\family default" +
<em> + "\\shape italic" +
</em> + "\\shape default" +
<sc> + "\\shape smallcaps" +
</sc> + "\\shape default" +
<sl> + "\\shape slanted" +
</sl> + "\\shape default" +
<bf> + "\\series bold" +
</bf> + "\\series default" +
<code> + "\\layout Code\n" +
</code>
<verb> + "@verb@\n" +
</verb> + "@/verb@" +
<tscreen> + "@tscreen@" +
</tscreen> + "@/tscreen@" +
<quote> + "\\layout Quote\n" +
</quote>
<label> + "\\begin_inset LatexCommand \\label{[ID]}\n"
"\\end_inset \n"
</label>
<ref> + "\\begin_inset LatexCommand \\ref{[ID]}\n"
"\\end_inset\n"
</ref>
<url> + "\\begin_inset LatexCommand \\url\[[NAME]\]{[URL]}\n"
"\\end_inset\n"
</url>
<htmlurl> + "\\begin_inset LatexCommand \\htmlurl\[[NAME]\]{[URL]}\n"
"\\end_inset\n"
</htmlurl>
|