sinaatalay / rendercv

A LaTeX CV/Resume Framework
http://docs.rendercv.com
MIT License
1.67k stars 108 forks source link

Ability to add markdown formatting to the authors in publications #27

Closed lhegstrom closed 5 months ago

lhegstrom commented 5 months ago

First - this is a fantastic project! Super useful.

In the academic space it's common to have a list of dozens of papers / abstracts / posters, etc. Being able to apply formatting to the authors list - like either bolding, or italicizing (or both) would help. Similar to how this guy's name is highlighted as a part of his research:

Screenshot 2024-03-03 at 19 54 58
sinaatalay commented 5 months ago

This is a very good idea!

Currently, RenderCV automatically makes the CV owner’s name bold and italic in the authors list. However, I think removing that feature and allowing the users to do whatever they want with Markdown sounds more elegant and flexible.

Also, it made me think about another thing: RenderCV currently writes authors' first names with their initials. That can also be removed, and then users can decide if they want to use initials or not.

I will implement these in the next release.

lhegstrom commented 5 months ago

Huh, interesting - it doesn't render as bold on my Mac when using the classic theme. I see now on the example PDF there's bolding. I'd bet there's an OS PDF creation difference somewhere. Getting a consistent output across Mac/Unix/Windows is ... challenging.

EDIT - it's due to adding degrees to the name. Adding a MD/JD/PhD/MS/etc behind the name but not in the publications causes the bolding to be skipped

sinaatalay commented 5 months ago

Okay then, when we switch to pure Markdown, that issue will also go away.

anibaltafur commented 5 months ago

I was having a somewhat similar issue/requirement. As a work around I'm using the Normal Entry format, and I can format author names and journal titles using Markdown (example below). It would be nice if in the future there could be another entry type with simple bulleted items, in this way I could potentially couple your package with some scripts I have to manipulate references. The Text Entry one does not have bullets in the classic theme 😢 , and the Normal Entry requires name, otherwise, renders an empty line.

By the way, nice package, thanks!! @sinaatalay

academic_work:
      - name: Journal papers
        highlights:
        - 'Hain A., Zaghi A.E., Padgett J.E., **Tafur A.** (2023). Case studies of multihazard damage:
          Investigation of the interaction of Hurricane Maria and the January 2020 earthquake sequence in
          Puerto Rico. *Frontiers in Built Environment.* 
          DOI: [10.3389/fbuil.2023.1128573](https://doi.org/10.3389/fbuil.2023.1128573)'
        - 'Paper 2'
      - name: Conference papers
        highlights:
        - 'Paper 1'
        - 'Paper 2' 
image
sinaatalay commented 5 months ago

Hello, this issue will be fixed in the next release. I have already pushed the changes.