-
Notifications
You must be signed in to change notification settings - Fork 19
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
Broken references and citations ? #73
Comments
Currently, Texpresso does not support |
Nice that my comment could help you compile! |
TeXpresso does not support hyperref (clickable links), but that should not prevent it from handling LaTeX supports them by doing multiple passes:
Complex documents often need more passes:
TeXpresso does only a single pass. To handle references and bibliography, it is necessary that the document has been compiled by LaTeX before. What you can do is:
References and citations will be displayed. The Notes:
Some remarks on the future work:
|
"Built-in support for multiple passes" is my biggest dream. |
It could make sense to add a command to the editor protocol to request a re-compile, which would then lead texpresso to call the equivalent of |
I have to press
|
Hi,
I managed to compile texpresso and texpresso-tonic on my Mac version 14.6.1 using rust 1.80.1
To compile texpresso-tonic, I followed the recommendation found here: #70
to update time from version 0.3.34 to version 0.3.36.
The command
./build/texpresso ./test/simple.tex
gives me a window with the compiled .tex file that appears correctly.
However, as soon as I try to include references to sections, tables, figures, equations, pages, or try to cite references with bibtex, the file is created and displayed but I only get '?' instead of references.
On the other hand, if I call texpresso-tonic instead of texpresso, the references work, but the window no longer appears.
Is there anything special I need to do with texpresso to be able to use references and citations ?
Thanks !
The text was updated successfully, but these errors were encountered: