Wowchemy-hugo-modules: Small Caps support and Small Caps for author last names.

Created on 28 Oct 2018  路  2Comments  路  Source: wowchemy/wowchemy-hugo-modules

Is there currently a way to have small caps with the Academic theme? This is very useful because in countries like France it is customary to capitalize last names. Since writing in all caps is typographically undesirable the solution is to use small caps (for example in LaTeX documents).

If this is not currently implemented, are there any plans to include it in Academic?

Thanks!

Most helpful comment

Small caps formatting on author surname is unsupported and there's currently no intention to support it. The focus for Academic is to display author names consistently with the major academic and social networks, and other CMS.

However, the following approach currently works if you wish to try it:

authors = ["Joe <span style=\"font-variant: small-caps\">Smith</span>"]

All 2 comments

Small caps formatting on author surname is unsupported and there's currently no intention to support it. The focus for Academic is to display author names consistently with the major academic and social networks, and other CMS.

However, the following approach currently works if you wish to try it:

authors = ["Joe <span style=\"font-variant: small-caps\">Smith</span>"]

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jacebenson picture jacebenson  路  3Comments

pjox picture pjox  路  4Comments

gcushen picture gcushen  路  4Comments

gcushen picture gcushen  路  3Comments

netw0rkf10w picture netw0rkf10w  路  4Comments