논문 템플릿에 multibib 인용 추가

논문 템플릿에 multibib 인용 추가

나는 박사 학위를 쓰고 있어요. 우리 대학에서 제공하는 기본 템플릿을 사용하여 논문을 작성합니다.

이전 논문 중 하나에 다중 턱받이 인용(\cite 및 \citeA)이 있으므로 이 템플릿에 다중 턱받이 파일을 통합해야 합니다.

나는 성공하지 못한 채 여러 번 시도했습니다. 특히 "multibib"과 "biblatex." 패키지 사이에 충돌이 있다고 생각하며 "citeA" 명령을 생성하는 데 문제가 있습니다(어쨌든 "citeA는 정의되지 않았습니다.)라는 오류가 발생했습니다.

템플릿 구조가 상당히 이해하기 어렵다고 생각합니다. 다만, 설정변경을 위해 터치한 파일을 첨부해두었습니다.

main.tex:

\RequirePackage{silence} 

    \WarningFilter{scrreprt}{Usage of package `titlesec'}
    %\WarningFilter{scrreprt}{Activating an ugly workaround}
    \WarningFilter{titlesec}{Non standard sectioning command detected}
\documentclass[ twoside,openright,titlepage,numbers=noenddot,%1headlines,
                headinclude,footinclude,cleardoublepage=empty,abstract=on,
                BCOR=5mm,paper=b5,fontsize=11pt
                ]{scrreprt}

%********************************************************************
% Note: Make all your adjustments in here
%*******************************************************
\input{classicthesis-config}


%********************************************************************
% Bibliographies
%*******************************************************
\addbibresource{Bibliography.bib}
\addbibresource[label=ownjournal]{ownjournal.bib}
\addbibresource[label=ownconference]{ownconference.bib}

\begin{document}


\frenchspacing
\raggedbottom
\selectlanguage{american} % american ngerman
%\renewcommand*{\bibname}{new name}
%\setbibpreamble{}
\pagenumbering{roman}
\pagestyle{plain}
%********************************************************************
% Frontmatter
%*******************************************************

\include{margin}
%\include{FrontBackmatter/DirtyTitlepage}
\include{FrontBackmatter/Titlepage}
%\include{FrontBackmatter/Titleback}
\cleardoublepage\include{FrontBackmatter/Dedication}
%\cleardoublepage\include{FrontBackmatter/Acknowledgments}
%\cleardoublepage\include{FrontBackmatter/Foreword}
\cleardoublepage\include{FrontBackmatter/Abstract}

\cleardoublepage\include{FrontBackmatter/Contents}
%********************************************************************
% Mainmatter
%*******************************************************
\cleardoublepage
\pagestyle{scrheadings}
\pagenumbering{arabic}
%\setcounter{page}{90}
% use \cleardoublepage here to avoid problems with pdfbookmark
\cleardoublepage

\part[\textsc{Part I}: Introduction and Background]
    {{\LARGE Part I}\break\break{\normalsize Introduction and Background}}
\label{pt:pt1}
%\include{Chapters/part1/introduction}
%\include{Chapters/part1/background}
\cleardoublepage

\part[\textsc{Part II}: title]
    {{\LARGE Part II}\break\break{\normalsize title}}
\label{pt:pt2}
\part[\textsc{Part III}: title]
   {{\LARGE Part III}\break\break{\normalsize title}}
\label{pt:pt3}
\include{Chapters/part3/jss} %<-THIS CONTAINS THE MULTIBIB paper
%\include{multiToC} % <--- just debug stuff, ignore for your document


%*******************************************************
\cleardoublepage\include{FrontBackmatter/Publications}
\cleardoublepage


\include{FrontBackmatter/Bibliography}

%\cleardoublepage\include{FrontBackmatter/Declaration}
%\cleardoublepage\include{FrontBackmatter/Colophon}
% ********************************************************************
% Game Over: Restore, Restart, or Quit?
%*******************************************************
\end{document}
% ********************************************************************

이것은 특히 "범죄" 부분입니다:

{{\LARGE Part III}\break\break{\normalsize title}}
\label{pt:pt3}
\include{Chapters/part3/jss} %<-THIS CONTAINS THE MULTIBIB paper

MyConfig.tex(이 파일에는 라이브러리 및 기타 명령이 있음)

\usepackage{setspace}
\usepackage{caption}
\usepackage{colortbl}
%\usepackage{url}
\usepackage{todonotes}
\usepackage{fontawesome}
\usepackage{amsmath,amssymb}


\setstretch{1.15}

\definecolor{gray75}{gray}{.25}
\definecolor{gray50}{gray}{.5}
\definecolor{gray40}{gray}{.6}
\definecolor{gray30}{gray}{.7}
\definecolor{gray20}{gray}{.8}
\definecolor{gray10}{gray}{.9}
\definecolor{gray05}{gray}{.95}

\newcommand{\llangle}[1][]{\savebox{\@brx}{\(\m@th{#1\langle}\)}%
  \mathopen{\copy\@brx\mkern2mu\kern-0.9\wd\@brx\usebox{\@brx}}}
\newcommand{\rrangle}[1][]{\savebox{\@brx}{\(\m@th{#1\rangle}\)}%
  \mathclose{\copy\@brx\mkern2mu\kern-0.9\wd\@brx\usebox{\@brx}}}

\newcommand{\rb}[1]{
    %\vspace{0.3cm}
    \begin{tcolorbox}[colback=gray!05,%gray background
        colframe=black,% black frame colour
        width=\columnwidth,% Use 5cm total width,
        arc=3mm, auto outer arc,
        boxrule=0.5pt,
        ]
        #1
    \end{tcolorbox}
}

\newcommand{\roundedbox}[2]{
    \rb{
        \noindent\usepackage{enumitem}
        \textit{\textbf{Finding {#1}}. #2}
    }
    \stepcounter{Finding}
}

\newcommand{\resquestion}[2]{%
    \vspace{5pt} %
    \noindent\fcolorbox{black}{blue!05}{%
        \parbox{0.97\linewidth}{% 
            \textbf{RQ$_{#1}$.} \emph{#2} %
        }%
    }%
    \vspace{5pt} %
}%


\mdfdefinestyle{stebox3}{%
linecolor=steBoxLine,linewidth=0pt,%
leftmargin=0cm,rightmargin=0cm,%
roundcorner=5pt,
topline=true,bottomline=true,rightline=false,leftline=false,%
backgroundcolor=gray05
}


\newcommand{\nb}[3]{
    \fbox{\bfseries\sffamily\scriptsize\color{#1}#2}\textsf{\small$\blacktriangleright${\color{#1}\textit{#3}}$\blacktriangleleft$}
}
\newcommand\TODO[1]{\nb{teal}{TODO}{#1}}
\newcommand\NOTE[1]{\nb{blue}{NOTE}{#1}}
\newcommand\REVIEW[1]{\nb{red}{REVIEW}{#1}}
\newcommand\REMOVE[1]{\nb{gray20}{REMOVE}{#1}}
\newcommand\CITEME{\fbox{\bfseries\sffamily\scriptsize\color{red}CITEME}~\xspace}

\usepackage{cleveref}
\usepackage{graphicx,color}

\RequirePackage{fontawesome}
\newcommand{\rqanswer}[2]{%
    \medskip%
    \noindent\fcolorbox{black}{blue!05}{%
        \parbox{0.985\linewidth}{% 
            \textbf{\faHandORight\ Answer to RQ$_{#1}$.} #2%
        }%
    }%
    \medskip%
}%


\definecolor{boxblue}{HTML}{ADD8E6}
\definecolor{surveyblue}{HTML}{DAE8FC}
\newcommand{\implication}[2]{ %
    \vspace{5pt} %
    \noindent\fcolorbox{black}{boxblue}{%
        \parbox{0.98\linewidth}{% 
            \textbf{\faAngleRight\ Take Away Message #1.} #2 %
        }%
    }%
    \vspace{5pt} %
}%

\definecolor{headertable}{rgb}{0.0, 0.0, 0.0}

\newcommand{\examplebox}[2]
{   
    \smallskip
    \begin{mdframed}[style=stebox3,frametitle={\textbf{#1}}]
    {\textit{#2}}
    \end{mdframed}
    \smallskip
}

\newcommand{\stesummarybox}[2]
{   
    \smallskip
    \begin{mdframed}[style=stebox4,frametitle={\textcolor{white}{\textbf{#1}}}]
    {#2}
    \end{mdframed}
}

\newcommand{\lessonbox}[1]
{   
    \smallskip
    \begin{mdframed}[style=stebox3]
    {\faCheckSquare \hspace{0.05cm} \textit{#1}}
    \end{mdframed}
    \smallskip
}

\newcommand{\sterqbox}[2]
{   
    \medskip
    \begin{mdframed}[style=stebox1,frametitle={\textbf{#1}}]
    {\textit{#2}}
    \end{mdframed}
    \medskip
}

\usepackage{longtable}

\newcommand{\markedsection}[2]{\section[#2]{#2%
\sectionmark{#1}}
\sectionmark{#1}}

\newcommand{\markedsubsection}[2]{\subsection[#2]{#2%
\subsectionmark{#1}}
\subsectionmark{#1}}


\newtcolorbox{reseachquery}{
    colback=gray!5,
    colframe=arsenic,
    boxrule=0.4mm,
    left=1.5mm,
    right=1.5mm,
    top=1.5mm,
    bottom=1.5mm,
    fonttitle=\bfseries,
    title={Search Query}
}

Bibliography.tex (이 파일에는 bib 파일을 관리하기 위한 기본 설정이 있습니다)


\defbibheading{bibintoc}[\bibname]{%
  \phantomsection
  \manualmark
  \markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}%
  \addtocontents{toc}{\protect\vspace{\beforebibskip}}%
  \addcontentsline{toc}{chapter}{\tocEntry{#1}}%
  \chapter*{#1}%
}%
\printbibliography[heading=bibintoc]


특정 하위 폴더에 사용자 지정 인용, 즉 "부록"과 함께 표시하려는 요소가 포함된 별도의 턱받이 파일("인용"으로 인용하는 데 사용하는 파일과 다름)을 만들었습니다. 문제).

예상되는 출력은 다음과 같아야 합니다.

텍스트 텍스트 텍스트\cite{key1} 및 \citeA{key}

참고자료:

Key1 블라 블라 .

.

.

부록:

키 블라 블라

.

.

.

문제가 있을 경우 원본 템플릿을 첨부할 수도 있습니다.

관련 정보