|
From: Hans - D. <dul...@eg...> - 2000-07-13 14:25:16
|
On Thu, 13 Jul 2000, Frank V. Castellucci wrote:
> Date: Thu, 13 Jul 2000 07:31:16 -0400
> From: Frank V. Castellucci <fr...@co...>
> To: Hans - Dulimarta <dul...@eg...>
> Subject: Re: Commited?
>
> Hans - Dulimarta wrote:
> >
>
> I see you fixed the problem, although I am having access problems to CVS
> at this time I will get it later and test it.
>
I also fixed the error which occured when generating the PDF output.
Apparently, pdflatex complained about 'old toc file exist'. So, I modified
the Makefile to remove $(CORE).toc before running pdflatex.
> Another thing to note, when the PDF, DVI, etc. are built they are also
> checked in because at the moment we can't build them on the shell server
> (for web access) because the tools aren't there. I know this is
> inconvenient and we should discuss changes for the future. Maybe the
> compile farm server would be ideal.
I'll check them in as well.
>
> In addition, you should "subscribe" to the corelinux-develop mailing
> list. Otherwise I have to go and approve every post from outside.
I just did.
>
> With packages about to be released, it is a great time to discuss who
> wants to do what. There are really no limitations (Docs, Code, Web,
> Frameworks, Utilities, Applications) at this time, and although there
> are plenty of required types and function still missing from core, it
> doesn't preclude some framework expansion.
>
If you look at the cppstnd.tex document, you'll find something like
"${}$Revision: 1.3 ${}$". This is a TeX trick which I learned from the
comp.text.tex newsgroup to incorporate RCS keyword in LaTeX documents.
The trick works for the .dvi, .ps. and .pdf output, but not for the .html
output.
latex2html convert the empty equations "${}$" to pictures and we can
see empty rectangles on the browser. Later on, one of the TeX gurus, Don
Arseneau, pointed me to rcs.sty. I tried it and it worked well.
However, rcs.sty is not part of the tetex instalation package.
How should we go about using this package? Should we put it under
htdocs/tex subdir or should we let the users install their own rcs.sty?
Another question: there are two date strings on the title. "May 8, 2000"
and "Documentation revised May 14, 2000". What are these dates? Which one
can be generated by RCS keyword $Date$?
Once the issues are finalized I'll make another cvs commit.
> I am just happy you guys have contributed at all.
>
> See you on the corelinux-develop list!
>
>
--
Hans Dulimarta, Ph.D. dulimart@[egr.msu.edu, computer.org]
Visiting Research Associate http://www.egr.msu.edu/%7edulimart
Ph: (517)432-7589 Fax2Email: (760)281-7691
Elec. & Comp. Engg., Michigan State University, East Lansing, MI 48824
|
|
From: Frank V. C. <fr...@co...> - 2000-07-13 21:09:06
|
Christophe Prud'homme wrote:
> Hans> If you look at the cppstnd.tex document, you'll find something like "${}$Revision: 1.3
> Hans> ${}$". This is a TeX trick which I learned from the comp.text.tex newsgroup to incorporate
> Hans> RCS keyword in LaTeX documents. The trick works for the .dvi, .ps. and .pdf output, but
> Hans> not for the .html output.
> good
> Hans> latex2html convert the empty equations "${}$" to pictures and we can see empty rectangles
> Hans> on the browser. Later on, one of the TeX gurus, Don Arseneau, pointed me to rcs.sty. I
> Hans> tried it and it worked well. However, rcs.sty is not part of the tetex instalation
> Hans> package. How should we go about using this package? Should we put it under htdocs/tex
> Hans> subdir or should we let the users install their own rcs.sty?
> you can put it in htdocs/tex
> this is the place for tex/latex2html related files
>
> Hans> Another question: there are two date strings on the title. "May 8, 2000" and
> Hans> "Documentation revised May 14, 2000". What are these dates? Which one can be generated by
> Hans> RCS keyword $Date$?
> the first date is the date of creation
> the second dsate is the revision date
> the second must be changed
>
> Hans> Once the issues are finalized I'll make another cvs commit.
> good
>
> where are we on the packages side Frank ? did you have the time to check the packages
> I put on corelinux.sourforge.net ?
> what is the schedule for the next release?
Hans puts files up
Frank tests RPM packages (can't test debian because I don't have it)
Frank Extracts and BVTs on compile farm
Frank Build tar.gz and docs
Figure 0.4.25 will go out by Saturday -0500 EST
>
>
> regards
> christophe
>
> _______________________________________________
> Corelinux-develop mailing list
> Cor...@li...
> http://lists.sourceforge.net/mailman/listinfo/corelinux-develop
|
|
From: Christophe Prud'h. <pru...@MI...> - 2000-07-13 22:15:15
|
Frank> Frank tests RPM packages (can't test debian because I don't have it)
the debian packages are working fine for me
Frank> Figure 0.4.25 will go out by Saturday -0500 EST
good :)
C.
|
|
From: Hans - D. <dul...@eg...> - 2000-07-14 12:55:30
|
On Thu, 13 Jul 2000, Christophe Prud'homme wrote: > Date: Thu, 13 Jul 2000 17:15:11 -0500 (EST) > From: Christophe Prud'homme <pru...@MI...> > Reply-To: cor...@li... > To: cor...@li... > Subject: Re: [Corelinux-develop] Re: PDF generation problem fixed. > > Frank> Frank tests RPM packages (can't test debian because I don't have it) > the debian packages are working fine for me > > Frank> Figure 0.4.25 will go out by Saturday -0500 EST > good :) > > C. > > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/mailman/listinfo/corelinux-develop > I'll finish up modifying some more .tex files under htdocs today. -- Hans Dulimarta, Ph.D. dulimart@[egr.msu.edu, computer.org] Visiting Research Associate http://www.egr.msu.edu/%7edulimart Ph: (517)432-7589 Fax2Email: (760)281-7691 Elec. & Comp. Engg., Michigan State University, East Lansing, MI 48824 |
|
From: Frank V. C. <fr...@co...> - 2000-07-13 14:32:13
|
Hans - Dulimarta wrote:
>
> On Thu, 13 Jul 2000, Frank V. Castellucci wrote:
>
> > Date: Thu, 13 Jul 2000 07:31:16 -0400
> > From: Frank V. Castellucci <fr...@co...>
> > To: Hans - Dulimarta <dul...@eg...>
> > Subject: Re: Commited?
> >
> > Hans - Dulimarta wrote:
> > >
> >
> > I see you fixed the problem, although I am having access problems to CVS
> > at this time I will get it later and test it.
> >
>
> I also fixed the error which occured when generating the PDF output.
> Apparently, pdflatex complained about 'old toc file exist'. So, I modified
> the Makefile to remove $(CORE).toc before running pdflatex.
Cool
>
> > Another thing to note, when the PDF, DVI, etc. are built they are also
> > checked in because at the moment we can't build them on the shell server
> > (for web access) because the tools aren't there. I know this is
> > inconvenient and we should discuss changes for the future. Maybe the
> > compile farm server would be ideal.
>
> I'll check them in as well.
I'll keep an eye out and then as long as Christophe doesn't complain
I'll get the 0.4.25 together (Docs + tar.gz) and let him have at
creating the packages. I then upload (ftp) to sourceforge and viola!
> >
> > With packages about to be released, it is a great time to discuss who
> > wants to do what. There are really no limitations (Docs, Code, Web,
> > Frameworks, Utilities, Applications) at this time, and although there
> > are plenty of required types and function still missing from core, it
> > doesn't preclude some framework expansion.
> >
>
> If you look at the cppstnd.tex document, you'll find something like
> "${}$Revision: 1.3 ${}$". This is a TeX trick which I learned from the
> comp.text.tex newsgroup to incorporate RCS keyword in LaTeX documents.
> The trick works for the .dvi, .ps. and .pdf output, but not for the .html
> output.
>
> latex2html convert the empty equations "${}$" to pictures and we can
> see empty rectangles on the browser. Later on, one of the TeX gurus, Don
> Arseneau, pointed me to rcs.sty. I tried it and it worked well.
> However, rcs.sty is not part of the tetex instalation package.
> How should we go about using this package? Should we put it under
> htdocs/tex subdir or should we let the users install their own rcs.sty?
If re-distributing rcs.sty doesn't cause a license snafu in regards to
the CoreLinux LGPL, I have no problem with including it in htdocs/tex.
This is primarily for tarball or CVS grabs of the system, the doc
package I do just pulls the resulting *.dvi, *.pdf, etc.
> Another question: there are two date strings on the title. "May 8, 2000"
> and "Documentation revised May 14, 2000". What are these dates? Which one
> can be generated by RCS keyword $Date$?
>
> Once the issues are finalized I'll make another cvs commit.
There should be one date, the "Documentation revised" one with the RCS
$Date$. The other is a throw back to the StarOffice HTML editor macros,
long gone away now.
Thanks Hans!
Frank
|
|
From: Christophe Prud'h. <pru...@MI...> - 2000-07-13 14:45:07
|
Hans> If you look at the cppstnd.tex document, you'll find something like "${}$Revision: 1.3
Hans> ${}$". This is a TeX trick which I learned from the comp.text.tex newsgroup to incorporate
Hans> RCS keyword in LaTeX documents. The trick works for the .dvi, .ps. and .pdf output, but
Hans> not for the .html output.
good
Hans> latex2html convert the empty equations "${}$" to pictures and we can see empty rectangles
Hans> on the browser. Later on, one of the TeX gurus, Don Arseneau, pointed me to rcs.sty. I
Hans> tried it and it worked well. However, rcs.sty is not part of the tetex instalation
Hans> package. How should we go about using this package? Should we put it under htdocs/tex
Hans> subdir or should we let the users install their own rcs.sty?
you can put it in htdocs/tex
this is the place for tex/latex2html related files
Hans> Another question: there are two date strings on the title. "May 8, 2000" and
Hans> "Documentation revised May 14, 2000". What are these dates? Which one can be generated by
Hans> RCS keyword $Date$?
the first date is the date of creation
the second dsate is the revision date
the second must be changed
Hans> Once the issues are finalized I'll make another cvs commit.
good
where are we on the packages side Frank ? did you have the time to check the packages
I put on corelinux.sourforge.net ?
what is the schedule for the next release?
regards
christophe
|