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.
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수