Vitaliy-1 / oldGregg

Theme for OJS 3 with Bootstrap 4
https://uk.e-medjournal.com/index.php/psp
GNU General Public License v3.0
31 stars 35 forks source link

How to include the title or any <p> tag from the back section? #72

Open josuevalrob opened 6 years ago

josuevalrob commented 6 years ago

This is the back from my jats xml file:

<back>
      <ref-list>
         <title>5. References</title>
         <p>Here we have some references... </p>
         <ref id="bib1">
                    // the reference here
         </ref>
      </ref-list>
   </back>

I want to include the title and the p tag in my reference tab...

how can I do that?

Vitaliy-1 commented 6 years ago

In back not many tags implemented yet. I'll return for additional tag support after JATS Parser and Old Gregg new release.