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

Paper compilation process is to time consuming. #546

Open
rkube opened this issue May 26, 2020 · 3 comments
Open

Paper compilation process is to time consuming. #546

rkube opened this issue May 26, 2020 · 3 comments

Comments

@rkube
Copy link

rkube commented May 26, 2020

Hi,
I find myself using too much time debugging the paper compilation process. While RST works find, the error messages of the make_paper script are useless in finding the error. For example, I've just used more than 10 minutes to find what


Runaway argument?
{ 
! Paragraph ended before \hyperlink was complete.
<to be read again> 
                   \par 
l.343 ...erence start-string without end-string.}}
                                                  
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on paper.log.

means. This is after I've cut the paper file down to 322 lines.

I suggest that you use some time to make the submission process easier.

@deniederhut
Copy link
Member

I suggest that you use some time to make the submission process easier.

Sorry that you're frustrated! We're all volunteers here, so if you'd like to help us make the paper submission process easier you can always join the team!

@rkube
Copy link
Author

rkube commented May 27, 2020

Thanks Dillon. One issue I'm using a lot of time on is to find the line where rst syntax errors occur. Do you have any pointers where I can look into that issue?

@deniederhut
Copy link
Member

So the tricky part here is that typically the errors occur after the code has been transpiled to latex. Maybe the easiest thing to do would be to track input line number is the docutils writer, whose class definition can be found here ->

class Translator(LaTeXTranslator):

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