-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rinohtype not correctly processing document links #373
Comments
This changed in 0.5.2, as I reasoned this is how references are traditionally made in print (since you didn't have hyperlinks back then). I can see how this can be confusing however, since the output differs from the HTML output. I was wondering how the LaTeX builder handled these! Please see these links on how to adjust the style sheet to output named links instead:
Closing as duplicate of #244 |
Thanks for this @brechtm I am obviously making some basic error here. If I add: [linked reference]
type = custom to the (global) So my rinoh_documents = [dict(doc='index', # top-level file (index.rst)
target='manual',
template='SEaB.rtt',
stylesheet='SEaB.rts',
title='FLEXIBUSTER',
author='Operating and Maintenance Manual',
logo='img/logo.png')] In my custom stylesheet I have added: [STYLESHEET]
name = SEaB custom style
base = sphinx
[linked reference]
type = custom
;this seems to make no difference - only applies from base stylesheet but it doesn't get applied. Obviously me who is missing something, but I don't know what! |
|
Is there an existing issue for this?
PDF produced by rinohtype
If I produce my Sphinx output using LaTeX, internal links are displayed correctly (i.e. they show the correct section/subsection names) as in this example:
When I process the same document using rinohtype, the section link just displays a chapter title:
I would expect all the internal links to display in rinohtype in the same way they do in LaTeX.
Source files
See the screenshots above
Versions
The text was updated successfully, but these errors were encountered: