<html>
Wawan, is it true that you look at postings only, not on your ingoing
e-mail? <br>
And that you don't post answers (&quot;reply to all&quot;)!? 
...<br><br>
At 23:12 12.02.09, wawan wrote:<br>
<blockquote type=cite class=cite cite>On Fri, Feb 13, 2009 at 2:54 AM,
Uwe Lück &lt;<a href="mailto:uwe.lueck@web.de">uwe.lueck@web.de</a>&gt;
wrote:<br>
<blockquote type=cite class=cite cite>At 14:13 12.02.09, wawan
wrote:<br>
&gt;I already make parsing from text document to
&quot;signed/tagged&quot; text document<br>
&gt;using perl. Now I need converted those tagged document using my
own<br>
&gt;metafont symbol.<br><br>
1. If you work with Perl anyway, then I don't understand why you want
to<br>
use LaTeX for replacements instead of Perl.</blockquote>Yes, I
believethis my fault, I have lack of knowledge about Latex so I just
implemented&nbsp; algorithm with perl first and I'll learn latex
then</blockquote><br>
Have you *reasoned* why you want do the replacing with LaTeX, not with
Perl?<br><br>
<blockquote type=cite class=cite cite><blockquote type=cite class=cite cite>&gt;I
hope Latex can &quot;read&quot; my signed text using ifthen package or
others and<br>
&gt;make it one new package.<br>
&gt;<br>
2. To the best of my knowledge, the ifthen package would be of almost
no<br>
use here. You would need some string handling macros, I pointed to
some<br>
packages offering such macros. ifthen only can decide whether two
given<br>
strings are the same.</blockquote>Hmmm... how about this algorithm If
some characters (ex: X,Y,Z) followed by (U,A,O) the replace&nbsp; with
symbols else with others.</blockquote><br>
Besides an algorithm, you need an implementation -- that actually
operates on strings. You need macros referring to strings und substrings.
This has (almost) nothing to do with implementing &quot;if&quot; and
&quot;then&quot; as ifthen does it. <br><br>
Indeed, the first argument of \ifthenelse needs a *test* referring to
certain things. The ifthen package implements tests of equality of
strings, on oddness of numbers and of &lt;, =, &gt; of lenghts only
(besides calculating boolean values). <br><br>
The xifthen package adds tests for substrings, but it doesn't implement
any *operations* on strings, i.e., generate a certain output string from
some input strings. <br><br>
<blockquote type=cite class=cite cite><blockquote type=cite class=cite cite>&gt;But
I'm still confuse how to make a .sty, there was&nbsp; litle
documentatation<br>
&gt;on that<br>
3. I have offered a probable solution, what are you missing for a
&quot;.sty&quot; now?</blockquote>I mean, I need bulid own .sty, how to
do that ? there was very limited doc. :(</blockquote><br>
There is a guide for class and package writers at <br><br>
&nbsp;&nbsp;&nbsp;
<a href="http://www.ctan.org/macros/latex/doc/clsguide.pdf" eudora="autourl">http://www.ctan.org/macros/latex/doc/clsguide.pdf</a><br><br>
and a section on the same matter in the LaTeX Companion. And finally CTAN
is full of examples. <br><br>
All the best, <br><br>
&nbsp;&nbsp;&nbsp; Uwe <br>
</html>