January 28, 2013
On 1/27/13 9:50 AM, SomeDude wrote:
> On Thursday, 24 January 2013 at 06:26:13 UTC, Andrei Alexandrescu wrote:
>> There's quite a bit of work left to do, but the PDF spec already has
>> 386 pages of goodness and starts to look seriously cool. Take a peek!
>>
>> http://dlang.org/dlangspec.pdf
>>
>> (still subject to http://d.puremagic.com/issues/show_bug.cgi?id=9369,
>> so don't mind the absent underscores here and there)
>>
>>
>> Andrei
>
>
> I believe there are some LaTeX errors around pp. 181 ("alias this",
> "scope class", \textbf here and there), up to 197, pp. 235 & beyond,
> p.318, pp.328 & beyond.
>
> Overall a nice work.

Thanks, will look into that.

Andrei
January 30, 2013
Al 24/01/13 09:20, En/na kiskami ha escrit:
> The - in windows\bin resident - d.chm is very good for using as a reference, because you have a linked TOC, text and keyword search and bookmarks capability all the time on the left.

I've built a chm spec. check it out. http://d-packages.googlecode.com/files/dlangspec.chm

-- 
Jordi Sayol
January 30, 2013
On Wednesday, 30 January 2013 at 07:19:14 UTC, Jordi Sayol wrote:
> I've built a chm spec. check it out.
> http://d-packages.googlecode.com/files/dlangspec.chm

Something is wrong with this file - pages dont show up for me.
There's an (iexplorer?) error message, but its in my native language, so I can only guess the corresponding english translation. Its something like "the user aborted the page loading process". Page links are incorrect maybe? I dont use iexplorer, sorry. :)
January 30, 2013
Am 30.01.2013 18:08, schrieb kiskami:
> On Wednesday, 30 January 2013 at 07:19:14 UTC, Jordi Sayol wrote:
>> I've built a chm spec. check it out.
>> http://d-packages.googlecode.com/files/dlangspec.chm
>
> Something is wrong with this file - pages dont show up for me.
> There's an (iexplorer?) error message, but its in my native language, so
> I can only guess the corresponding english translation. Its something
> like "the user aborted the page loading process". Page links are
> incorrect maybe? I dont use iexplorer, sorry. :)

Have you unblocked the file?

chm files can contain ActiveXs, so as security measure since the XP security overall you need to explicitly allow chm files that you downloaded to be secure.

Check the file properties.

--
Paulo


January 31, 2013
On Wednesday, 30 January 2013 at 18:53:02 UTC, Paulo Pinto wrote:
> Have you unblocked the file?
>
> chm files can contain ActiveXs, so as security measure since the XP security overall you need to explicitly allow chm files that you downloaded to be secure.
>
> Check the file properties.

Thanks for the tip, it works now.

Im not a big fan of the light green background, but the chm is awesome otherwise! :)
January 31, 2013
Al 31/01/13 14:50, En/na kiskami ha escrit:
> On Wednesday, 30 January 2013 at 18:53:02 UTC, Paulo Pinto wrote:
>> Have you unblocked the file?
>>
>> chm files can contain ActiveXs, so as security measure since the XP security overall you need to explicitly allow chm files that you downloaded to be secure.
>>
>> Check the file properties.
> 
> Thanks for the tip, it works now.
> 
> Im not a big fan of the light green background, but the chm is awesome otherwise! :)
> 

What do you mean with "light green background"?

<http://twitpic.com/bzu2je/full>
-- 
Jordi Sayol
January 31, 2013
On Thursday, 31 January 2013 at 19:47:37 UTC, Jordi Sayol wrote:
> What do you mean with "light green background"?
>
> <http://twitpic.com/bzu2je/full>

The background of the pages isn't white, but a light green color.

Its maybe nit-picking, but I just find the typography of the "Language Reference" on the home page much better.
January 31, 2013
Al 31/01/13 22:39, En/na kiskami ha escrit:
> On Thursday, 31 January 2013 at 19:47:37 UTC, Jordi Sayol wrote:
>> What do you mean with "light green background"?
>>
>> <http://twitpic.com/bzu2je/full>
> 
> The background of the pages isn't white, but a light green color.
> 
> Its maybe nit-picking, but I just find the typography of the "Language Reference" on the home page much better.
> 

New chm with the typography of the "Language Reference" on the home page. http://d-packages.googlecode.com/files/dlangspec-2.chm

-- 
Jordi Sayol
February 01, 2013
On Thursday, 31 January 2013 at 22:54:58 UTC, Jordi Sayol wrote:
> New chm with the typography of the "Language Reference" on the home page.
> http://d-packages.googlecode.com/files/dlangspec-2.chm

\o/
Ripping! :)
February 02, 2013
On 1/24/13 1:26 AM, Andrei Alexandrescu wrote:
> There's quite a bit of work left to do, but the PDF spec already has 386
> pages of goodness and starts to look seriously cool. Take a peek!
>
> http://dlang.org/dlangspec.pdf
>
> (still subject to http://d.puremagic.com/issues/show_bug.cgi?id=9369, so
> don't mind the absent underscores here and there)
>
>
> Andrei

Made one more big pass through everything and now as far as I can tell the generated PDF has no major errors:

http://dlang.org/dlangspec.pdf

Take a look!


Andrei