Text FormattingCompound Surname

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
fabriciosoares
Posts: 2
Joined: Thu May 18, 2017 4:25 pm

Compound Surname

Post by fabriciosoares »

I am using abntex2 and I know that in order to insert an author with a compound surname and all the letters of the surname are upper case, it is necessary that the author be described as:

Author = {Silva {} Júnior, José},

or

Author = {Silva, Júnior, José},

But I use Mendeley to manage my bibliographic references and it exports the .bib file with the author described as:

Author = {{Silva Júnior}, José},

Hence, abntex2 does not correctly solve the reference writing in relation to the ABNT standard.

I've already researched and found nothing about it ... Does anyone know how it is possible to use the generation of references by Mendeley and Latex can capitalize all the letters of a compound surname?

Fabricio
Last edited by fabriciosoares on Fri Jun 09, 2017 1:19 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

fabriciosoares
Posts: 2
Joined: Thu May 18, 2017 4:25 pm

Compound Surname

Post by fabriciosoares »

I was able to solve...

For those looking for using Mendeley exporting the .bib file automatically and using abntex2 (which can save a lot of time and work) .... follow the tip to ensure a correct import of authors with compound surnames...

Step 1: In Mendeley go to Tools / Options / Biblatex and uncheck the option: "Escape LaTeX special characters (# {}% etc.)"

Step 2: In the author's reference, type so: Silva{\space}Júnior, José

Admittedly, from the point of view of the Mendeley authors' administration, it is not an elegant solution, nor is it correct. But since there is an incompatibility between a Mendeley export and the import of abntex2, with no solution from both parties and my problem was to a correction of the data, the cost of a {\space}, in the middle of the author's name, inside the Mendeley, was an admissible sacrifice in my case.

Hugs to all,

Fabricio
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Compound Surname

Post by Stefan Kottwitz »

Hi Fabricio,

great that you found it! And thanks for posting the solution here, so somebody else googling for it can find it here.

Stefan
LaTeX.org admin
Post Reply