We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: