mirror of
https://github.com/vale981/literate-programming-tutorials
synced 2025-03-05 09:51:39 -05:00
Added section on pdfview
This commit is contained in:
parent
36f462875f
commit
32b6cdfa61
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@ Whats neat is that as long as the buffer that the book was loaded in remains ope
|
||||||
There are limitations however. If you create a link abbreviation as shown, there will not be any auto complete when using org-insert-link.
|
There are limitations however. If you create a link abbreviation as shown, there will not be any auto complete when using org-insert-link.
|
||||||
This can be implimented with a more [[Custom Link eLisp][Advance]] link function.
|
This can be implimented with a more [[Custom Link eLisp][Advance]] link function.
|
||||||
|
|
||||||
|
*** PDF-Tools
|
||||||
|
If you use the PDF-Tools package, the docview links break. If you need to use pdf-tools get the package ~org-pdfview~.
|
||||||
|
Org-pdfview when enabled in your init file creates a pdf-view link which supports page completion. To continue using book links,
|
||||||
|
simply change the protocol from docview, to pdfview.
|
||||||
|
|
||||||
** DONE Epubs
|
** DONE Epubs
|
||||||
|
|
||||||
Epubs are powerful way of storing and rendering books. Rather than prerendering all of the text and images like a pdf. Epubs are instead a collection
|
Epubs are powerful way of storing and rendering books. Rather than prerendering all of the text and images like a pdf. Epubs are instead a collection
|
||||||
|
|
Loading…
Add table
Reference in a new issue