<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/comp.text.tex</id>
  <title type="text">comp.text.tex Google Group</title>
  <subtitle type="text">
  Discussion about the TeX and LaTeX systems &amp; macros.
  </subtitle>
  <link href="/group/comp.text.tex/feed/atom_v1_0_msgs.xml" rel="self" title="comp.text.tex feed"/>
  <updated>2013-05-21T17:33:49Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Jack</name>
  <email>nomailth...@hotmail.com</email>
  </author>
  <updated>2013-05-21T17:33:49Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/4fb4c5a1514a3458?show_docid=4fb4c5a1514a3458</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/4fb4c5a1514a3458?show_docid=4fb4c5a1514a3458"/>
  <title type="text">Re: No Output File</title>
  <summary type="html" xml:space="preserve">
  &amp;lt;&amp;lt;Personally, I would just edit ws-ijnt.cls and remove all four &lt;br&gt; instances of \InputIfFileExists (lines 658 tp 662 in my copy), &lt;br&gt; replacing the whole lot with &lt;br&gt; \RequirePackage{epsfig} &lt;br&gt; And then complain to the publisher about such a stupid &lt;br&gt; coding in their class file.&amp;gt;&amp;gt; &lt;br&gt; &lt;p&gt;Thankyou for this. Assuming you literally mean I chop out the whole section
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ahmed Musa</name>
  <email>amus...@gmail.com</email>
  </author>
  <updated>2013-05-21T16:35:34Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/4075960fc31957bd/eaf10deb84b8e85e?show_docid=eaf10deb84b8e85e</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/4075960fc31957bd/eaf10deb84b8e85e?show_docid=eaf10deb84b8e85e"/>
  <title type="text">Re: \in@ and the category code 6</title>
  <summary type="html" xml:space="preserve">
  See more robust solutions at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tex.stackexchange.com/questions/115240/checking-if-a-string-contains-with-its-original-catcode&quot;&gt;[link]&lt;/a&gt;.
  </summary>
  </entry>
  <entry>
  <author>
  <name>GL</name>
  <email>gouail...@gmail.com</email>
  </author>
  <updated>2013-05-21T16:01:06Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/7d37e48555f39571/a67da83236c7fbe1?show_docid=a67da83236c7fbe1</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/7d37e48555f39571/a67da83236c7fbe1?show_docid=a67da83236c7fbe1"/>
  <title type="text">Re: Another strangeness in conditionals</title>
  <summary type="html" xml:space="preserve">
  Le 21/05/2013 12:30, Ulrich D i e z a �crit : &lt;br&gt; &lt;p&gt;The log says : &lt;br&gt; &lt;p&gt;{\ifcase: (level 1) entered on line 33} &lt;br&gt; {\iffalse: (level 2) entered on line 33} &lt;br&gt; {false} &lt;br&gt; {\else: \iffalse (level 2) entered on line 33} &lt;br&gt; {case 1} &lt;br&gt; {\or: \iffalse (level 2) entered on line 33} &lt;br&gt; {\else: \iffalse (level 2) entered on line 33}
  </summary>
  </entry>
  <entry>
  <author>
  <name>GL</name>
  <email>gouail...@gmail.com</email>
  </author>
  <updated>2013-05-21T15:58:10Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/7d37e48555f39571/09e7d0d7dffe4510?show_docid=09e7d0d7dffe4510</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/7d37e48555f39571/09e7d0d7dffe4510?show_docid=09e7d0d7dffe4510"/>
  <title type="text">Re: Another strangeness in conditionals</title>
  <summary type="html" xml:space="preserve">
  Le 21/05/2013 17:56, GL a �crit : &lt;br&gt; &lt;p&gt;Sorry : the \else part is actually executed in this case and the &lt;br&gt; error is hopefully expected.
  </summary>
  </entry>
  <entry>
  <author>
  <name>GL</name>
  <email>gouail...@gmail.com</email>
  </author>
  <updated>2013-05-21T15:56:05Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/7d37e48555f39571/e8bead16d45a45cd?show_docid=e8bead16d45a45cd</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/7d37e48555f39571/e8bead16d45a45cd?show_docid=e8bead16d45a45cd"/>
  <title type="text">Re: Another strangeness in conditionals</title>
  <summary type="html" xml:space="preserve">
  Le 21/05/2013 15:11, Enrico Gregorio a �crit : &lt;br&gt; &lt;p&gt;Right. &lt;br&gt; &lt;p&gt;Not really since : &lt;br&gt; &lt;p&gt;\ifcase 2 zero \or one \else other \or error\fi % throws an error &lt;br&gt; &lt;p&gt;So that the \else of \ifcase does not behave like the \else of \iftrue : &lt;br&gt; &lt;p&gt;\iftrue true\else false \or ok \fi % OK.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Enrico Gregorio</name>
  <email>facile.da.trov...@in.rete.it</email>
  </author>
  <updated>2013-05-21T13:11:52Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/7d37e48555f39571/08c48af80140a5d0?show_docid=08c48af80140a5d0</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/7d37e48555f39571/08c48af80140a5d0?show_docid=08c48af80140a5d0"/>
  <title type="text">Re: Another strangeness in conditionals</title>
  <summary type="html" xml:space="preserve">
  My understanding is that when the conditional is false, &lt;br&gt; TeX skips tokens until finding the matching \else. In &lt;br&gt; the third case, it finds a misplaced \or /before/ finding &lt;br&gt; the matching \else, so it raises an error. &lt;br&gt; &lt;p&gt;Conversely, when TeX expands \else, it just skips to the &lt;br&gt; matching \fi. &lt;br&gt; &lt;p&gt;Why did Knuth choose so, I don&#39;t know.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ulrich D i e z</name>
  <email>eu_angel...@web.de</email>
  </author>
  <updated>2013-05-21T10:30:47Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/7d37e48555f39571/0e2e92f216ec9910?show_docid=0e2e92f216ec9910</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/7d37e48555f39571/0e2e92f216ec9910?show_docid=0e2e92f216ec9910"/>
  <title type="text">Re: Another strangeness in conditionals</title>
  <summary type="html" xml:space="preserve">
  GL wrote: &lt;br&gt; &lt;p&gt;Actually I don&#39;t have a clue. &lt;br&gt; &lt;p&gt;To me it seems that chapter 20 of the TeXbook almost says &lt;br&gt; that &amp;lt;true&amp;gt;-branches that are to be skipped can end by \else, &lt;br&gt; \or or \fi while the token ending the branch will be carried out. &lt;br&gt; (So the &amp;lt;true&amp;gt;-branch of the \iffalse-construct ends by \or and TeX
  </summary>
  </entry>
  <entry>
  <author>
  <name>Axel Berger</name>
  <email>axel.ber...@gmx.de</email>
  </author>
  <updated>2013-05-21T10:23:23Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/d08013ddbe2064c0/75437c29df05dc30?show_docid=75437c29df05dc30</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/d08013ddbe2064c0/75437c29df05dc30?show_docid=75437c29df05dc30"/>
  <title type="text">Re: IEEE modify first page margin</title>
  <summary type="html" xml:space="preserve">
  A nasty hack that thought ought to do it is to add &lt;br&gt; &lt;p&gt;\raisebox{10.9mm}{\strut} &lt;br&gt; &lt;p&gt;to your title. &lt;br&gt; &lt;p&gt;Axel
  </summary>
  </entry>
  <entry>
  <author>
  <name>Monika</name>
  <email>monika.black...@uqconnect.edu.au</email>
  </author>
  <updated>2013-05-21T09:10:18Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/d08013ddbe2064c0/3a5026bc709c8cdf?show_docid=3a5026bc709c8cdf</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/d08013ddbe2064c0/3a5026bc709c8cdf?show_docid=3a5026bc709c8cdf"/>
  <title type="text">IEEE modify first page margin</title>
  <summary type="html" xml:space="preserve">
  I am submitting a document which is based on the IEEE conference paper class but requires a slightly wider margin for the first page : &lt;br&gt; A4 first page Top 25 Left 13.1 Right 13.1 Bottom 19.1 mm &lt;br&gt; A4 other pages Top 14.1 Left 13.1 Right 13.1 Bottom 19.1 mm &lt;br&gt; &lt;p&gt;I am using TexWorks with MikTex, not sre if that&#39;s relevant, but basically need to know if it&#39;s possible to only change the top margin for the first page (conference paper, so not a title page as such) and if so how I do this? The other pages are fine as they are, and I would prefer not to have them all have wider margins
  </summary>
  </entry>
  <entry>
  <author>
  <name>GL</name>
  <email>gouail...@gmail.com</email>
  </author>
  <updated>2013-05-21T00:06:19Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/7d37e48555f39571/23afee3bd614d211?show_docid=23afee3bd614d211</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/7d37e48555f39571/23afee3bd614d211?show_docid=23afee3bd614d211"/>
  <title type="text">Another strangeness in conditionals</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;Comparing : &lt;br&gt; &lt;p&gt;\iftrue true\else false\or ok\fi % no problem: \or is ignored &lt;br&gt; &lt;p&gt;\ifcase 1 \or \else \or \fi % no problem: \or is ignored &lt;br&gt; &lt;p&gt;\iffalse false\or error\else ok\fi % error : ??? &lt;br&gt; &lt;p&gt;Thanks if so has a clue.
  </summary>
  </entry>
  <entry>
  <author>
  <name>GL</name>
  <email>gouail...@gmail.com</email>
  </author>
  <updated>2013-05-20T22:34:43Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/44cfde8a7608fd3c/30884a5e0e5d3581?show_docid=30884a5e0e5d3581</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/44cfde8a7608fd3c/30884a5e0e5d3581?show_docid=30884a5e0e5d3581"/>
  <title type="text">Re: e-TeX \currentiflevel / \currentifbranch / \currentiftype</title>
  <summary type="html" xml:space="preserve">
  Le 20/05/2013 23:23, Enrico Gregorio a �crit : &lt;br&gt; &lt;p&gt;Yes. I understand. &lt;br&gt; I just think that \currentiflevel / \currentifbranch / \currentiftype &lt;br&gt; really means \lastiflevel / \lastifbranch / \lastiftype, that is, the &lt;br&gt; last conditional that was executed. &lt;br&gt; &lt;p&gt;When you say : &lt;br&gt; \expandafter \code \iffalse true\else false\fi
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dan</name>
  <email>lueck...@uark.edu</email>
  </author>
  <updated>2013-05-20T22:31:03Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/73e9ffd99dc3060f?show_docid=73e9ffd99dc3060f</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/73e9ffd99dc3060f?show_docid=73e9ffd99dc3060f"/>
  <title type="text">Re: No Output File</title>
  <summary type="html" xml:space="preserve">
  I can&#39;t say what causs no output to be produced, but I can &lt;br&gt; explain the following warnings: &lt;br&gt; &lt;p&gt;ws-ijnt.cls wants to input some means to handle figure &lt;br&gt; inclusion and it tries several. The above two could not &lt;br&gt; be found and so a message is issued. The following one... &lt;br&gt; &lt;p&gt;... is found, but it is loaded with \input rather than
  </summary>
  </entry>
  <entry>
  <author>
  <name>Enrico Gregorio</name>
  <email>facile.da.trov...@in.rete.it</email>
  </author>
  <updated>2013-05-20T21:23:51Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/44cfde8a7608fd3c/7931d69831c380cd?show_docid=7931d69831c380cd</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/44cfde8a7608fd3c/7931d69831c380cd?show_docid=7931d69831c380cd"/>
  <title type="text">Re: e-TeX \currentiflevel / \currentifbranch / \currentiftype</title>
  <summary type="html" xml:space="preserve">
  The expansion of \iftrue is empty, but it increments the iflevel; &lt;br&gt; so after \expandafter has been expanded, the input stream has &lt;br&gt; &lt;p&gt; \test true\else false\fi &lt;br&gt; &lt;p&gt;and the matching \fi has not yet been expanded. Hence the &lt;br&gt; \cuurentiflevel is correctly 1. &lt;br&gt; &lt;p&gt;The expansion of a true conditional doesn&#39;t &amp;quot;go all the way to \fi&amp;quot;:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jack</name>
  <email>nomailth...@hotmail.com</email>
  </author>
  <updated>2013-05-20T20:50:04Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/73701c056cf41612?show_docid=73701c056cf41612</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/73701c056cf41612?show_docid=73701c056cf41612"/>
  <title type="text">Re: No Output File</title>
  <summary type="html" xml:space="preserve">
  Yes I am using TeXnicCenter. How do I compile on the command line? &lt;br&gt; With thanks.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joris Pinkse</name>
  <email>pin...@gmail.com</email>
  </author>
  <updated>2013-05-20T18:33:51Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/734a940f1c154ae9/e98bbe71b3f3bfa1?show_docid=e98bbe71b3f3bfa1</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/734a940f1c154ae9/e98bbe71b3f3bfa1?show_docid=e98bbe71b3f3bfa1"/>
  <title type="text">Re: cross reference graph</title>
  <summary type="html" xml:space="preserve">
  Thanks Michal. I&#39;ll have a look.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ulrike Fischer</name>
  <email>ne...@nililand.de</email>
  </author>
  <updated>2013-05-20T17:01:05Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/1a61e9d11b8843a0?show_docid=1a61e9d11b8843a0</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/1a61e9d11b8843a0?show_docid=1a61e9d11b8843a0"/>
  <title type="text">Re: No Output File</title>
  <summary type="html" xml:space="preserve">
  Am Mon, 20 May 2013 12:01:51 +0100 schrieb Jack: &lt;br&gt; &lt;p&gt;.... &lt;br&gt; &lt;p&gt;Does the log-file really stops like this in the middle? This could &lt;br&gt; mean that something (TeXnicCenter is known for it) is blocking the &lt;br&gt; on-the-fly installation of missing packages. Compile in some other &lt;br&gt; editor or on the command line. &lt;br&gt; &lt;p&gt;--
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michal Hoftich</name>
  <email>michal....@gmail.com</email>
  </author>
  <updated>2013-05-20T16:07:11Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/734a940f1c154ae9/b0aeb09508377ff6?show_docid=b0aeb09508377ff6</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/734a940f1c154ae9/b0aeb09508377ff6?show_docid=b0aeb09508377ff6"/>
  <title type="text">Re: cross reference graph</title>
  <summary type="html" xml:space="preserve">
  see &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tex.stackexchange.com/a/56394/2891&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;later I created package based on the code from this answer, &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/michal-h21/rdfref&quot;&gt;[link]&lt;/a&gt; but unfortunately, didn&#39;t write &lt;br&gt; documentation and I haven&#39;t worked on it for a while, so it is more &lt;br&gt; proof of concept than serious package. but maybe it can work for you.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joris Pinkse</name>
  <email>pin...@gmail.com</email>
  </author>
  <updated>2013-05-20T16:04:07Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/734a940f1c154ae9/401618a53536ac65?show_docid=401618a53536ac65</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/734a940f1c154ae9/401618a53536ac65?show_docid=401618a53536ac65"/>
  <title type="text">Re: cross reference graph</title>
  <summary type="html" xml:space="preserve">
  Yes, from a latex document. So starting from a document with &lt;br&gt; &lt;p&gt;... &lt;br&gt; &lt;p&gt;\begin{lemma} \label{lem:target} &lt;br&gt; Basic result &lt;br&gt; \end{lemma} &lt;br&gt; &lt;p&gt;.... &lt;br&gt; &lt;p&gt;\begin{lemma} &lt;br&gt; In \cref{lem:target} we show that... &lt;br&gt; \end{lemma} &lt;br&gt; &lt;p&gt;..... &lt;br&gt; &lt;p&gt;I want it to automatically draw a graph depicting all cross references &lt;br&gt; across lemmas.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bob Tennent</name>
  <email>b...@cs.queensu.ca</email>
  </author>
  <updated>2013-05-20T15:45:39Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/734a940f1c154ae9/653b9695d5c056a9?show_docid=653b9695d5c056a9</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/734a940f1c154ae9/653b9695d5c056a9?show_docid=653b9695d5c056a9"/>
  <title type="text">Re: cross reference graph</title>
  <summary type="html" xml:space="preserve">
  &amp;gt; Is there a package that will automatically produce a graph in tikz (or &lt;br&gt; &amp;gt; similar) of the cross references in e.g. lemmas? So if lemma E3 refers &lt;br&gt; &amp;gt; to lemma B2 I&#39;d like that dependence indicated by an arrow. &lt;br&gt; &lt;p&gt;&amp;quot;automatically produce&amp;quot; from what? A LaTeX document? A separate file &lt;br&gt; specifying dependencies? Your brain waves? If lemma E3 &amp;quot;refers to&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <email>r.balraj....@gmail.com</email>
  </author>
  <updated>2013-05-20T15:43:37Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/e4872e092d09cb5e/15f19621dbf23135?show_docid=15f19621dbf23135</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/e4872e092d09cb5e/15f19621dbf23135?show_docid=15f19621dbf23135"/>
  <title type="text">Please provide me some strong profiles for Sr. BI/SSIS Developer with strong SQL experience:</title>
  <summary type="html" xml:space="preserve">
  Role : BI/SSIS Developer with strong SQL experience &lt;br&gt; &lt;p&gt;Job Locat : Folsom, CA &lt;br&gt; &lt;p&gt;Project Duration : 6+ months &lt;br&gt; &lt;p&gt;No of openings : 2 &lt;br&gt; &lt;p&gt;Hiring Mode : Any &lt;br&gt; &lt;p&gt;Work Authorization : USC/GC Only
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joris Pinkse</name>
  <email>pin...@gmail.com</email>
  </author>
  <updated>2013-05-20T15:12:37Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/734a940f1c154ae9/2ef34ddbaab00edc?show_docid=2ef34ddbaab00edc</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/734a940f1c154ae9/2ef34ddbaab00edc?show_docid=2ef34ddbaab00edc"/>
  <title type="text">cross reference graph</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;Is there a package that will automatically produce a graph in tikz (or &lt;br&gt; similar) of the cross references in e.g. lemmas? So if lemma E3 refers &lt;br&gt; to lemma B2 I&#39;d like that dependence indicated by an arrow. &lt;br&gt; &lt;p&gt;If not then what would be the easiest way to accomplish this? &lt;br&gt; (preferably something that works with hyperref &amp;amp; cleverref).
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lee Rudolph</name>
  <email>lrudo...@panix.com</email>
  </author>
  <updated>2013-05-20T13:56:14Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/ba9551dc8e89871d?show_docid=ba9551dc8e89871d</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/ba9551dc8e89871d?show_docid=ba9551dc8e89871d"/>
  <title type="text">Re: No Output File</title>
  <summary type="html" xml:space="preserve">
  I may misremember here, but it seems to me that &amp;quot;Jack&amp;quot; has &lt;br&gt; previously mentioned the International Journal of Number &lt;br&gt; Theory, in which case &amp;quot;INJT&amp;quot; is most likely a typo for &lt;br&gt; &amp;quot;IJNT&amp;quot;. &lt;br&gt; &lt;p&gt;But of course he should be giving us the &amp;quot;actual text&amp;quot; in &lt;br&gt; any case... &lt;br&gt; &lt;p&gt;Lee Rudolph
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robin Fairbairns</name>
  <email>r...@cl.cam.ac.uk</email>
  </author>
  <updated>2013-05-20T13:36:58Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/282c7a635707a124?show_docid=282c7a635707a124</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/282c7a635707a124?show_docid=282c7a635707a124"/>
  <title type="text">Re: No Output File</title>
  <summary type="html" xml:space="preserve">
  without seeing your actual text, it&#39;s going to be difficult. a link to &lt;br&gt; this template might help, too (with &amp;quot;INJT latex&amp;quot; google gives me things &lt;br&gt; like the command \int ... without &amp;quot;latex&amp;quot; it rambles on about personality &lt;br&gt; types, a topic that is only rather remotely associated with algebra &lt;br&gt; projects, i would assume).
  </summary>
  </entry>
  <entry>
  <author>
  <name>zappathustra</name>
  <email>zappathus...@free.fr</email>
  </author>
  <updated>2013-05-20T11:38:09Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/4075960fc31957bd/a3d6b7541ba0b35b?show_docid=a3d6b7541ba0b35b</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/4075960fc31957bd/a3d6b7541ba0b35b?show_docid=a3d6b7541ba0b35b"/>
  <title type="text">Re: \in@ and the category code 6</title>
  <summary type="html" xml:space="preserve">
  GL &amp;lt;gouail...@gmail.com&amp;gt; a écrit: &lt;br&gt; &lt;p&gt;Try this: &lt;br&gt; &lt;p&gt; \def\endcheck{\endcheck} &lt;br&gt; \def\checkhash#1{% &lt;br&gt; \docheckhash#1\endcheck &lt;br&gt; } &lt;br&gt; \def\docheckhash#1{% &lt;br&gt; \ifx#1\endcheck &lt;br&gt; \expandafter\second &lt;br&gt; \else &lt;br&gt; \ifx#1##% &lt;br&gt; \expandafter\expandafter\expan dafter\gobbletocheck
  </summary>
  </entry>
  <entry>
  <author>
  <name>Philipp Kraus</name>
  <email>philipp.kr...@flashpixx.de</email>
  </author>
  <updated>2013-05-20T11:21:28Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/1e902660faaf9179/6327e114218452e7?show_docid=6327e114218452e7</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/1e902660faaf9179/6327e114218452e7?show_docid=6327e114218452e7"/>
  <title type="text">Re: creative commons images tikz</title>
  <summary type="html" xml:space="preserve">
  Thanks, but I have created the images myself with Tikz. I use Inkscape &lt;br&gt; and exporte the code to Tikz: &lt;br&gt; &lt;p&gt;\begin{tikzpicture}[y=0.80pt, x=0.8pt,yscale=-1, inner sep=0pt, outer sep=0pt] &lt;br&gt; \begin{scope}[cm={{0.73849,0.0 ,0.0,0.73849,(33.89287,75.4643 7)}},fill=black] &lt;br&gt; \path[fill] (161.3444,248.6776) -- (169.0984,251.0214) .. controls
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jack</name>
  <email>nomailth...@hotmail.com</email>
  </author>
  <updated>2013-05-20T11:01:51Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/d3638cbe1983bd9e?show_docid=d3638cbe1983bd9e</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/5d172e36828cce62/d3638cbe1983bd9e?show_docid=d3638cbe1983bd9e"/>
  <title type="text">No Output File</title>
  <summary type="html" xml:space="preserve">
  I&#39;m trying to compile a document using a template file (from INJT) but it &lt;br&gt; won&#39;t produce an output file (though it does when I use my own, basic &lt;br&gt; preamble). What am I doing wrong? &lt;br&gt; My log file reads &lt;br&gt; &lt;p&gt;&amp;lt;&amp;lt;This is pdfTeX, Version 3.1415926-2.3-1.40.12 (MiKTeX 2.9) (preloaded &lt;br&gt; format=pdflatex 2012.10.25) 20 MAY 2013 11:58
  </summary>
  </entry>
  <entry>
  <author>
  <name>GL</name>
  <email>gouail...@gmail.com</email>
  </author>
  <updated>2013-05-20T10:13:06Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/4075960fc31957bd/2fc7d6b3380a1a81?show_docid=2fc7d6b3380a1a81</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/4075960fc31957bd/2fc7d6b3380a1a81?show_docid=2fc7d6b3380a1a81"/>
  <title type="text">\in@ and the category code 6</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;is there a way to check if a string contains &lt;br&gt; a macro parameter # ? &lt;br&gt; &lt;p&gt;Thanks for your ideas.
  </summary>
  </entry>
  <entry>
  <author>
  <name>GL</name>
  <email>gouail...@gmail.com</email>
  </author>
  <updated>2013-05-20T08:18:41Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/44cfde8a7608fd3c/26f631460928921b?show_docid=26f631460928921b</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/44cfde8a7608fd3c/26f631460928921b?show_docid=26f631460928921b"/>
  <title type="text">e-TeX \currentiflevel / \currentifbranch / \currentiftype</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;For the interested, the following example brings us &lt;br&gt; a philosophical question about the (e-TeX) meaning &lt;br&gt; of the word &amp;quot;current&amp;quot; : &lt;br&gt; &lt;p&gt;\def\test {\showthe\currentiflevel } &lt;br&gt; &lt;p&gt;\expandafter \test \iftrue true\else false\fi &lt;br&gt; &lt;p&gt;=&amp;gt; e-TeX says : 1 ;-) &lt;br&gt; &lt;p&gt;Have a nice day.
  </summary>
  </entry>
  <entry>
  <author>
  <name>CTAN Announcements</name>
  <email>ctan-...@dante.de</email>
  </author>
  <updated>2013-05-20T08:01:28Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/b9d83d4740c7683b/b755c0102c9e1f37?show_docid=b755c0102c9e1f37</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/b9d83d4740c7683b/b755c0102c9e1f37?show_docid=b755c0102c9e1f37"/>
  <title type="text">CTAN Update: vntex</title>
  <summary type="html" xml:space="preserve">
  Reinhard Kotucha submitted an update to the &lt;br&gt; &lt;p&gt; vntex &lt;br&gt; &lt;p&gt;package. &lt;br&gt; &lt;p&gt;Summary description: Macro packages and fonts for typesetting Vietnamese &lt;br&gt; License type: other-free &lt;br&gt; &lt;p&gt;Announcement text: &lt;br&gt; ------------------------------ ------------------------------ ---------- &lt;br&gt; &lt;p&gt;Babel .ldf files are now part of the Babel distribution.
  </summary>
  </entry>
  <entry>
  <author>
  <name>nignasi</name>
  <email>nign...@gmail.com</email>
  </author>
  <updated>2013-05-20T07:01:30Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/1e902660faaf9179/b6e6a2ed2c1da213?show_docid=b6e6a2ed2c1da213</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/1e902660faaf9179/b6e6a2ed2c1da213?show_docid=b6e6a2ed2c1da213"/>
  <title type="text">Re: creative commons images tikz</title>
  <summary type="html" xml:space="preserve">
  You can find some more information here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tex.stackexchange.com/questions/20308/creative-commons-logo&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;and here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tex.stackexchange.com/questions/1725/how-do-i-generate-creative-commons-license-information&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Philipp Kraus</name>
  <email>philipp.kr...@flashpixx.de</email>
  </author>
  <updated>2013-05-19T17:26:04Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/1e902660faaf9179/f5dc1d7390860cd2?show_docid=f5dc1d7390860cd2</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/1e902660faaf9179/f5dc1d7390860cd2?show_docid=f5dc1d7390860cd2"/>
  <title type="text">creative commons images tikz</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I would like to publish my work with a creative commons licence, so I &lt;br&gt; add the licence into the TeX document. Is there any Tikz image for the &lt;br&gt; CC licence image? &lt;br&gt; So my document should get a printable quality and the images should be &lt;br&gt; rendered with Tikz. &lt;br&gt; &lt;p&gt;Does anybody have got an idea?
  </summary>
  </entry>
  <entry>
  <author>
  <name>CTAN Announcements</name>
  <email>ctan-...@dante.de</email>
  </author>
  <updated>2013-05-19T14:30:15Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/ab20e5a24810d6da/d24ae2aca2c6b472?show_docid=d24ae2aca2c6b472</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/ab20e5a24810d6da/d24ae2aca2c6b472?show_docid=d24ae2aca2c6b472"/>
  <title type="text">CTAN Update: pxchfon</title>
  <summary type="html" xml:space="preserve">
  Takayuki Yato submitted an update to the &lt;br&gt; &lt;p&gt; pxchfon &lt;br&gt; &lt;p&gt;package. &lt;br&gt; &lt;p&gt;Summary description: Japanese font setup for pLaTeX and upLaTeX &lt;br&gt; License type: other-free &lt;br&gt; &lt;p&gt;Announcement text: &lt;br&gt; ------------------------------ ------------------------------ ---------- &lt;br&gt; &lt;p&gt;Added &#39;direct-Unicode&#39; mode; there Unicode JFMs access glyphs in the mapped font by Unicode and not via Adobe-Japan1 CID.
  </summary>
  </entry>
  <entry>
  <author>
  <name>CTAN Announcements</name>
  <email>ctan-...@dante.de</email>
  </author>
  <updated>2013-05-19T14:29:29Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/b163b1f8e888df79/1a95f4564880477c?show_docid=1a95f4564880477c</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/b163b1f8e888df79/1a95f4564880477c?show_docid=1a95f4564880477c"/>
  <title type="text">CTAN Update: ipaex-type1</title>
  <summary type="html" xml:space="preserve">
  Takayuki Yato submitted an update to the &lt;br&gt; &lt;p&gt; ipaex-type1 &lt;br&gt; &lt;p&gt;package. &lt;br&gt; &lt;p&gt;Summary description: IPAex fonts converted to Type-1 format Unicode subfonts &lt;br&gt; License type: other-free &lt;br&gt; &lt;p&gt;Announcement text: &lt;br&gt; ------------------------------ ------------------------------ ---------- &lt;br&gt; &lt;p&gt;Added support for vertical writing using the CJKvert package.
  </summary>
  </entry>
  <entry>
  <author>
  <name>CTAN Announcements</name>
  <email>ctan-...@dante.de</email>
  </author>
  <updated>2013-05-19T14:28:27Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/12e4b5e4c9d16e44/58099e6d537feb0b?show_docid=58099e6d537feb0b</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/12e4b5e4c9d16e44/58099e6d537feb0b?show_docid=58099e6d537feb0b"/>
  <title type="text">CTAn Update: ctanify</title>
  <summary type="html" xml:space="preserve">
  Scott Pakin submitted an update to the &lt;br&gt; &lt;p&gt; ctanify &lt;br&gt; &lt;p&gt;package. &lt;br&gt; &lt;p&gt;Summary description: Prepare a package for upload to CTAN &lt;br&gt; License type: lppl &lt;br&gt; &lt;p&gt;Announcement text: &lt;br&gt; ------------------------------ ------------------------------ ---------- &lt;br&gt; &lt;p&gt;ctanify is intended for developers of LaTeX packages who
  </summary>
  </entry>
  <entry>
  <author>
  <name>CTAN Announcements</name>
  <email>ctan-...@dante.de</email>
  </author>
  <updated>2013-05-19T14:27:30Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/31adb06fad6a49c6/aba4b790eeef9d8b?show_docid=aba4b790eeef9d8b</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/31adb06fad6a49c6/aba4b790eeef9d8b?show_docid=aba4b790eeef9d8b"/>
  <title type="text">CTAN Update: logicpuzzle</title>
  <summary type="html" xml:space="preserve">
  Josef Kleber submitted an update to the &lt;br&gt; &lt;p&gt; logicpuzzle &lt;br&gt; &lt;p&gt;package. &lt;br&gt; &lt;p&gt;Summary description: Typesetting logic puzzles &lt;br&gt; License type: lppl &lt;br&gt; &lt;p&gt;Announcement text: &lt;br&gt; ------------------------------ ------------------------------ ---------- &lt;br&gt; &lt;p&gt;The logicpuzzle bundle allows you to typeset various logic &lt;br&gt; puzzles. At the moment the following puzzles are supported:
  </summary>
  </entry>
  <entry>
  <author>
  <name>CTAN Announcements</name>
  <email>ctan-...@dante.de</email>
  </author>
  <updated>2013-05-19T14:26:15Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/e716f541a9e89096/4d3e0134860ac64f?show_docid=4d3e0134860ac64f</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/e716f541a9e89096/4d3e0134860ac64f?show_docid=4d3e0134860ac64f"/>
  <title type="text">New on CTAN: babel-thai</title>
  <summary type="html" xml:space="preserve">
  Theppitak Karoonboonyanan submitted the &lt;br&gt; &lt;p&gt; babel-thai &lt;br&gt; &lt;p&gt;package. &lt;br&gt; &lt;p&gt;Summary description: Babel support for Thai &lt;br&gt; License type: lppl &lt;br&gt; &lt;p&gt;Announcement text: &lt;br&gt; ------------------------------ ------------------------------ ---------- &lt;br&gt; &lt;p&gt;Babel support for Thai from the ThaiLaTeX project. This is to obsolete thailatex
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robin Fairbairns</name>
  <email>r...@cl.cam.ac.uk</email>
  </author>
  <updated>2013-05-19T13:04:55Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/2d97b57c89d5ee73/59cfca2f3c520293?show_docid=59cfca2f3c520293</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/2d97b57c89d5ee73/59cfca2f3c520293?show_docid=59cfca2f3c520293"/>
  <title type="text">Re: CTAN update: ucs</title>
  <summary type="html" xml:space="preserve">
  but i would certainly be missed, in this context. i&#39;m invaluable &lt;br&gt; because my eyes are good enough that i can drive. &lt;br&gt; &lt;p&gt;(and anyway, we were doing pirates of penzance, which has a different &lt;br&gt; mad world to inhabit.) &lt;br&gt; -- &lt;br&gt; Robin Fairbairns, Cambridge
  </summary>
  </entry>
  <entry>
  <author>
  <name>Philipp Kraus</name>
  <email>philipp.kr...@flashpixx.de</email>
  </author>
  <updated>2013-05-18T17:51:05Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/b7b5d4c8cca7d05f/c0bc436f6de4feb3?show_docid=c0bc436f6de4feb3</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/b7b5d4c8cca7d05f/c0bc436f6de4feb3?show_docid=c0bc436f6de4feb3"/>
  <title type="text">Re: glossaries with short / long names</title>
  <summary type="html" xml:space="preserve">
  Hi, thanks this is / was great, the hint that newglossaryentry is a &lt;br&gt; shortcut for newacronym :-) I don&#39;t see this connection &lt;br&gt; &lt;p&gt;Phil
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nicola Talbot</name>
  <email>n.tal...@uea.ac.uk</email>
  </author>
  <updated>2013-05-18T15:29:27Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/b7b5d4c8cca7d05f/ba5cbdcc191d6827?show_docid=ba5cbdcc191d6827</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/b7b5d4c8cca7d05f/ba5cbdcc191d6827?show_docid=ba5cbdcc191d6827"/>
  <title type="text">Re: glossaries with short / long names</title>
  <summary type="html" xml:space="preserve">
  What do you mean by &amp;quot;glossary calls&amp;quot; and &amp;quot;acronym calls&amp;quot;? \newacronym is &lt;br&gt; just a shortcut for \newglossaryentry that saves a lot of typing. In the &lt;br&gt; MWE below, the entries &amp;quot;hitmds&amp;quot; and &amp;quot;hitmds2&amp;quot; are identical, but the &lt;br&gt; second one is more prone to mistakes. &lt;br&gt; &lt;p&gt;\documentclass{article} &lt;br&gt; &lt;p&gt;\usepackage{glossaries}
  </summary>
  </entry>
  <entry>
  <author>
  <name>CTAN Announcements</name>
  <email>ctan-...@dante.de</email>
  </author>
  <updated>2013-05-18T15:15:49Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/a039cbcda8b3760a/76c14b2ad8cd212c?show_docid=76c14b2ad8cd212c</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/a039cbcda8b3760a/76c14b2ad8cd212c?show_docid=76c14b2ad8cd212c"/>
  <title type="text">New on CTAN: horoscop</title>
  <summary type="html" xml:space="preserve">
  Matthew Skala submitted the &lt;br&gt; &lt;p&gt; horoscop &lt;br&gt; &lt;p&gt;package. &lt;br&gt; &lt;p&gt;Summary description: Astrological charts for LaTeX &lt;br&gt; License type: pd &lt;br&gt; &lt;p&gt;Announcement text: &lt;br&gt; ------------------------------ ------------------------------ ---------- &lt;br&gt; &lt;p&gt;This is version 0.92 of the horoscop package for typesetting astrological charts
  </summary>
  </entry>
  <entry>
  <author>
  <name>CTAN Announcements</name>
  <email>ctan-...@dante.de</email>
  </author>
  <updated>2013-05-18T15:14:15Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/d008731e12d4a4a9/e1a16879ee4bc011?show_docid=e1a16879ee4bc011</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/d008731e12d4a4a9/e1a16879ee4bc011?show_docid=e1a16879ee4bc011"/>
  <title type="text">New on CTAN: greek-fontenc</title>
  <summary type="html" xml:space="preserve">
  Günter Milde submitted the &lt;br&gt; &lt;p&gt; greek-fontenc &lt;br&gt; &lt;p&gt;package. &lt;br&gt; &lt;p&gt;Summary description: Greek font encoding definition files &lt;br&gt; License type: lppl &lt;br&gt; &lt;p&gt;Announcement text: &lt;br&gt; ------------------------------ ------------------------------ ---------- &lt;br&gt; &lt;p&gt;The greek-fontenc package provides encoding definition files for Greek text font
  </summary>
  </entry>
  <entry>
  <author>
  <name>Philipp Kraus</name>
  <email>philipp.kr...@flashpixx.de</email>
  </author>
  <updated>2013-05-18T12:43:52Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/b7b5d4c8cca7d05f/360a69404b295c1a?show_docid=360a69404b295c1a</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/b7b5d4c8cca7d05f/360a69404b295c1a?show_docid=360a69404b295c1a"/>
  <title type="text">glossaries with short / long names</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I use glossaries to create my glossary. At the moment everything works &lt;br&gt; fine, but I need a little bit help &lt;br&gt; to create &amp;quot;short names&amp;quot;. &lt;br&gt; &lt;p&gt;I have got a glossary entry with the name={High-Throughput &lt;br&gt; Multidimensional Scaling} &lt;br&gt; In my document I would like to use this long name and also a short name
  </summary>
  </entry>
  <entry>
  <author>
  <name>Philipp Kraus</name>
  <email>philipp.kr...@flashpixx.de</email>
  </author>
  <updated>2013-05-18T12:36:33Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/227a90f4e4e8cb9d/042ed87054f951e9?show_docid=042ed87054f951e9</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/227a90f4e4e8cb9d/042ed87054f951e9?show_docid=042ed87054f951e9"/>
  <title type="text">Re: caption with glossary</title>
  <summary type="html" xml:space="preserve">
  Thanks, I have found this chapter :-) in my post at 12:00 I have posted &lt;br&gt; the solution with glsentrytext :-) &lt;br&gt; &lt;p&gt;Phil
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nicola Talbot</name>
  <email>n.tal...@uea.ac.uk</email>
  </author>
  <updated>2013-05-18T11:36:36Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/227a90f4e4e8cb9d/8a1d0640fc8aee30?show_docid=8a1d0640fc8aee30</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/227a90f4e4e8cb9d/8a1d0640fc8aee30?show_docid=8a1d0640fc8aee30"/>
  <title type="text">Re: caption with glossary</title>
  <summary type="html" xml:space="preserve">
  Have a look at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.dickimaw-books.com/faqs/glossariesfaq.html#movingarg&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; regarding using \gls in moving arguments (such as \caption and \section). &lt;br&gt; &lt;p&gt;Regards &lt;br&gt; Nicola Talbot &lt;br&gt; -- &lt;br&gt; Home: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.dickimaw-books.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Creating a LaTeX Minimal Example: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://theoval.cmp.uea.ac.uk/~nlct/latex/minexample/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Philipp Kraus</name>
  <email>philipp.kr...@flashpixx.de</email>
  </author>
  <updated>2013-05-18T10:57:50Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/227a90f4e4e8cb9d/f03e98369a1bf695?show_docid=f03e98369a1bf695</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/227a90f4e4e8cb9d/f03e98369a1bf695?show_docid=f03e98369a1bf695"/>
  <title type="text">Re: caption with glossary</title>
  <summary type="html" xml:space="preserve">
  I have create half-solution with glsentrytext, this works at the moment. &lt;br&gt; see my post from 12:00 &lt;br&gt; &lt;p&gt;Phil
  </summary>
  </entry>
  <entry>
  <author>
  <name>Enrico Gregorio</name>
  <email>facile.da.trov...@in.rete.it</email>
  </author>
  <updated>2013-05-18T10:26:38Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/227a90f4e4e8cb9d/51749723c1801b3c?show_docid=51749723c1801b3c</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/227a90f4e4e8cb9d/51749723c1801b3c?show_docid=51749723c1801b3c"/>
  <title type="text">Re: caption with glossary</title>
  <summary type="html" xml:space="preserve">
  Can you add a small example of code? &lt;br&gt; &lt;p&gt;Ciao &lt;br&gt; Enrico
  </summary>
  </entry>
  <entry>
  <author>
  <name>Philipp Kraus</name>
  <email>philipp.kr...@flashpixx.de</email>
  </author>
  <updated>2013-05-18T10:04:50Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/227a90f4e4e8cb9d/90a621787f414db9?show_docid=90a621787f414db9</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/227a90f4e4e8cb9d/90a621787f414db9?show_docid=90a621787f414db9"/>
  <title type="text">Re: caption with glossary</title>
  <summary type="html" xml:space="preserve">
  I have used glsentrytext (see chapter 4 in &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://theoval.cmp.uea.ac.uk/~nlct/latex/packages/glossaries/glossariesbegin.pdf&quot;&gt;[link]&lt;/a&gt;), &lt;br&gt; &lt;p&gt;but it does not create any hyperlink in the document &lt;br&gt; &lt;p&gt;Phil
  </summary>
  </entry>
  <entry>
  <author>
  <name>Philipp Kraus</name>
  <email>philipp.kr...@flashpixx.de</email>
  </author>
  <updated>2013-05-18T09:57:17Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/459b6b7feef4789f/063533c1037bbf4c?show_docid=063533c1037bbf4c</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/459b6b7feef4789f/063533c1037bbf4c?show_docid=063533c1037bbf4c"/>
  <title type="text">latexmk $clean_ext with reg expression / wildcard</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I use in my Latexmk config file the $clean_ext parameter for cleaning &lt;br&gt; files.The script builds with the tikzexternal call different external &lt;br&gt; files eg &lt;br&gt; &amp;lt;Master-Dokument&amp;gt;-figure&amp;lt;Index &amp;gt;.(pdf | glo | xml | ...) &lt;br&gt; &lt;p&gt;and I would like to clean up these files also, but I have tried to add &lt;br&gt; something like mydoc-figure*.* in the clean_ext parameter. I can not
  </summary>
  </entry>
  <entry>
  <author>
  <name>GL</name>
  <email>gouail...@gmail.com</email>
  </author>
  <updated>2013-05-18T07:50:46Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/2aa96dfdc1d88bd3/8e11ea48782b00f7?show_docid=8e11ea48782b00f7</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/2aa96dfdc1d88bd3/8e11ea48782b00f7?show_docid=8e11ea48782b00f7"/>
  <title type="text">Re: numbering equation</title>
  <summary type="html" xml:space="preserve">
  Le 18/05/2013 08:56, Erwin Wijaya a �crit : &lt;br&gt; &lt;p&gt;The default behaviour is : (&amp;lt;chapno&amp;gt;.&amp;lt;eqno&amp;gt;) &lt;br&gt; &lt;p&gt;so you probably have \numberwithing {equation}{section} &lt;br&gt; in your preamble. &lt;br&gt; &lt;p&gt;You can always redefine : &lt;br&gt; &lt;p&gt;\renewcommand*\theequation {\arabic{chapter}.\arabic{equa tion}}
  </summary>
  </entry>
  <entry>
  <author>
  <name>Erwin Wijaya</name>
  <email>erwin241...@gmail.com</email>
  </author>
  <updated>2013-05-18T06:56:38Z</updated>
  <id>http://groups.google.com/group/comp.text.tex/browse_thread/thread/2aa96dfdc1d88bd3/7b0453dc3a51af1d?show_docid=7b0453dc3a51af1d</id>
  <link href="http://groups.google.com/group/comp.text.tex/browse_thread/thread/2aa96dfdc1d88bd3/7b0453dc3a51af1d?show_docid=7b0453dc3a51af1d"/>
  <title type="text">numbering equation</title>
  <summary type="html" xml:space="preserve">
  how can i numbering all equations in chapter one with number (1. no of equation) &lt;br&gt; i use &lt;br&gt; \begin{equation} &lt;br&gt; \end{equation} &lt;br&gt; all i get is (1. No of section . No of equation) &lt;br&gt; &lt;p&gt;so I want get (1. No of equation) &lt;br&gt; not look the section &lt;br&gt; so if chapter one i have ten equations so the last equation number is (1.10)
  </summary>
  </entry>
</feed>
