Can you also share the screenshot of the preset details (screenshot) that you are generating? Also, a suggestion don't create your dita content under dita-templates folder. Create your content folder parallel to dita-templates and keep your dita files there.
For table autonumber try the following. If this works for you then I will share how to do it for figures. body {counter-reset: caption1 0;} caption {--autonumber: autonumber;margin-left: calc(var(--list-indent) + var(--prefix-size) + var(--prefix-gap));margin-top: calc(var(--vertical-spacing) / 2);m...
Please review your cross reference settings. Open the Template you are using, double click the Settings item and then select the Cross Reference tab. You will find values like See "{text}" on page {page}. Make sure 1 is not hardcoded there. You can compare with Basic template which is working for yo...
Hi Samiksha,
If you open any PDF template then you will find the Stylesheets sections, expand that and then double click any CSS file which you want to edit. See the screenshot below.
Do let us know if you need any further details.
Thanks,
Vivek
Hi @shashi_c
Thanks for your input, we have started working and will make it same as DITA-OT for ditamap. We are targeting Nov release at this point in time.
Thanks,
Vivek
1. In the future we plan to deprecate the map dashboard and provide all the capabilities in the web editor view only. That's why any new feature like Native PDF is added on this side only.
2. We are working on it and plan to provide it soon.
Hi Nicole,
Every element has top margin and padding values and they are different. E.g. Heading 1 has higher top margin/padding than a paragraph or a table. That is what you are observing in your content. To fix this you will have to remove top margin and padding from all your styles. Once you do ...