sinaatalay / rendercv

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

Changes to allow for the sort of publications in ascending, descendin… #31

Closed lhegstrom closed 5 months ago

lhegstrom commented 5 months ago

Adding in the ability to have the list of publications sort in either ascending or descending order based on the date

sinaatalay commented 5 months ago

Thank you for the pull request!

Even though it might be helpful in some cases, I think it breaks the separation between the content and the design RenderCV tries to achieve. The whole content should stay in the cv section and not depend on the theme. With this approach, content is updated based on a design option.

Isn’t it trivial for users to keep them ordered in the YAML? Please let me know if I am missing something.

lhegstrom commented 5 months ago

That's a fair point. This does break the separation between design content. The motivation is that when transition over to this for those of us with a lot of pubs, it's kind of a massive pain.

Two additional ideas:

rendercv render your_yaml.yaml --sort_publications ascending

rendercv format your_yaml.yaml --sort_publications ascending

I'm thinking the second option would be better from a design standpoint. Thoughts?