This repository has been archived by the owner on Dec 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathv22-news.html
209 lines (185 loc) · 7.32 KB
/
v22-news.html
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<meta name="author" content="Aurelio Jargas www.aurelio.net">
<META NAME="generator" CONTENT="http://txt2tags.org">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<LINK REL="stylesheet" TYPE="text/css" HREF="inc/site.css">
<TITLE>News on Txt2tags v2.2</TITLE>
<link rel="icon" type="image/png" href="/favicon.png">
</HEAD>
<BODY>
<DIV CLASS="header" ID="header">
<H1>News on Txt2tags v2.2</H1>
<H3>Dec 2004</H3>
</DIV>
<DIV CLASS="body" ID="body">
<div id="sidebar">
Hot
<ul>
<li id="menuonline"><a href="./online.php">Txt2tags Online</a></li>
<li id="menumarkup"><a href="./markup.html">Markup Demo</a></li>
</ul>
About
<ul>
<!-- <li id="menuhome"><a href="/">Home</a></li> -->
<li id="menufeatures"><a href="./features.html">Features</a></li>
<li id="menusample"><a href="./sample.html">Example</a></li>
<li id="menushots"><a href="./shots.html">Screenshots</a></li>
<li id="menudocs"><a href="./docs.html">Documentation</a></li>
<li id="menutips"><a href="./tips.html">Tips & Tricks</a></li>
<!--
<li id="menuoldnews"><a href="./misc/oldnews.html">Old News</a></li>
-->
</ul>
Code
<ul>
<li id="menudownload"><a href="./download.html">Download</a></li>
<li id="menuchangelog"><a href="./changelog.html">Changelog</a></li>
<li id="menutools"><a href="./tools.html">Tools</a></li>
<li><a href="https://github.com/txt2tags/txt2tags">GitHub</a></li>
</ul>
Community
<ul>
<li id="menuwiki"><a href="http://wiki.txt2tags.org">Wiki</a></li>
<li id="menublog"><a href="http://txt2tags.wordpress.com">Blog</a></li>
<li id="menuteam"><a href="./team/index.html">The Team</a></li>
<li id="menuchildren"><a href="./children.html">The Children</a></li>
<li id="menucomments"><a href="http://txt2tags.wordpress.com/user-comments/">User Comments</a></li>
<li id="menuart"><a href="./art.html">Artwork</a></li>
</ul>
Social
<ul>
<li id="menuml"><a href="./ml.html">Mailing List</a></li>
<li><a href="http://www.facebook.com/pages/txt2tags/335201827209">Facebook</a></li>
<!-- <li><a href="http://www.orkut.com.br/Main#Community?cmm=87935">Orkut</a></li> -->
</ul>
<P>
<A HREF="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=verde%40aurelio%2enet&item_name=txt2tags%20donation&no_shipping=1&return=http%3a%2f%2faurelio%2enet%2fdonate%2dthanks%2ehtml&cn=&tax=0&currency_code=USD&bn=PP%2dDonationsBF&charset=UTF%2d8"><IMG ALIGN="middle" SRC="img/donate.png" BORDER="0" alt="DONATE"></A>
</P>
</div>
<P>
A quick guide showing the new features for this version.
For a complete list of all the changes, see the
<A HREF="./changelog.html">ChangeLog</A>.
</P>
<HR NOSHADE SIZE=1>
<DIV CLASS="toc">
<UL>
<LI><A HREF="#lout">New target: Lout</A>
<LI><A HREF="#css-inside">New option --css-inside</A>
<LI><A HREF="#t2tconfig">New environment variable T2TCONFIG</A>
<LI><A HREF="#i18n">Program Translated to New Languages</A>
<LI><A HREF="#other">Other</A>
</UL>
</DIV>
<HR NOSHADE SIZE=1>
<H1 ID="lout">New target: Lout</H1>
<P>
About Lout:
</P>
<BLOCKQUOTE>
Lout is a document format that is similar to LaTeX. The text
is tagged using "@tag{}" instead "\tag{}" and can generate
formulas, figures, graphics, tables and more. Its power is
compared to LaTeX and it is more compact and simple to use.
But Lout is not so known and don't have a huge user base.
Please go to the Lout site for more information:
<A HREF="http://snark.ptc.spbu.ru/~uwe/lout/">http://snark.ptc.spbu.ru/~uwe/lout/</A>
</BLOCKQUOTE>
<P>
The <CODE>lout</CODE> command (available for UNIX and Linux) convert the .lout
files to Postscript (.ps), PDF and clear text. Now with txt2tags
generating Lout files, you just have to use the lout command to create
professional documents, with paging and index.
</P>
<BLOCKQUOTE>
Note: The table support is not done yet.
</BLOCKQUOTE>
<H1 ID="css-inside">New option --css-inside</H1>
<P>
With the <CODE>-style</CODE> option you can use external CSS files in your HTML
and XHTML documents to improve their appearance. Using together the
new <CODE>--css-inside</CODE> option all the CSS file contents is embedded into
the (X)HTML document headers. This way all the contents and formatting
are saved on the same file, so you don't have to provide the separate
CSS file.
</P>
<P>
This feature is useful when you need to use CSS formatting in a single
(X)HTML file, so you can distribute just one file (HTML) and not two
(HTML+CSS).
</P>
<H1 ID="t2tconfig">New environment variable T2TCONFIG</H1>
<P>
The program now searches for the RC configuration file location on the
<CODE>T2TCONFIG</CODE> environment variable.
</P>
<P>
If it exists, the configurations are read from the file path it is
informing. If not, the default places are tried: <CODE>~/.txt2tagsrc</CODE> on
Linux and <CODE>%homepath%\_t2trc</CODE> on Windows.
</P>
<H1 ID="i18n">Program Translated to New Languages</H1>
<P>
Besides the current languages, now the program interface and messages
are also translated to:
</P>
<UL>
<LI>Spanish (es)
<LI>German (de)
<LI>French (fr)
</UL>
<P>
<B>Add your language!</B> Get <A HREF="https://raw.githubusercontent.com/txt2tags/txt2tags/master/po/txt2tags.pot">this potfile</A> and
translate the messages. More info on the <A HREF="https://raw.githubusercontent.com/txt2tags/txt2tags/master/po/README">i18n README file</A>.
</P>
<H1 ID="other">Other</H1>
<UL>
<LI>The strong bar mark (<CODE>==========</CODE>) now is used as a manual page
break in targets that are paged: LaTeX and Lout.
<P></P>
<LI>The LaTeX headers has changed. Now the tex->PDF conversion produces
improved documents with "clickable" blue links.
<P></P>
<LI>The accented chars problem on XHTML target was fixed. Just be sure
you inform the correct encoding for the document. Example:
<CODE>%!encoding: iso-8859-1</CODE>.
<P></P>
<LI>Changes were made on the program structure to make it easier to be
used as a Python module. Now errors can be captured as exceptions,
and methods are more accessible. See the sample scripts on the
<CODE>samples/module/</CODE> dir.
<P></P>
<LI>The <CODE>--debug</CODE> option output was revamped, making it easier to
understand.
</UL>
<P>
<A HREF="./download.html">Download the new version!</A>
</P>
</div><div id="footer">
<P>
<IMG ALIGN="middle" SRC="img/t2tpowered-white.png" BORDER="0" ALT="">
</P>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png"></a>
<P>
Last modified on 02 November 2016 at 20:17
(<A HREF="v22-news.t2t">See sources</A>,
<A HREF="http://validator.w3.org/check?uri=referer">Validate HTML</A>)
</P>
</div><div id="fake">
<!-- Google Analytics code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-280222-14']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</DIV>
<!-- html code generated by txt2tags 2.6.641 (http://txt2tags.org) -->
<!-- cmdline: txt2tags -t html ./v22-news.t2t -->
</BODY></HTML>