<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia">
    <title>gmane.comp.tex.tugindia</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3425"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3424"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3423"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3422"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3421"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3420"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3419"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3418"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3417"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3416"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3415"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3414"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3413"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3412"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3411"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3410"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3409"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3408"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3407"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.tugindia/3406"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3425">
    <title>Re: Shuffling options (choices) in a multiple choice question paper using examdesign class</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3425</link>
    <description>&lt;pre&gt;Naren Bharatwaj ha scritto in data 29/04/2013 alle ore 13.44.44:

My colleague and I have just uploaded to CTAN a new package (esami) that
does the what you asked. It is based on exerquiz.

Hope it helps.

Grazia Messineo
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

&lt;/pre&gt;</description>
    <dc:creator>Grazia Messineo</dc:creator>
    <dc:date>2013-04-29T16:22:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3424">
    <title>Re: Shuffling options (choices) in a multiple choice question paper using examdesign class</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3424</link>
    <description>&lt;pre&gt;I don't think you can do it with examdesign. You may try eqexam or exsheets
packages. An example with eqexam follows:

\documentclass{article}
\usepackage[allowrandomize]{eqexam}%

\begin{document}


\begin{exam}{Exam1}
\begin{problem}
In what year did Columbus sail the ocean blue?
\begin{answers}{2}
    \bChoices[random]
    \Ans0 1st random choice\eAns
    \Ans1\label{eq} 2nd (the correct) random choice\eAns
    \Ans0 3rd random choice\eAns
    \Ans0 4th random choice\eAns
    \Ans0 5th random chioce\eAns
    \eFreeze
    \Ans0 None of these\eAns
    \eChoices
\end{answers}
\end{problem}
\end{exam}

\end{document}


On Mon, Apr 29, 2013 at 5:14 PM, Naren Bharatwaj
&amp;lt;naren.bharatwaj-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:




&lt;/pre&gt;</description>
    <dc:creator>Harish Kumar Holla</dc:creator>
    <dc:date>2013-04-29T13:06:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3423">
    <title>Shuffling options (choices) in a multiple choice question paper using examdesign class</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3423</link>
    <description>&lt;pre&gt;Dear All,

I've been using the examdesign class in LaTeX. Although I am able to create
different sets (same questions in a different order) in a fully multiple
choice question paper, I am unable to shuffle the options (choices). Has
anyone tried this? I was unable to find any solution on the internet. Any
help in this regard would be highly appreciated.

Regards,

Naren Bharatwaj
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

&lt;/pre&gt;</description>
    <dc:creator>Naren Bharatwaj</dc:creator>
    <dc:date>2013-04-29T11:44:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3422">
    <title>Re: TeX4ht: diacritical marks</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3422</link>
    <description>&lt;pre&gt;



Dr Raju, can you please send me a small test file with the error privately,
so that I can give a try and suggest a solution.

Best
&lt;/pre&gt;</description>
    <dc:creator>Radhakrishnan CV</dc:creator>
    <dc:date>2013-04-28T13:38:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3421">
    <title>Re: TeX4ht: diacritical marks</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3421</link>
    <description>&lt;pre&gt;_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

&lt;/pre&gt;</description>
    <dc:creator>Dr C. K. Raju</dc:creator>
    <dc:date>2013-04-28T13:29:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3420">
    <title>[Other] Rights expired books in Malayalam</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3420</link>
    <description>&lt;pre&gt;Dear friends,

Here is an effective way to spend your spare time, particularly that of
student folk during vacation period. Please take a look at this web
site&amp;lt;http://books.sayahna.org/?page_id=115&amp;gt;.
If you are in agreement with what is told there and if you are able to
spend an hour a day or a few hours every week, please get in touch with me.
We have cloud based facilities to enter text data, proof read and typeset
heritage books, copyright expired books and books with permissive licenses
in Indian languages. We've started with Malayalam just because we are well
versed in Malayalam, but if there are volunteers available to take charge
of other Indian languages, we are only happy to help them. Any efforts to
participate in these activities, no matter how small it might be,  will
obviously enrich the presence of Indian language and literature in the
virtual world, the position of which is dismal, particularly nicely
produced free books, when compared to other languages of the world.

