Change abstract formatting so that first line is not indented #4094
Replies: 2 comments 6 replies
-
I would suggest to make an extension with your custom specification/needs. PS: changing this to "Q&A". |
Beta Was this translation helpful? Give feedback.
-
That's why I was raising it as a discussion question. I have not seen a journal or working paper with an indented first line in the abstract. But maybe that is unique to my field. Are there users who want the indented first line?
Actually I tried this with the LaTeX template for the top journal in my field (APSR) and it didn't import properly. I would like to convert this into an opportunity to create a Quarto template for that journal but it s proving to be a steep learning curve and I doubt many other users are going to want to go to those lengths. Have you had better luck with other journal templates?
I think the idea behind Quarto is that it saves you time on the formatting because everything is pretty much automatic. When users now have to go into not just learning Quarto but then also go back to learn LaTeX and Quarto extensions, which are entirely separate workflows, it does not fulfill its promise of saving time. If the extensions were available and it was just a simple matter of plug and play then yes, I agree with you. But if people have to make their own templates it is going to be a harder sell. Like Carlos mentions, some of this will be resolved over time. And already tremendous progress has been made. My point is just that for basic things like indenting and line spacing, which a lot of people want, there should be some easy fixes that you can implement in the YAML header (and I think the team is working towards this). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering why the default formatting for abstracts in Quarto includes an indented first line. In my field (political science) the norm is block paragraph style but I think it is also the standard for top journals like Science and Nature. While I know that it is possible to modify the abstract format by inserting some LaTeX code, e.g.
\noindent
, it might be more convenient if the default was no indent.Beta Was this translation helpful? Give feedback.
All reactions