<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-text-plain" wrap="true" style="font-family:
      -moz-fixed; font-size: 13px;" lang="el">
<pre wrap="">
Could any experienced TikZ user please advise me how (apart from \expandafter hacks or a wrapper macro) I may achieve the effect of  the last part of :

</pre>
<blockquote type="cite" style="color: #000000;">
<pre wrap="">\begin {tikzpicture} [decoration={text={\input very-long-text-file}, ...]
</pre>
</blockquote>
<pre wrap="">
Used as-is, the \input is not expanded and the file not inserted.  I tried :

<blockquote type="cite">\def \Input #1{\input {Polylingual-welcomes}}
\begin {tikzpicture} [decoration={text={*}, style characters={*} with {character command=\Input}, ...]</blockquote>
but although syntactically valid and \input being expanded, the timing is such that that "text effects along path" and other formatting requirements are all lost.

<i>Philip Taylor</i>



</pre>
</div>
</body>
</html>