# PDF version of docs for v0.6?

**URL:** https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559
**Category:** General Usage
**Tags:** documentation
**Created:** [June 30, 2017, 8:52am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559 "2017-06-30T08:52:36Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [June 30, 2017, 8:52am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/1 "2017-06-30T08:52:36Z")

</div>

Where can I find a PDF version of Julia docs for v0.6?

---

<div class="post-metadata">

### Author: ![yakir12](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/yakir12/32/297_2.png) [@yakir12](https://discourse.julialang.org/u/yakir12)
#### Post date: [June 30, 2017, 9:17am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/2 "2017-06-30T09:17:59Z")

</div>

I found it [here](https://www.google.se/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjkld2UnuXUAhViMZoKHfQBAgMQFggnMAA&url=https%3A%2F%2Fmedia.readthedocs.org%2Fpdf%2Fjulia%2Flatest%2Fjulia.pdf&usg=AFQjCNHDqbnjSbVrfXX2rlpASfCm4NDcZQ).

---

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [June 30, 2017, 9:26am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/3 "2017-06-30T09:26:35Z")

</div>

It says 0.6.0-dev. Is there a version without the “dev” part?

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [June 30, 2017, 10:04am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/4 "2017-06-30T10:04:39Z")

</div>

Theoretically the following should be updated to `0.6` now. I don’t know if it automatic or not. In any case, `latest` has not diverged significantly so you should be OK.  
[https://media.readthedocs.org/pdf/julia/stable/julia.pdf](https://media.readthedocs.org/pdf/julia/stable/julia.pdf)

---

<div class="post-metadata">

### Author: ![Evizero](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/evizero/32/10118_2.png) [@Evizero](https://discourse.julialang.org/u/Evizero)
#### Post date: [June 30, 2017, 10:16am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/5 "2017-06-30T10:16:07Z")

</div>

I am guessing that switching to `Documenter.jl` will require custom PDF builds that have nothing to do anymore with readthedocs

looks like there should be some option to build a PDF [here](https://github.com/JuliaLang/julia/blob/master/doc/make.jl#L127)

---

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [June 30, 2017, 10:18am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/6 "2017-06-30T10:18:12Z")

</div>

@Evizero PDFs are nice, because you can easily access it offline. If you are going to modify something in it, please consider also adding subsections to the PDF index, since that would be very helpful for navigation.

---

<div class="post-metadata">

### Author: ![ChrisRackauckas](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chrisrackauckas/32/77_2.png) [@ChrisRackauckas](https://discourse.julialang.org/u/ChrisRackauckas)
#### Post date: [June 30, 2017, 10:18am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/7 "2017-06-30T10:18:24Z")

</div>

> [@Evizero](#):
>
> I am guessing that switching to Documenter.jl will require custom PDF builds that have nothing to do anymore with readthedocs

This comment explains how it’s done:

> <https://github.com/JuliaDocs/Documenter.jl/pull/288#issuecomment-264087061>
>
> Should just need to switch \`format = :html\` with \`format = :latex\`. You'll also …need to make sure you've got all the TeX packages and other bits and pieces needed:
> 
> \- \`latexmk\`;
> \- \`lualatex\`;
> \- \`minted\` (and \`pygments\` by extension);
> \- \`Lato\` and \`Fantasque Sans Mono\` fonts;
> \- a couple of other packages listed in \[the style file\](https://github.com/JuliaDocs/Documenter.jl/blob/master/assets/latex/documenter.sty).

Looks like that’s what’s used.

---

<div class="post-metadata">

### Author: ![Evizero](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/evizero/32/10118_2.png) [@Evizero](https://discourse.julialang.org/u/Evizero)
#### Post date: [June 30, 2017, 10:24am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/8 "2017-06-30T10:24:19Z")

</div>

I tried building the PDF locally by calling `make pdf` in the `doc` subfolder but I am afraid it failed for me because of some latex error, which may or may not be caused by my local setup

```julia
! LaTeX Error: File `memoir.cls' not found.

```

> [@e3c6](#):
>
> @Evizero PDFs are nice, because you can easily access it offline. If you are going to modify something in it, please consider also adding subsections to the PDF index, since that would be very helpful for navigation.

I am afraid I have nothing to do with any of it. I am just voicing my suspicion that I don’t think the `media.readthedocs.org` versions will be updated any further

---

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [June 30, 2017, 10:26am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/9 "2017-06-30T10:26:08Z")

</div>

Hopefully it will be made available somewhere else.

I have a full LaTeX distribution, so there is probably a memoir.cls somewhere in my PATH.

How can I try to build it myself?

---

<div class="post-metadata">

### Author: ![ChrisRackauckas](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chrisrackauckas/32/77_2.png) [@ChrisRackauckas](https://discourse.julialang.org/u/ChrisRackauckas)
#### Post date: [June 30, 2017, 10:29am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/10 "2017-06-30T10:29:48Z")

</div>

> [@e3c6](#):
>
> How can I try to build it myself?

It should output TeX if you use the instructions I linked to.

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [June 30, 2017, 11:07am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/11 "2017-06-30T11:07:46Z")

</div>

> [@Evizero](#):
>
> ! LaTeX Error: File `memoir.cls’ not found.

Grab [TeX Live](https://www.tug.org/texlive/) (most Linux distros have it packaged), it should have it.

---

<div class="post-metadata">

### Author: ![juliohm](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/juliohm/32/215266_2.png) [@juliohm](https://discourse.julialang.org/u/juliohm)
#### Post date: [July 1, 2017, 6:11am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/12 "2017-07-01T06:11:24Z")

</div>

> [@e3c6](#):
>
> PDFs are nice, because you can easily access it offline.

You can also access HTML pages offline, and they are usually much more interesting to navigate with your favorite web browser. They are somewhat more portable than the portable document format PDF itself 🙂.

---

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [July 1, 2017, 6:56am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/13 "2017-07-01T06:56:37Z")

</div>

My opinion is that a PDF is single file, which make it easier to handle. They are also easier to search for keywords than a mirror of an HTML website.

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [July 1, 2017, 7:15am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/14 "2017-07-01T07:15:09Z")

</div>

Open `share/doc/julia/html/en/index.html` in your Julia installation directory (if using the binary version). It will provide a searchable HTML. YMMV, but I find this much nicer than the PDF.

---

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [July 1, 2017, 7:52am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/15 "2017-07-01T07:52:30Z")

</div>

Thanks, I did not know I had a copy of the docs sitting there.

---

<div class="post-metadata">

### Author: ![scelles](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/scelles/32/220408_2.png) [@scelles](https://discourse.julialang.org/u/scelles)
#### Post date: [July 7, 2017, 1:22pm UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/16 "2017-07-07T13:22:29Z")

</div>

I’m also looking for a PDF version of Julia docs.  
See [https://github.com/JuliaLang/julia/issues/22704](https://github.com/JuliaLang/julia/issues/22704)

---

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [August 6, 2017, 2:57am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/17 "2017-08-06T02:57:59Z")

</div>

I still think a PDF version would be nice to have. Would it be too complicated to have a PDF version in sync with the docs website?

---

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [October 19, 2017, 7:51pm UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/18 "2017-10-19T19:51:44Z")

</div>

Here is a nice PDF version that looks up to date:

> **[JuliaDocumentation.pdf](https://juliacomputing.com/docs/JuliaDocumentation.pdf)**
>
> 3.44 MB

There is also a PDF including docs for many packages:

[https://juliacomputing.com/docs/JuliaPro\_v0.6.0.1\_Package\_API\_Manual.pdf](https://juliacomputing.com/docs/JuliaPro_v0.6.0.1_Package_API_Manual.pdf)

This comes in handy when you are offline!

---

<div class="post-metadata">

### Author: ![colintbowers](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/colintbowers/32/8033_2.png) [@colintbowers](https://discourse.julialang.org/u/colintbowers)
#### Post date: [April 6, 2018, 1:46am UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/19 "2018-04-06T01:46:51Z")

</div>

This is a highly underrated comment! I had no idea a full copy of the docs was just sitting there in HTML!

---

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [April 6, 2018, 12:23pm UTC](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559/20 "2018-04-06T12:23:41Z")

</div>

[https://juliacomputing.com/docs/](https://juliacomputing.com/docs/)

[Next page](https://discourse.julialang.org/t/pdf-version-of-docs-for-v0-6/4559.md?page=2)
