* [Xenomai-help] Native API manual in PDF format?
@ 2006-09-20 14:00 David Betz
2006-09-21 19:14 ` Jan Kiszka
0 siblings, 1 reply; 10+ messages in thread
From: David Betz @ 2006-09-20 14:00 UTC (permalink / raw)
To: xenomai
[-- Attachment #1: Type: text/plain, Size: 154 bytes --]
Is there a PDF version of the Native API manual available? I'd like to
be able to print a copy for reference.
Thanks,
David Betz
[-- Attachment #2: Type: text/html, Size: 1630 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Xenomai-help] Native API manual in PDF format?
2006-09-20 14:00 [Xenomai-help] Native API manual in PDF format? David Betz
@ 2006-09-21 19:14 ` Jan Kiszka
2006-10-08 17:20 ` Gilles Chanteperdrix
0 siblings, 1 reply; 10+ messages in thread
From: Jan Kiszka @ 2006-09-21 19:14 UTC (permalink / raw)
To: David Betz; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 545 bytes --]
David Betz wrote:
> Is there a PDF version of the Native API manual available? I'd like to
> be able to print a copy for reference.
You can generate your own version: Set "GENERATE_LATEX = YES" in
doc/doxygen/Doxygen.in, build the documentation (don't forget to enable
it on configure), go to doc/doxygen/latex in your build directory and
run "make". The result is refman.pdf, a >500 pages monster (2.5M) that
looks rather unhandy to me. Maybe one can tune things and drop out
parts, you may want to play a bit with doxygen.
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Xenomai-help] Native API manual in PDF format?
2006-09-21 19:14 ` Jan Kiszka
@ 2006-10-08 17:20 ` Gilles Chanteperdrix
2006-10-08 18:00 ` Jan Kiszka
2006-10-09 19:33 ` Bruno Rouchouse
0 siblings, 2 replies; 10+ messages in thread
From: Gilles Chanteperdrix @ 2006-10-08 17:20 UTC (permalink / raw)
To: Jan Kiszka; +Cc: xenomai, David Betz
Jan Kiszka wrote:
> David Betz wrote:
> > Is there a PDF version of the Native API manual available? I'd like to
> > be able to print a copy for reference.
>
> You can generate your own version: Set "GENERATE_LATEX = YES" in
> doc/doxygen/Doxygen.in, build the documentation (don't forget to enable
> it on configure), go to doc/doxygen/latex in your build directory and
> run "make". The result is refman.pdf, a >500 pages monster (2.5M) that
> looks rather unhandy to me. Maybe one can tune things and drop out
> parts, you may want to play a bit with doxygen.
I split the 500 pages monster into four parts; nucleus, native skin,
rtdm skin and posix skin. I temporarily put them at the address:
http://download.gna.org/xenomai/doxygen/
If nobody dislikes them, they could be commited in the repository.
--
Gilles Chanteperdrix.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Xenomai-help] Native API manual in PDF format?
2006-10-08 17:20 ` Gilles Chanteperdrix
@ 2006-10-08 18:00 ` Jan Kiszka
2006-10-08 18:42 ` Gilles Chanteperdrix
2006-10-08 18:55 ` Gilles Chanteperdrix
2006-10-09 19:33 ` Bruno Rouchouse
1 sibling, 2 replies; 10+ messages in thread
From: Jan Kiszka @ 2006-10-08 18:00 UTC (permalink / raw)
To: Gilles Chanteperdrix; +Cc: xenomai, David Betz
[-- Attachment #1: Type: text/plain, Size: 1305 bytes --]
Gilles Chanteperdrix wrote:
> Jan Kiszka wrote:
> > David Betz wrote:
> > > Is there a PDF version of the Native API manual available? I'd like to
> > > be able to print a copy for reference.
> >
> > You can generate your own version: Set "GENERATE_LATEX = YES" in
> > doc/doxygen/Doxygen.in, build the documentation (don't forget to enable
> > it on configure), go to doc/doxygen/latex in your build directory and
> > run "make". The result is refman.pdf, a >500 pages monster (2.5M) that
> > looks rather unhandy to me. Maybe one can tune things and drop out
> > parts, you may want to play a bit with doxygen.
>
> I split the 500 pages monster into four parts; nucleus, native skin,
> rtdm skin and posix skin. I temporarily put them at the address:
> http://download.gna.org/xenomai/doxygen/
>
> If nobody dislikes them, they could be commited in the repository.
>
That would also mean we are going to keep them in sync with new release,
i.e. you can generate them automatically? Then I'm all for it! I just
want to avoid the RTAI effect: documentation all over the place, but
mostly decades old, useless, and -even worse- confusing.
Hmm, and I wonder why you were able to compress a PDF that much. I
thought PDF can do this fairly well on its own.
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Xenomai-help] Native API manual in PDF format?
2006-10-08 18:00 ` Jan Kiszka
@ 2006-10-08 18:42 ` Gilles Chanteperdrix
2006-10-08 18:55 ` Gilles Chanteperdrix
1 sibling, 0 replies; 10+ messages in thread
From: Gilles Chanteperdrix @ 2006-10-08 18:42 UTC (permalink / raw)
To: Jan Kiszka; +Cc: xenomai, David Betz
Jan Kiszka wrote:
> Gilles Chanteperdrix wrote:
> > Jan Kiszka wrote:
> > > David Betz wrote:
> > > > Is there a PDF version of the Native API manual available? I'd like to
> > > > be able to print a copy for reference.
> > >
> > > You can generate your own version: Set "GENERATE_LATEX = YES" in
> > > doc/doxygen/Doxygen.in, build the documentation (don't forget to enable
> > > it on configure), go to doc/doxygen/latex in your build directory and
> > > run "make". The result is refman.pdf, a >500 pages monster (2.5M) that
> > > looks rather unhandy to me. Maybe one can tune things and drop out
> > > parts, you may want to play a bit with doxygen.
> >
> > I split the 500 pages monster into four parts; nucleus, native skin,
> > rtdm skin and posix skin. I temporarily put them at the address:
> > http://download.gna.org/xenomai/doxygen/
> >
> > If nobody dislikes them, they could be commited in the repository.
> >
>
> That would also mean we are going to keep them in sync with new release,
> i.e. you can generate them automatically? Then I'm all for it! I just
> want to avoid the RTAI effect: documentation all over the place, but
> mostly decades old, useless, and -even worse- confusing.
It is automated, but takes a looong time, doxygen is run five
times. My question was rather about the documents themselves,
whether people find them handy or not.
--
Gilles Chanteperdrix.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Xenomai-help] Native API manual in PDF format?
2006-10-08 18:00 ` Jan Kiszka
2006-10-08 18:42 ` Gilles Chanteperdrix
@ 2006-10-08 18:55 ` Gilles Chanteperdrix
2006-10-08 19:25 ` Jan Kiszka
1 sibling, 1 reply; 10+ messages in thread
From: Gilles Chanteperdrix @ 2006-10-08 18:55 UTC (permalink / raw)
To: Jan Kiszka; +Cc: xenomai, David Betz
Jan Kiszka wrote:
> Hmm, and I wonder why you were able to compress a PDF that much. I
> thought PDF can do this fairly well on its own.
Only dvipdfm seems to support compression. Unfortunately, doxygen seem
only to be able to allow using pdflatex or dvips and ps2pdf.
--
Gilles Chanteperdrix.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Xenomai-help] Native API manual in PDF format?
2006-10-08 17:20 ` Gilles Chanteperdrix
2006-10-08 18:00 ` Jan Kiszka
@ 2006-10-09 19:33 ` Bruno Rouchouse
1 sibling, 0 replies; 10+ messages in thread
From: Bruno Rouchouse @ 2006-10-09 19:33 UTC (permalink / raw)
To: Gilles Chanteperdrix; +Cc: xenomai, David Betz, Jan Kiszka
[-- Attachment #1: Type: text/plain, Size: 1360 bytes --]
On 10/8/06, Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> wrote:
>
> Jan Kiszka wrote:
> > David Betz wrote:
> > > Is there a PDF version of the Native API manual available? I'd like to
> > > be able to print a copy for reference.
> >
> > You can generate your own version: Set "GENERATE_LATEX = YES" in
> > doc/doxygen/Doxygen.in, build the documentation (don't forget to enable
> > it on configure), go to doc/doxygen/latex in your build directory and
> > run "make". The result is refman.pdf, a >500 pages monster (2.5M) that
> > looks rather unhandy to me. Maybe one can tune things and drop out
> > parts, you may want to play a bit with doxygen.
>
> I split the 500 pages monster into four parts; nucleus, native skin,
> rtdm skin and posix skin. I temporarily put them at the address:
> http://download.gna.org/xenomai/doxygen/
I think these pdf documents are more than acceptable. They are people that
really like to have paper documents. Even if it is not perfect, it's already
a good start.
If nobody dislikes them, they could be commited in the repository.
I think it is a good idea.
--
>
>
> Gilles Chanteperdrix.
>
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help
>
--
Bruno Rouchouse
[-- Attachment #2: Type: text/html, Size: 2454 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Xenomai-help] Native API manual in PDF format?
@ 2006-10-09 10:51 Marcelo Coelho
0 siblings, 0 replies; 10+ messages in thread
From: Marcelo Coelho @ 2006-10-09 10:51 UTC (permalink / raw)
To: Xenomai help
Greetings!
Just gave a rather superficial look, but it looks fine for me (much
better than the pdf I've sent here).
Keep up the good work!
Gilles Chanteperdrix wrote:
>> Jan Kiszka wrote:
>>> Hmm, and I wonder why you were able to compress a PDF that much. I
>>> thought PDF can do this fairly well on its own.
>>
>> Only dvipdfm seems to support compression. Unfortunately, doxygen seem
>> only to be able to allow using pdflatex or dvips and ps2pdf.
>>
> I just checked my own pdftex doc headers: \pdfcompresslevel=9 is set
> there. \pdfcompresslevel=0 increases the output size, but a compressed
> file can still be reduced further by bzip2. So, nothing to improve here.
> Jan
DISCLAIMER: This message may contain confidential information or privileged material and is intended only for the individual(s) named. If you are not a named addressee and mistakenly received this message you should not copy or otherwise disseminate it: please delete this e-mail from your system and notify the sender immediately. E-mail transmissions are not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete or contain viruses. Therefore, the sender does not accept liability for any errors or omissions in the contents of this message that arise as a result of e-mail transmissions. Please request a hard copy version if verification is required. Critical Software, SA.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2006-10-09 19:33 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-20 14:00 [Xenomai-help] Native API manual in PDF format? David Betz
2006-09-21 19:14 ` Jan Kiszka
2006-10-08 17:20 ` Gilles Chanteperdrix
2006-10-08 18:00 ` Jan Kiszka
2006-10-08 18:42 ` Gilles Chanteperdrix
2006-10-08 18:55 ` Gilles Chanteperdrix
2006-10-08 19:25 ` Jan Kiszka
[not found] ` <452A17F1.9070803@domain.hid>
2006-10-09 10:24 ` Jan Kiszka
2006-10-09 19:33 ` Bruno Rouchouse
-- strict thread matches above, loose matches on Subject: below --
2006-10-09 10:51 Marcelo Coelho
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.