links and references in printed matter #11

Open
opened 2015-05-29 11:09:22 +00:00 by nik · 8 comments
Owner

how do we present links, references and url in the printed version? looks like there are a few options (or combinations thereof)

  • do nothing (leave links as 'inactive')
  • urls as footnotes
  • internal (fieldguide) links as footnotes to relevent sections

note that dokuwiki footnotes (e.g. something((like this))) won't be rendered properly in the pdf and should be avoided if possible

how do we present links, references and url in the printed version? looks like there are a few options (or combinations thereof) - do nothing (leave links as 'inactive') - urls as footnotes - internal (fieldguide) links as footnotes to relevent sections note that dokuwiki footnotes (e.g. ```something((like this))```) won't be rendered properly in the pdf and should be avoided if possible
Owner

mentioned in issue #8

mentioned in issue #8
Owner

details in LaTeX url package http://ctan.cs.uu.nl/macros/latex/contrib/url/url.pdf

\DeclareUrlCommand\url{}
details in LaTeX ```url``` package http://ctan.cs.uu.nl/macros/latex/contrib/url/url.pdf ```latex \DeclareUrlCommand\url{} ```
Owner

links are currently represented as \href{...}

see also the hyperref package http://ftp.snt.utwente.nl/pub/software/tex/macros/latex/contrib/hyperref/doc/manual.html

links are currently represented as ```\href{...}``` see also the ```hyperref``` package http://ftp.snt.utwente.nl/pub/software/tex/macros/latex/contrib/hyperref/doc/manual.html
Owner
\renewcommand{\href}[2]{#2\footnote{\url{#1}}}
```latex \renewcommand{\href}[2]{#2\footnote{\url{#1}}} ```
Owner

(for example (in need of further formatting))

(for example (in need of further formatting))
Owner

(cc: @maja @alkan)

(cc: @maja @alkan)
Owner

Fine for external links; what about internal ones?

Fine for external links; what about internal ones?
Owner

problems with footnotes...

Screen_Shot_2015-06-17_at_12.50.03

problems with footnotes... ![Screen_Shot_2015-06-17_at_12.50.03](https://repo.fo.am/foam/futurist-fieldguide/uploads/e9cb21ab71db8d61f4027f50ff4dea6c/Screen_Shot_2015-06-17_at_12.50.03.png)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: FoAM/futurist-fieldguide#11
No description provided.