Skip to content
New issue

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

Issue using "-inline" to convert Bible with more than one verse per line #72

Closed
amrhone opened this issue Sep 23, 2022 · 2 comments
Closed

Comments

@amrhone
Copy link

amrhone commented Sep 23, 2022

I'm having trouble converting a USFM file to Logos.html with more than one verse per line. The command I've been inputting is below:

java -jar BibleMultiConverter-AllInOneEdition.jar USFM WEB LogosHTML WEB.html Bible -inline

I'm assuming the issue is with how I've input the command (I'm inexperience in using the command line). Any help with this issue would be appreciated.

@schierlm
Copy link
Owner

The order of arguments is <outfile> <versemap> <template> <flags>. You are missing the template, which may be -.

java -jar BibleMultiConverter-AllInOneEdition.jar USFM WEB LogosHTML WEB.html Bible - -inline should work for you.

@amrhone
Copy link
Author

amrhone commented Sep 23, 2022

That worked. Thank you for your help!

@amrhone amrhone closed this as completed Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants