Hi,
How to refer the same footnote multiple times in topics and need to display footnote-marker once at the bottom.
Want to achieve like below screenshot.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
This feature is available in the latest version (On-prem release 4.4 and cloud release 2310) of AEM Guides. In order to use this feature, follow the steps given below -
Generated PDF should have the same footnote number for all the footnotes which are referring to same footnote.
Additional step for NativePDF: If you want to hide the original footnote (one with ID) then you can add the CSS style given below in the content.css file of your PDF template
.fn[id]::footnote-call {
display: none;
}
Please have a look at documentation for more details here.
Views
Replies
Total Likes
I have also filed this request. According to Adobe's tech team, the use-by-reference footnote doesn't work yet in AEM Guides. They are supposed to be working on it.
Views
Replies
Total Likes
Hi @sschnelbach Thanks for the update.
Views
Replies
Total Likes
This feature is available in the latest version (On-prem release 4.4 and cloud release 2310) of AEM Guides. In order to use this feature, follow the steps given below -
Generated PDF should have the same footnote number for all the footnotes which are referring to same footnote.
Additional step for NativePDF: If you want to hide the original footnote (one with ID) then you can add the CSS style given below in the content.css file of your PDF template
.fn[id]::footnote-call {
display: none;
}
Please have a look at documentation for more details here.
Views
Replies
Total Likes
Views
Likes
Replies