We have&lt;/pre&gt;</description>
    <dc:creator>Radhakrishnan CV</dc:creator>
    <dc:date>2013-04-28T05:54:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3419">
    <title>Re: TeX4ht: diacritical marks</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3419</link>
    <description>&lt;pre&gt;

Can you please try this:

  htlatex &amp;lt;file&amp;gt;   "xhtml,charset=utf-8" " -cunihtf"

&lt;/pre&gt;</description>
    <dc:creator>Radhakrishnan CV</dc:creator>
    <dc:date>2013-04-28T04:13:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3418">
    <title>TeX4ht: diacritical marks</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3418</link>
    <description>&lt;pre&gt;I am using TeX4ht to convert a large LaTeX file to html (for epub and mobi).  My original file contains diacritical marks (such as t with a dot below) which are rendered into png which looks ugly.  I can manually replace all such png-s with combining diacritical marks in html.  Can this be done directly? If so, how should the htlatex command be modied?  C. K. Raju         
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

&lt;/pre&gt;</description>
    <dc:creator>Dr C. K. Raju</dc:creator>
    <dc:date>2013-04-28T03:58:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3417">
    <title>Re: tugindia Digest, Vol 124, Issue 2</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3417</link>
    <description>&lt;pre&gt;Hello,

The attached files got compiled without any error. However, as you pointed
out Lecture1-HO do not have a title page.

Best,

D. Bijulal


On Thu, Apr 18, 2013 at 2:22 PM, &amp;lt;tugindia-request-WUdSmCIlby8&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

&lt;/pre&gt;</description>
    <dc:creator>D. Bijulal</dc:creator>
    <dc:date>2013-04-27T04:26:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3416">
    <title>Compile issues while using Beamer</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3416</link>
    <description>&lt;pre&gt;Hello TUGIndia Gurus,

I am trying to use Beamer in article mode to have a common Tex file with notes and Slides that is then complied separately to produce a set of notes and a set of Beamer slides. I understand that this can be done using Beamerarticle (see page section 21.2, page 204 of the beamerguide). While i am able to work through the examples, I am unable to figure out how to fix my code. I have three files Lecture1.tex, Lecture1-HO.tex, and Lecture1-Beamer.tex.

It's content are as follows:

%Filename: Lecture1.tex
\usepackage{beamerarticle}
\mode&amp;lt;presentation&amp;gt;{\usetheme{Warsaw}}

\begin{document}

\title{Lecture 1: Start}
\author{an}
\date{\today}

\titlepage

\begin{frame}
\titlepage
\end{frame}

These are lecture notes for \emph{jumbo mumbo}. Our focus will be on
\begin{itemize}
   \item Revisiting and extending the mechanics of jumbo et mumbo
   \item Focusing on different \emph{identification} strategies 
   \item More deeply, we think about \emph{mumbo design} in response to a research questi&lt;/pre&gt;</description>
    <dc:creator>Alexander Nervedi</dc:creator>
    <dc:date>2013-04-18T05:55:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3415">
    <title>Re: regerding latex</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3415</link>
    <description>&lt;pre&gt;These links may be useful

http://tex.stackexchange.com/search?q=chapterbib

Another package that may help is bibunits

http://tex.stackexchange.com/search?q=bibunits

http://texdoc.net/texmf-dist/doc/latex/bibunits/bibunits.pdf

Or you may switch over to biblatex.


On Mon, Apr 15, 2013 at 3:18 PM, Harish Kumar Holla &amp;lt;
harishkumarholla-8jyB+Y4ZgpQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:




&lt;/pre&gt;</description>
    <dc:creator>Harish Kumar Holla</dc:creator>
    <dc:date>2013-04-15T09:52:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3414">
    <title>Re: regerding latex</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3414</link>
    <description>&lt;pre&gt;Dear Raj

