# link page
if v.startswith("[[") and v.endswith("]]"):
link = v[2:-2]
+ if '|' in link:
+ link, ref = link.split("|")
+ return Link(['', [], []],
+ [Str(link)],
+ [ref, ''])
+ out.write(" link %s\n" % link)
lookups = {'sv/overview': 'Overview Chapter',
'sv/svp64': 'SVP64 Chapter',
+ 'svp64/appendix': 'SVP64 Appendix',
}
if link in lookups:
+ out.write(" found %s\n" % lookups[link])
return Link(['', [], []],
[Str(lookups[link])],
['#%s' % link, ''])
\input{tex_out/mv_vec.tex}
\begin{appendices}
-\chapter{SVP64 Appendix}
+\chapter{SVP64 Appendix}\hypertarget{svp64ux2fappendix}{SVP64 Appendix}
\input{tex_out/svp64_appendix.tex}
\chapter{SVP64 Quirks}
\input{tex_out/svp64_quirks.tex}