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

Linebreak in title and authors #10

Open
raphaelsaavedra opened this issue Jun 25, 2019 · 4 comments
Open

Linebreak in title and authors #10

raphaelsaavedra opened this issue Jun 25, 2019 · 4 comments

Comments

@raphaelsaavedra
Copy link

raphaelsaavedra commented Jun 25, 2019

Is it possible to add a linebreak in the title or authors? My title currently looks like this:

image

So the first line is very long and the second very short, not to mention the start of the title is slightly overlapping with the JuliaCon logo. If it was pure .tex, I could just add \\ after "for" to get the following:

image

Which looks much better. I tried to do this in the .yml and it just doesn't work. One of my colleagues is also having a related issue where the name of one of the authors is split between two lines.

So, is there any way to add a linebreak in the .yml?

@andrewrosemberg
Copy link

I'm also having the same problem! The last name of one of my coauthors is separated from the rest of his name.

@matbesancon
Copy link
Member

hi both, I tried and adding // after the author name before which you want to break seems to work (at least locally):

authors:
  - name: 1st author
    orcid: 0000-0003-1361-440X
    affiliation: 1
  - name: 2nd author
    affiliation: 1, 2
  - name: \\3rd author
    affiliation: 2

It does look a bit awkward but manageable

@raphaelsaavedra
Copy link
Author

Interestingly, it does work for the author names, but for the title adding \\ does not add a line break

@andrewrosemberg
Copy link

hi both, I tried and adding // after the author name before which you want to break seems to work (at least locally):

authors:
  - name: 1st author
    orcid: 0000-0003-1361-440X
    affiliation: 1
  - name: 2nd author
    affiliation: 1, 2
  - name: \\3rd author
    affiliation: 2

It does look a bit awkward but manageable

Thanks @matbesancon , it solves my problem!

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

3 participants