On 5 April 2012 15:32, Nico Jabin <[email protected]> wrote: > Hi, > > I notice that with the new authors formatting in the entry preview, > institutional authors, saved with curly brackets around them, still get > mashed up. > > My current setting is: > \begin{author} > \format[HTMLChars,Authors(Lastfirst)]{\author}<BR>\end{author} > > Output for the authorĀ {ICM Research} is "Research, I.", when I expect "ICM > Research" (both without ""). Am I doing something wrong, or is this > something that still needs fixing? Or will it stay that way?
The Authors formatter does take braces into account. However, when you pass the author string through the HTMLChars formatter first, that one removes the braces before the authors are formatted. If you reverse the order of these two formatters you should get the correct result. I see that the default preview layouts use the HTMLChars formatter first, and I will change this so they use the Authors formatter followed by HTMLChars. Or did you base your formatting on some other default in JabRef that should also be modified? -- Morten ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Jabref-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jabref-users
