I have recently updated my RStudio. The new RStudio version is 2022.12.0.
Then I have knitted an old manuscript of mine in pdf, but now in bibliography, the journal name is not italicized. Here are my YAML (a little edited for privacy). Before the update, there was no such issue.
I use Zotero to create my bib file. Also if I export reference from zotero to word file, then there is no issue as well regarding Journal name italics.
---
title: |
| \vspace{2cm} THE MANUSCRIPT TITLE
subtitle:
author:
date:
abstract: |
\justify ABABBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
|
`r kableExtra::text_spec ("Keywords:", bold = TRUE)` A; B; C.
|
`r kableExtra::text_spec ("JEL Classifications:", bold = TRUE)` C, Y.
<p> </p>
<p> </p>
|
output:
bookdown::pdf_document2:
fig_caption: yes
keep_tex: yes
header-includes:
- \pagenumbering{gobble}
- \usepackage[document]{ragged2e}
- \usepackage{sectsty} \sectionfont{\centering \emph}
- \usepackage{lscape}
- \newcommand{\blandscape}{\begin{landscape}}
- \newcommand{\elandscape}{\end{landscape}}
- \usepackage{xcolor}
link-citations: yes
linkcolor: blue
geometry: "left=2.75cm,right=2.75cm,top=2.5cm,bottom=2.5cm"
fontsize: 12pt
citecolor: blue
urlcolor: blue
toc: false
bibliography: reference_case.bib
---