Thread overview
Any LaTeX expers n da house?
Dec 30, 2014
bioinfornatics
Dec 30, 2014
Tobias Pankrath
Jan 02, 2015
Paul O'Neil
December 30, 2014
With https://github.com/D-Programming-Language/dlang.org/pull/736, beautiful PDF generation via LaTeX is now possible.

There are, of course, many details to tend to. For starters, currently the doc is overly sparse, which makes it large (520 pages). But the basic framework is in place and works.

Who would want to give it a shot at beautifying it?


Andrei
December 30, 2014
On Tuesday, 30 December 2014 at 18:04:06 UTC, Andrei Alexandrescu
wrote:
> With https://github.com/D-Programming-Language/dlang.org/pull/736, beautiful PDF generation via LaTeX is now possible.
>
> There are, of course, many details to tend to. For starters, currently the doc is overly sparse, which makes it large (520 pages). But the basic framework is in place and works.
>
> Who would want to give it a shot at beautifying it?
>
>
> Andrei

cool I love Latex :-)
December 30, 2014
On 12/30/14 11:03 AM, bioinfornatics wrote:
> On Tuesday, 30 December 2014 at 18:04:06 UTC, Andrei Alexandrescu
> wrote:
>> With https://github.com/D-Programming-Language/dlang.org/pull/736,
>> beautiful PDF generation via LaTeX is now possible.
>>
>> There are, of course, many details to tend to. For starters, currently
>> the doc is overly sparse, which makes it large (520 pages). But the
>> basic framework is in place and works.
>>
>> Who would want to give it a shot at beautifying it?
>>
>>
>> Andrei
>
> cool I love Latex :-)

I have https://github.com/D-Programming-Language/dlang.org/pulls on 1-minute auto refresh. -- Andrei
December 30, 2014
>>
>> cool I love Latex :-)
>
> I have https://github.com/D-Programming-Language/dlang.org/pulls on 1-minute auto refresh. -- Andrei

While you're waiting, would you mind to comment on
https://github.com/D-Programming-Language/phobos/pull/2804 ? :-)
January 02, 2015
On 12/30/2014 01:04 PM, Andrei Alexandrescu wrote:
> With https://github.com/D-Programming-Language/dlang.org/pull/736, beautiful PDF generation via LaTeX is now possible.
>
> There are, of course, many details to tend to. For starters, currently the doc is overly sparse, which makes it large (520 pages). But the basic framework is in place and works.
>
> Who would want to give it a shot at beautifying it?
>
>
> Andrei

PR submitted with a couple small things[1].

I don't know how to best get wrapped text inside of tables.  Take a look at the "Escape Sequences" table currently on page 15.  Putting the text inside a minipage or similar prevents LaTeX from figuring out how wide the column should be, so that doesn't work.  Is PDF considered part of the "websites" component in the bugtracker?

[1] https://github.com/D-Programming-Language/dlang.org/pull/738
-- 
Paul O'Neil
Github / IRC: todayman