","에 대한 폴란드어 기사의 저자 이름에서 "and" 단어 변경(쉼표 구분 기호)

","에 대한 폴란드어 기사의 저자 이름에서 "and" 단어 변경(쉼표 구분 기호)

문제는 간단해 보이지만 그렇지 않을 수도 있습니다. 저자명과 관련된 부분에 간단한 쉼표 구분 기호(,)를 "and"로 바꿔야 합니다. "레이아웃"을 변경하지 않고 싶지만 위에서 언급한 대로 변경하는 까다로운 방법을 찾으세요. 문제와 관련된 부분은 %%%%%%%%%%%%%%%%%%%를 사용하여 표시했습니다.

내 MWE는 다음과 같습니다.

\documentclass[aps,physrev,showkeys,twocolumn,nofootinbib,floatfix]{revtex4-2}  
\usepackage[polish]{babel}
\selectlanguage{polish}
\usepackage{polski}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{subcaption}
\captionsetup{justification=raggedright,singlelinecheck=false}
\usepackage{float}
\usepackage[colorlinks=true,hyperfootnotes=true,breaklinks=true,citecolor=blue]{hyperref}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{comment}
\usepackage{wrapfig}
\usepackage[table,xcdraw]{xcolor}
\usepackage{enumitem}
\usepackage{mwe}
\usepackage{setspace}
\newcommand\VRule[1][\arrayrulewidth]{\vrule width #1} 
\usepackage{hhline} 
\usepackage[capitalise]{cleveref}

\providecommand{\keywordsname}{Słowa kluczowe}
\providecommand{\keywords}{}
\renewcommand{\keywords}[2][]{%
\small\centering
\textbf{\keywordsname:} #2\par
}



\newcommand{\red}{\color{red}} 
\newcommand{\black}{\color{black}}
\newcommand{\blue}{\color{blue}}
\newcommand{\MojLinkZero}[3][black]{\href{#2}{\color{#1}{#3}}}
\newcommand{\MojLinkJeden}[3][magenta]{\href{#2}{\color{#1}{#3}}}
\newcommand{\MojLinkDwa}[3][purple]{\href{#2}{\color{#1}{#3}}}
\newcommand{\MojLinkTrzy}[3][brown]{\href{#2}{\color{#1}{#3}}}
\newcommand{\MojLinkCztery}[3][red]{\href{#2}{\color{#1}{#3}}}




\begin{document}

\title{This is my example of article, \linebreak[3] I need some help} 


%%%%%%%%%%%%%%%%%%%%%%%%%%%
\author{This is author no. 1}
\hypersetup{linkcolor=red}\thanks{\hspace{.75mm}\MojLinkZero{https://orcid.org/0000-0000-0000-0000}{0000-0000-0000-0000}} 
\email{[email protected]}
\author{This is author no. 2}
\hypersetup{linkcolor=red}\thanks{\hspace{.75mm}\MojLinkZero{https://orcid.org/000c-0000-0000-0000}{000c-0000-0000-0000}} 
\email{[email protected]} 

\hypersetup{urlcolor=black}


\affiliation{Affiliation Location in Random City,
Department of Metallurgy,
Some Random Place and Street, Poland} 

\begin{abstract}
\small{Here will be abstract and some basic information, the problem is related with part above – I cannot change "and"~in authors names for comma (,). Please help}

\end{abstract}

\date[]{\today}


\maketitle

\end{document}

답변1

발행할 수 있습니다

\renewcommand{\andname}{\unskip,}

문서 서문에서.

여기에 이미지 설명을 입력하세요

관련 정보