Open ioliano opened 10 months ago
Having the following file:
:doctype: book :commondir: ../common :bibtex-file: {commondir}/test.bib //:toc: = TEST :test_id: Check_one == {test_id} //Shows Check_one :test_id: Check_two == {test_id} //Shows Check two
test.bib file
@misc { book-one, title = {test title}, author = {no/one/cares} }
I am using to run:
sudo podman run -it -v /tmp/test/:/documents/ docker.io/asciidoctor/docker-asciidoctor asciidoctor-pdf -r asciidoctor-bibtex test1/test.adoc -a commondir=/documents/common --trace
Folder structure is:
:doctype: book :commondir: ../../common :bibtex-file: {commondir}/test.bib :toc: = TEST :test_id: Check_one == {test_id} // Shows {test_id} :test_id: Check_two == {test_id} // Shows {test_id}
Having the following file:
test.adoc file - ATTRIBUTE - TITLE SUBSTITUTION WORKING
test.bib file
I am using to run:
Folder structure is:
Test.adoc file - ATTRIBUTE - TITLE SUBSTITUTION NOT WORKING