http://stackoverflow.com/questions/2765209/latex-bibliography-per-chapter
There is a minimum working example in that page along with the command
order that you are supposed to run.

Write back if you need further help.


On 15 April 2013 14:30, raj kamal &amp;lt;rajkamalsharma90&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:




&lt;/pre&gt;</description>
    <dc:creator>Umesh Mohan</dc:creator>
    <dc:date>2013-04-15T09:50:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3413">
    <title>Re: regerding latex</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3413</link>
    <description>&lt;pre&gt;You may be interested in chaptbib package. For details run texdoc
chapterbib from the command prompt or
http://texdoc.net/texmf-dist/doc/latex/cite/chapterbib.pdf


On Mon, Apr 15, 2013 at 2:30 PM, raj kamal &amp;lt;rajkamalsharma90-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:




&lt;/pre&gt;</description>
    <dc:creator>Harish Kumar Holla</dc:creator>
    <dc:date>2013-04-15T09:48:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3412">
    <title>regerding latex</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3412</link>
    <description>&lt;pre&gt;sir,
     i have a problem regarding latex while writing a report chapter wise
i           want to include references in each chapter rather than
including references at last.plz help me with it.
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

&lt;/pre&gt;</description>
    <dc:creator>raj kamal</dc:creator>
    <dc:date>2013-04-15T09:00:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3411">
    <title>Re: How to integrate customized Perl macro in Bakoma Tex</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3411</link>
    <description>&lt;pre&gt;Most of us use texlive or miktex and don't use bakoma tex.
Being a commercial distribution, you are better off
writing to Bakoma tex company.  You may like to have a look at
perltex package though.
Best,
On Tue, Mar 19, 2013 at 5:58 PM, CHINNARAJU K. &amp;lt;craju2000-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:




&lt;/pre&gt;</description>
    <dc:creator>S. venkataraman</dc:creator>
    <dc:date>2013-03-20T01:13:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3410">
    <title>How to  integrate customized Perl macro in Bakoma Tex</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3410</link>
    <description>&lt;pre&gt;Dear TeX Expert,
 
How to integrate customeized Perl Macros in Bakoma TeX. We are planning to do some replacements in TeX file with in Bakoma Editor.
 
So, please let us know any suggestions for integration methodology.
 
Thanks
Raju
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

&lt;/pre&gt;</description>
    <dc:creator>CHINNARAJU K.</dc:creator>
    <dc:date>2013-03-19T12:28:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3409">
    <title>Re: Using pdfcomment to create pdftooltip</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3409</link>
    <description>&lt;pre&gt;Your example code works fine for me. May be you should update your tex
distribution.


--with regards

Dr. Harish Kumar
Dept. of Physics
Pondicherry Engineering College
Puducherry 605 014
Ph: 0413 2655281-286 (Extn: 646)

Residence:
Dr. Harish Kumar
# 29 (New No.) I Main Cluny Road
Avvai Nagar, Lawspet
Puducherry 605 008
Ph: 0413 2253652, 9443052957
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

&lt;/pre&gt;</description>
    <dc:creator>Harish Kumar Holla</dc:creator>
    <dc:date>2013-03-17T17:27:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3408">
    <title>Using pdfcomment to create pdftooltip</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3408</link>
    <description>&lt;pre&gt;Friends,

I am trying to create tooltips in a document to show footnotes instead of
listing them at the end. I tried out an example shown in the website:
http://tex.stackexchange.com/questions/34698/strange-appearance-of-tooltips-produced-by-pdfcomment.
Wle compiling, it compains that \pdftooltip is an unknown command. Could it
be because my tex installation is slightly old? Maybe, I will have to
reindstall the pdfcomment package with the latest?

Giving the document below:

\documentclass{article}
\usepackage{pdfcomment}

