Would it be possibe to add a feature to only use a part of the figure title for cross-reference in the Table of Figures ? #3769
Unanswered
Minh-AnhHuynh
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I believe the answer is in Pandoc: jgm/pandoc#2417, especially the follow-up opened issue jgm/pandoc#7915. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, it is not possible to select only part of a figure legend in order to use it as cross-reference in the Table of Figures in PDF format.
So far, the only existing implementation that I know is some pretty wordy latex commands, and it defeats the entire purpose of using visual editor in RStudio, now I have to look at ugly latex code.
For reference, here is the latex code needed to use part of a caption for cross-reference in the Table of Figure in a PDF document:
However there is another downside to this: you can no longer use citeproc inside the latex code. So if you want to use a Table of Figures, you will likely not be able to use citeproc too. But only citeproc allows you to see your references in visual mode using RStudio, which is very convenient.
I understand that a Table of Figure might not be needed everytime, but currently for writing a thesis, it does not suit all of my needs.
Cheers,
Minh-Anh
Beta Was this translation helpful? Give feedback.
All reactions