Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to remove autogenerated ID in figure caption and table caption in IBM RPE

 Hi All,


Table and Figures are added in DNG module 
For Eg)
 
Output from Generated Template)

List of Tables
1   Table 1 :Ipsem Lorem..........................2


List of Figures
1 Mgen Logo....................5
2 JTS ...............................6


Expected Output)
List of Tables
Table 1 :Ipsem Lorem..........................2

List of Figures
Figure 1:Mgen Logo....................5
Figure 2:JTS ...............................6


How to implement this customization in RPE template.

Thanks in Advance.
Regards,
Prashanth  

0 votes



2 answers

Permanent link

 For Tables just get rid of <caption> tag and replace this with span tag.


For List of Figures you can create your own word style for the list of Figures.

0 votes

Comments

Hi Bartosz,


Can you please let me know the procedure how to implement it?? 

Hi Bartosz,


For Table this change must be done in DNG side or RPE side, can you please elaborate on this process?? 

Hi Bartosz,


Please provide a working sample for this output??

 

 Hi Bartosz,


Please provide a working sample for this output or kindly provide the work instructions how to implement in RPE Template

Regards,

Prashanth Manohar Gopi 


Permanent link

In RPE template, you need to change "TOC code" as
\h \z \a "Figure"
for Table Of Figures

and
TOC \h \z \a "Table"
for Table Of Tables so that the labels and numbers are not included.

0 votes

Comments

The above solution worked now for table of tables, but after the table gets printed  the table caption printed below still has auto generated ID how to remove that??


Looking forward to your reply.

Thanks,
Prashanth 

Use \h \z \a "Figure" instead of \h \z \c "Figure"for TOC.

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 12 '21, 5:03 a.m.

Question was seen: 1,219 times

Last updated: Mar 25 '21, 9:06 a.m.

Related questions
Confirmation Cancel Confirm