Re: tugindia Digest, Vol 96, Issue 4

David Owen <[email protected]>
Newsgroups gmane.comp.tex.tugindia
Message-ID <[email protected]>
Dear Radhakrishnan,
Thanks very much. That was the problem. I really appreciate it.
Thanks,
D.O.

On Tue, Dec 7, 2010 at 4:00 AM, <[email protected]> wrote:

> Send tugindia mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://tug.org/mailman/listinfo/tugindia
> or, via email, send a message with subject or body 'help' to
>        [email protected]
>
> You can reach the person managing the list at
>        [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of tugindia digest..."
>
>
> Today's Topics:
>
>   1. Re: tugindia Digest, Vol 96, Issue 3 (David Owen)
>   2. Re: tugindia Digest, Vol 96, Issue 3 (CV Radhakrishnan)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 6 Dec 2010 05:36:44 -0700
> From: David Owen <[email protected]>
> To: [email protected]
> Subject: Re: [Tugindia] tugindia Digest, Vol 96, Issue 3
> Message-ID:
>        <AANLkTikqCe7KA8jGypQLSHk4Zs5qgc-A8LWd9G6HhE8r-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Dear Radhakrishnan,
> Thanks for replying. The following little test file shows the problem:
>
> \documentclass[10pt]{article}
>
> \usepackage{amsmath, amsthm}
> \usepackage[dvips]{graphics}
> \usepackage{here}
> \usepackage{float}
> \usepackage{endfloat}
> \setlength{\parindent}{10pt}
> \textwidth 12cm
> \textheight 20cm
>
>
> \begin{document}
>
> \section{Introduction}
> The.....
>
> \section{model}
> The ...
>
>
>
> \section{Results}
> \noindent It can be seen in the fig. that ....
>
> \begin{figure}
> \begin{center}
> \scalebox{0.4}{\includegraphics{beta.eps}}      %%%%%%%
>  \renewcommand{\figurename}{Fig.}
>  \caption{Effect of $\beta_2$ }
>  \label{fig8}
>  \end{center}
>  \end{figure}
>
> \end{document}
>
> If I comment out the "endfloat" statement, it runs OK. If I remove the   :
> \begin{figure}....\end{figure}, it also runs OK. I figure that the problem
> could be with the  \begin{figure}....\end{figure} statements. But if I
> comment out the  "endfloat" statement it runs OK. Could it be that the
> "endfloat" file was corrupted in downloading?
> Can you tell me what to do?
> Thanks again,
> Regards,
> D.O.
>
> On Mon, Dec 6, 2010 at 4:00 AM, <[email protected]> wrote:
>
> > Send tugindia mailing list submissions to
> >        [email protected]
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >        http://tug.org/mailman/listinfo/tugindia
> > or, via email, send a message with subject or body 'help' to
> >        [email protected]
> >
> > You can reach the person managing the list at
> >        [email protected]
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of tugindia digest..."
> >
> >
> > Today's Topics:
> >
> >   1. about .esp graphics (David Owen)
> >   2. Re: about .esp graphics (CV Radhakrishnan)
> >   3. Re: charactwer "sha" in tamil omega 1.0.2 (Duvvuri Venu Gopal)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Sun, 5 Dec 2010 18:32:13 -0700
> > From: David Owen <[email protected]>
> > To: [email protected]
> > Subject: [Tugindia] about .esp graphics
> > Message-ID:
> >        <AANLkTinr=2HU1+-vg0JbkR1xW0EjuMF=1x+uWVcUaE-6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org<1x%[email protected]>
> <1x%[email protected] <1x%[email protected]>>
> > >
> > Content-Type: text/plain; charset=ISO-8859-1
> >
> > HI, Everybody,
> > Thanks for all your help.
> > I have two more little problems and will appreciate any help.
> > 1)   I have produced some EPS files starting from the corresponding EXCEL
> > files, however, when I open the files in Ghostview I see only 3/4 of the
> > files! Can some tell me what is wrong and what I should do in order to
> see
> > the whole figure. However, when I place them in a document they compile
> > nicely and I see everything.
> >
> > 2)   I am writing another paper and I wish to have all of my figures at
> the
> > end of the document. I included     \usepackage{endfloat}    in the
> > preamble, however, I get an error:
> > "<...................  .ttt>
> > <......................  .fff>>
> > Runaway argument?
> >  File ended while scanning use of \next.
> > <inserted text>
> > .....    "
> >
> > I called the figs with:
> >
> > \begin{figure}
> > \begin{center}
> > \scalebox{0.9}{\includegraphics{p18f1.eps}}
> >   \renewcommand{\figurename}{Fig.}
> >       \caption{Population .... multiplicative,~ \protect\\ harvesting
> rate
> > exponential}    %%%%%    Note   \protect\\  statement.
> >   %%%% See Keith Reckdahl "Using imported graphics in Latex2" pages. 51,
> > 58.
> >           \label{fig1}
> >           \end{center}
> > \end{figure}
> >
> > Have I left out something? What have I done wrong?
> > Any help will be appreciated.
> > Thanks,
> > D.O.
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Mon, 06 Dec 2010 07:19:27 +0530
> > From: CV Radhakrishnan <[email protected]>
> > To: TUGIndia Mailing List <[email protected]>
> > Subject: Re: [Tugindia] about .esp graphics
> > Message-ID: <[email protected]>
> > Content-Type: text/plain; charset=ISO-8859-1
> >
> > On 06/12/10 7:02 AM, David Owen wrote:
> >
> > 1) Your first one is a Windows problem, nothing to do with TeX.
> >
> > [...]
> >
> > > 2)   I am writing another paper and I wish to have all of my figures at
> > the
> > > end of the document. I included     \usepackage{endfloat}    in the
> > > preamble, however, I get an error:
> > > "<...................  .ttt>
> > > <......................  .fff>>
> > > Runaway argument?
> > > File ended while scanning use of \next.
> > > <inserted text>
> >
> > [...]
> >
> > > Have I left out something? What have I done wrong?
> >
> > It runs fine here, I could not replicate your problem with the given
> > example. Can you provide a small test file that shows the problem?
> >
> > Best regards
> > --
> > Radhakrishnan
> >
> > If an idea can survive a bureaucratic review and be
> > implemented, it wasn't worth doing.
> >
> >
> > ------------------------------
> >
> > Message: 3
> > Date: 6 Dec 2010 05:21:58 -0000
> > From: "Duvvuri Venu Gopal" <[email protected]>
> > To: "[email protected]" <[email protected]>
> > Subject: Re: [Tugindia] charactwer "sha" in tamil omega 1.0.2
> > Message-ID:
> >        <
> >
> 1291542982.S.3386.31671.H.TlBQLk5hcmF5YW5hc3dhbWkAW1R1Z2luZGlhXSBjaGFyYWN0d2VyICJzaGEiIGluIHRhbWlsIG9tZWdhIDE_.f6-144-205.old.1291612918.7042-2RFepEojUI1A6Kh3hyetYA34GpD2sERS@public.gmane.org
> > >
> >
> > Content-Type: text/plain; charset="UTF-8"
> >
> > You can edit keyboard file. So add Sha and it will do.
> >
> > Nowadays many Unicode compatible editors are available. So there is no
> need
> > to use Yudit. For example, kile is unicode compatible so you can directly
> > type your tex files in Tamil.
> >
> > If it missing in Omega then you have to add this to otp and create ocp
> then
> > it will work.
> >
> > DVG
> >
> > I use OpenOffice 3.0!
> > Do you!!
> >
> >
> > On Sun, 05 Dec 2010 15:26:22 +0530 "P. P. Narayanaswami"  wrote
> >
> > &gt;In tamil-omega-1.0.2, the Keyboard Input for Yudit Table does not
> >
> > &gt;include the tamil character "sha" (as in shashi, shankara). However,
> >
> > &gt;Unicode has the character "sha" in slot 0BB6.
> >
> > &gt;Is there any way I can get "sha" working in Tamil omega, either by
> >
> > &gt;inserting that character in Yudit, or by writing a line in the
> preamble
> >
> > &gt;to invoke that character? Ay help will be appreciated.
> >
> > &gt;Narayanaswami
> >
> > &gt;
> >
> > &gt;_______________________________________________
> >
> > &gt;Home:    http://www.tug.org.in/
> >
> > &gt;TeX FAQ:   http://www.tex.ac.uk/faq
> >
> > &gt;unsubscribe: http://tug.org/mailman/listinfo/tugindia
> >
> > &gt;
> >
> > ------------------------------
> >
> > _______________________________________________
> > tugindia mailing list
> > [email protected]
> > http://tug.org/mailman/listinfo/tugindia
> >
> >
> > End of tugindia Digest, Vol 96, Issue 3
> > ***************************************
> >
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 07 Dec 2010 10:01:45 +0530
> From: CV Radhakrishnan <[email protected]>
> To: TUGIndia Mailing List <[email protected]>
> Subject: Re: [Tugindia] tugindia Digest, Vol 96, Issue 3
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 06/12/10 6:06 PM, David Owen wrote:
> > Dear Radhakrishnan,
> > Thanks for replying. The following little test file shows the problem:
>
> [...]
>
> > \section{Results}
> > \noindent It can be seen in the fig. that ....
> >
> > \begin{figure}
> > \begin{center}
> > \scalebox{0.4}{\includegraphics{beta.eps}}      %%%%%%%
> >   \renewcommand{\figurename}{Fig.}
> >  \caption{Effect of $\beta_2$ }
> >  \label{fig8}
> >  \end{center}
> >  \end{figure}
> >
> > \end{document}
> >
> > If I comment out the "endfloat" statement, it runs OK. If I remove the
> :
> > \begin{figure}....\end{figure}, it also runs OK. I figure that the
> problem
> > could be with the  \begin{figure}....\end{figure} statements. But if I
> > comment out the  "endfloat" statement it runs OK. Could it be that the
> > "endfloat" file was corrupted in downloading?
> > Can you tell me what to do?
>
> The culprit is the space before \end{figure} which should start from
> the first column and no space is allowed before it. Since endfloat
> package is in use, TeX will look for '\end{figure}' as soon as a
> '\begin{figure}' is encountered. As you will agree, '\end{figure}' and
> ' \end{figure}' are not the same, TeX interprets that the figure
> environment doesn't end at all, so it emits a runaway argument error.
>  By removing the space before '\end{figure}' it runs smoothly as you
> would expect.
>
> Best regards
> --
> Radhakrishnan
>
> The light at the end of the tunnel is the headlamp of
> an oncoming train.
>
>
> ------------------------------
>
> _______________________________________________
> tugindia mailing list
> [email protected]
> http://tug.org/mailman/listinfo/tugindia
>
>
> End of tugindia Digest, Vol 96, Issue 4
> ***************************************
>
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.