<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for The AcroTeX blog</title>
	<atom:link href="http://www.acrotex.net/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.acrotex.net/blog</link>
	<description>The AcroTeX blog publishes articles on PDF and the AcroTeX family of LaTeX packages</description>
	<lastBuildDate>Tue, 15 May 2012 20:47:13 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Countdown Maximum Length Input by D. P. Story</title>
		<link>http://www.acrotex.net/blog/?p=784#comment-56</link>
		<dc:creator>D. P. Story</dc:creator>
		<pubDate>Tue, 15 May 2012 20:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrotex.net/blog/?p=784#comment-56</guid>
		<description>The same script should work. A comb field sets the char limit. The script makes no distinction between the two.</description>
		<content:encoded><![CDATA[<p>The same script should work. A comb field sets the char limit. The script makes no distinction between the two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Countdown Maximum Length Input by Dale Schrodetzki</title>
		<link>http://www.acrotex.net/blog/?p=784#comment-55</link>
		<dc:creator>Dale Schrodetzki</dc:creator>
		<pubDate>Tue, 15 May 2012 20:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrotex.net/blog/?p=784#comment-55</guid>
		<description>Got the update Thanks!

However, I am using Options; &quot;Comb of&quot; to limit my text / characters
(an easy way to obtain a kerning effect).

The current, updated script, I think, is using the &quot;Limit of&quot; option
to set a maximum character limit.

Options would be to script / Kern the text fields on
a Document level or use the previous version (I do not have this script).

Can this script reference the &quot;Comb of&quot; instead of &quot;Limit of&quot; ?

I look forward to your thoughts..

D-</description>
		<content:encoded><![CDATA[<p>Got the update Thanks!</p>
<p>However, I am using Options; &#8220;Comb of&#8221; to limit my text / characters<br />
(an easy way to obtain a kerning effect).</p>
<p>The current, updated script, I think, is using the &#8220;Limit of&#8221; option<br />
to set a maximum character limit.</p>
<p>Options would be to script / Kern the text fields on<br />
a Document level or use the previous version (I do not have this script).</p>
<p>Can this script reference the &#8220;Comb of&#8221; instead of &#8220;Limit of&#8221; ?</p>
<p>I look forward to your thoughts..</p>
<p>D-</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Countdown Maximum Length Input by Karl Heinz Kremer</title>
		<link>http://www.acrotex.net/blog/?p=784#comment-54</link>
		<dc:creator>Karl Heinz Kremer</dc:creator>
		<pubDate>Tue, 15 May 2012 15:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrotex.net/blog/?p=784#comment-54</guid>
		<description>Great. Thank you!</description>
		<content:encoded><![CDATA[<p>Great. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Countdown Maximum Length Input by D. P. Story</title>
		<link>http://www.acrotex.net/blog/?p=784#comment-53</link>
		<dc:creator>D. P. Story</dc:creator>
		<pubDate>Tue, 15 May 2012 14:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrotex.net/blog/?p=784#comment-53</guid>
		<description>Karl, I&#039;ve uploaded a new version of this PDF that responds to Ctrl+Z. Ctrl+Z would enter the deleted text as committed text. I&#039;ve remove the conditional if (!event.willCommit), so the keystroke script is executed for committed and uncommitted data.</description>
		<content:encoded><![CDATA[<p>Karl, I&#8217;ve uploaded a new version of this PDF that responds to Ctrl+Z. Ctrl+Z would enter the deleted text as committed text. I&#8217;ve remove the conditional if (!event.willCommit), so the keystroke script is executed for committed and uncommitted data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Countdown Maximum Length Input by D. P. Story</title>
		<link>http://www.acrotex.net/blog/?p=784#comment-52</link>
		<dc:creator>D. P. Story</dc:creator>
		<pubDate>Tue, 15 May 2012 12:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrotex.net/blog/?p=784#comment-52</guid>
		<description>Ctrl-Z is something that I never considered. If what you say is true, there is no solution until Acrobat reports Ctrl-Z.

Thanks, dps</description>
		<content:encoded><![CDATA[<p>Ctrl-Z is something that I never considered. If what you say is true, there is no solution until Acrobat reports Ctrl-Z.</p>
<p>Thanks, dps</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Countdown Maximum Length Input by Karl Heinz Kremer</title>
		<link>http://www.acrotex.net/blog/?p=784#comment-51</link>
		<dc:creator>Karl Heinz Kremer</dc:creator>
		<pubDate>Tue, 15 May 2012 12:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrotex.net/blog/?p=784#comment-51</guid>
		<description>Thank you for sharing your approach to solving this problem. I&#039;ve tried this before and was not able to come up with a solution that covers all cases, so I was excited to see another approach. Unfortunately, your solution suffers from the same problem that I was not able to overcome as well: As long as you just enter and delete, or paste into the form field, everything works just fine. The problem is that you cannot correctly deal with the Ctrl-Z Undo operation: Acrobat does not send a keystroke event for that operation, so the character count is wrong right after the user presses Ctrl-Z. Things will of course be corrected when new characters are types. 

Again, thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing your approach to solving this problem. I&#8217;ve tried this before and was not able to come up with a solution that covers all cases, so I was excited to see another approach. Unfortunately, your solution suffers from the same problem that I was not able to overcome as well: As long as you just enter and delete, or paste into the form field, everything works just fine. The problem is that you cannot correctly deal with the Ctrl-Z Undo operation: Acrobat does not send a keystroke event for that operation, so the character count is wrong right after the user presses Ctrl-Z. Things will of course be corrected when new characters are types. </p>
<p>Again, thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The fortextbook option: Part 2, The Student Edition by Ernest Afari</title>
		<link>http://www.acrotex.net/blog/?p=649#comment-48</link>
		<dc:creator>Ernest Afari</dc:creator>
		<pubDate>Sun, 05 Feb 2012 13:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrotex.net/blog/?p=649#comment-48</guid>
		<description>Hello Dr. Story,

How are you Don? I am writing a textbook for the course I am teaching and so your latest creation &quot;fortexbook&quot; will be perfect for me. I have tried your source file &quot;ltxfortexbook_se.ltx&quot; but I am getting errors. I have installed the latest &quot;eqexam&quot;. Is there something else I have to do?

By the way, I am completing my PhD in June, 2012 and also two different journal articles I have written using your Jeopardy games have been accepted and in press. I will send you copies when they are finally published.

Regards,

Ernest</description>
		<content:encoded><![CDATA[<p>Hello Dr. Story,</p>
<p>How are you Don? I am writing a textbook for the course I am teaching and so your latest creation &#8220;fortexbook&#8221; will be perfect for me. I have tried your source file &#8220;ltxfortexbook_se.ltx&#8221; but I am getting errors. I have installed the latest &#8220;eqexam&#8221;. Is there something else I have to do?</p>
<p>By the way, I am completing my PhD in June, 2012 and also two different journal articles I have written using your Jeopardy games have been accepted and in press. I will send you copies when they are finally published.</p>
<p>Regards,</p>
<p>Ernest</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Acrobat Security Changes in 10.1.1 and AcroTeX by D. P. Story</title>
		<link>http://www.acrotex.net/blog/?p=737#comment-47</link>
		<dc:creator>D. P. Story</dc:creator>
		<pubDate>Fri, 25 Nov 2011 14:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrotex.net/blog/?p=737#comment-47</guid>
		<description>Ernest, this new security is only for Acrobat X (or later). If you continue to use Version 9, leave your JavaScript where they are now. You only have to move them if you upgrade to X. Concerning your old documents, they do not change. When you created them with Version 9, any JS that was imported at that time was save within your document and is there still. So, don&#039;t worry, these changes apply to 10.1.1. 

Good to hear from you Ernest, don.</description>
		<content:encoded><![CDATA[<p>Ernest, this new security is only for Acrobat X (or later). If you continue to use Version 9, leave your JavaScript where they are now. You only have to move them if you upgrade to X. Concerning your old documents, they do not change. When you created them with Version 9, any JS that was imported at that time was save within your document and is there still. So, don&#8217;t worry, these changes apply to 10.1.1. </p>
<p>Good to hear from you Ernest, don.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Acrobat Security Changes in 10.1.1 and AcroTeX by Ernest Afari</title>
		<link>http://www.acrotex.net/blog/?p=737#comment-46</link>
		<dc:creator>Ernest Afari</dc:creator>
		<pubDate>Fri, 25 Nov 2011 06:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrotex.net/blog/?p=737#comment-46</guid>
		<description>I use Acrobat Pro  version 9 (distiller work flow). If I move JaveScripts to this new location (%AppData%\Adobe\Acrobat\Privileged\10.0\JavaScripts), will the document  
I create the distiller 9 work well with Adobe reader 10? Or I have to buy Acrobat 10 and recreate all the previous documents I have created with Acrobat 9?</description>
		<content:encoded><![CDATA[<p>I use Acrobat Pro  version 9 (distiller work flow). If I move JaveScripts to this new location (%AppData%\Adobe\Acrobat\Privileged\10.0\JavaScripts), will the document<br />
I create the distiller 9 work well with Adobe reader 10? Or I have to buy Acrobat 10 and recreate all the previous documents I have created with Acrobat 9?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Exam Record on the Cover Page by Aran Garcia-Bellido</title>
		<link>http://www.acrotex.net/blog/?p=703#comment-44</link>
		<dc:creator>Aran Garcia-Bellido</dc:creator>
		<pubDate>Fri, 07 Oct 2011 19:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrotex.net/blog/?p=703#comment-44</guid>
		<description>Hello, this is a great tool, but I think it would be very nice to have acouple more options:
1) make the report available in the instructions, or as part of the title of the first page..., but basically not make it necessary to have a coverpage.  
2) make the summary per problem: not per page or per part. 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello, this is a great tool, but I think it would be very nice to have acouple more options:<br />
1) make the report available in the instructions, or as part of the title of the first page&#8230;, but basically not make it necessary to have a coverpage.<br />
2) make the summary per problem: not per page or per part. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