\newcommand\MyShortCut[3]{\newcommand{#1}{\pdftooltip{#2}{#3}}}

\MyShortCut{\textthing}{tooltip here}{just an example}
\MyShortCut{\Td}{\tau_\textrm{d}}{reptation time}
\MyShortCut{\Tr}{\tau_\textrm{R}}{Rouse time}

\begin{document}
Use pdflatex to compile, then open in Acrobat Reader and
put the mouse pointer above $\tau$'s

\[
\Td = 3 Z \Tr
\]

Or in text \textthing.

\end{document}


Thanks and regards,
Sasi
&lt;/pre&gt;</description>
    <dc:creator>Sasi Kumar</dc:creator>
    <dc:date>2013-03-17T17:19:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3407">
    <title>XeTeX 0.9999.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3407</link>
    <description>&lt;pre&gt;Here is a mail from Khaled who is the current maintainer of XeTeX about a
new release which addresses a few problems faced by indic scripts. Hope
this will be useful to some of our users who rely on XeTeX.

Radhakrishnan
River Valley&amp;lt;https://maps.google.com/maps?q=River%20Valley,%20Thiruvananthapuram%20Neyyardam%20Road,%20Kerala,%20India&amp;amp;vector=1&amp;gt;

______________________________________
From: Khaled Hosny &amp;lt;khaledhosny&amp;lt; at &amp;gt;eglug.org&amp;gt;
Date: Tue, Mar 12, 2013 at 4:56 AM
Subject: [MacTeX] XeTeX 0.9999.0 released
To: "MacOS X and TeX." &amp;lt;mactex&amp;lt; at &amp;gt;tug.org&amp;gt;

Hi all,

I have just uploaded a beta release of 0.9999.x series.

The archive can be downloaded from SourceForge page:

        https://sourceforge.net/projects/xetex/files/source/

There have been quite some changes in this release, and testing is
highly appreciated, the more testing the better, but please note that
this is a beta release and should not be used in production
environments. There are no pre-built binaries right now, but they should
be available from TL&lt;/pre&gt;</description>
    <dc:creator>Radhakrishnan CV</dc:creator>
    <dc:date>2013-03-12T03:10:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3406">
    <title>Re: XeLaTeX Resolution for pdf</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3406</link>
    <description>&lt;pre&gt;As far as I know (created a poster using beamer class with latex a long
time ago) nothing special is needed. However, in my experience, you need
to include external graphics (eps,eps,jpg etc.) in the document
carefully and of high resolution. Text should not give you any problem.


I am assuming here that you want to create a single PDF (with all the
chapters) initially and then split it.

There are numerous tools for splitting PDFs. For example, for ubuntu
(linux),

http://www.linuxscrew.com/2010/06/18/the-easiest-way-to-split-and-merge-pdf-files-in-ubuntu/

However, many other tools are available for other operating systems. Try
googling.

Regards,
Devendra Ghate

_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

&lt;/pre&gt;</description>
    <dc:creator>Devendra Ghate</dc:creator>
    <dc:date>2013-03-09T04:28:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.tugindia/3405">
    <title>XeLaTeX Resolution for pdf</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.tugindia/3405</link>
    <description>&lt;pre&gt;Dear Friends,

I am using XeLaTex which seems  very convenient for my book with both Tamil
and Mathematics. I need to produce high quality camera-ready copy.

1. What should I do to ensure high resolution, say 1200dpi, in that pdf
file? (or is it unnecessary?).

2.   Is there an easy way to  generate/split  output into multiple pdf
say with 50 pages per file.  (I do not want to compile each chapter
as a separate file. It may upset  certain global aspects, such as index
etc).


(Both  these I know  how to accomplish when I used to create postscript
output using dvips from dvi. But I am new to XeLaTeX).

Any suggestion will be greatly appreciated.

Regards.
--Vanchinathan
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia

&lt;/pre&gt;</description>
    <dc:creator>Vanchinathan P</dc:creator>
    <dc:date>2013-03-08T13:27:11</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.tex.tugindia">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.tex.tugindia</link>
  </textinput>
</rdf:RDF>
