두 개의 참조 섹션

두 개의 참조 섹션

저는 Lyx에서 대부분 기본 설정을 사용하고 있습니다. 끝에 "인용된 작품"과 "주석이 있는 참고문헌"에 대한 두 개의 뚜렷한 제목 섹션을 만들려면 어떻게 해야 합니까?

또한 일반적인 "참고문헌" 항목이 있는 경우 각 항목 뒤에 주석 텍스트를 추가하는 방법을 찾을 수 없습니다. "주석이 있는 참고문헌"에 대한 주석은 어떻게 작성해야 합니까?

감사해요!

답변1

두 개의 참조 섹션

서로 다른 제목을 가진 두 개의 참고문헌을 추가하려면 다음을 수행할 수 있습니다.

  1. 평소와 같이 첫 번째 참조 섹션을 추가합니다.서지스타일 드롭다운 메뉴에서

  2. 현재 참고문헌을 끝내려면 Alt+를 누르세요 .Enter

  3. Ctrl+ 를 사용하여 ERT를 추가 L하고 작성합니다.

    \renewcommand\refname{Annotated stuff}
    

    (물론 '주석이 달린 항목'을 제목으로 원하는 대로 변경합니다.)

  4. 주석이 달린 작업에 대해 1.과 같이 새 참조 섹션을 추가합니다.

주석

비비템 마지막에 적어주시면 됩니다. 새 줄에서 시작하도록 하려면 \par주석 바로 앞에 ERT를 추가하고 을 작성합니다. \parERT 내부 ​​또는 외부에서 뒤에 공백을 추가해야 합니다 .

Ctrl대신 + 를 누를 수도 있지만 Enter이렇게 하면 새 문단이 생성되는 것이 아니라 줄이 끝납니다 \par.

중복된 항목

두 참조 섹션 모두에 있는 항목의 경우 전체 항목을 복사하여 붙여넣기만 하면 됩니다. 대안은 \newcommand각 중복 항목에 대해 를 정의하고 참조 섹션에서 이 매크로를 사용하는 것입니다. 텍스트를 변경하려면 매크로 정의를 변경하면 됩니다. 그래서:

LaTeX 서문이나 첫 번째 참조 섹션 바로 앞에 배치된 ERT에 다음과 같은 내용을 추가하세요.

\newcommand\somereferenceiwanttousetwice{Author, A. \textit{Brillant stuff} (2015). The Pub.}

\textit{}(명령에 대한 더 짧은 이름을 선호할 수 있습니다.) 기울임꼴 텍스트 및 \textbf{}굵은 텍스트 와 같은 항목 형식을 지정하려면 LaTeX 명령을 사용해야 합니다 . 이를 참조 목록에 사용하려면 ERT를 추가하고 를 작성하세요 \somereferenceiwanttousetwice.

예제 LyX 파일

스크린샷 아래 코드를 텍스트 편집기에 복사하여 로 저장하면 example.lyxLyX에서 열 수 있습니다.

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

#LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 413
\begin_document
\begin_header
\textclass article
\use_default_options true
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman default
\font_sans default
\font_typewriter default
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100

\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry false
\use_amsmath 1
\use_esint 1
\use_mhchem 1
\use_mathdots 1
\cite_engine basic
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\use_refstyle 1
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Standard
The text.
\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
nocite{*}
\end_layout

\end_inset


\end_layout

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
newcommand
\backslash
someref{Author, A.

\backslash
textit{Brillant stuff} (2015).
 The Pub.}
\end_layout

\end_inset


\end_layout

\begin_layout Bibliography
\begin_inset CommandInset bibitem
LatexCommand bibitem
key "key-1"

\end_inset


\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
someref
\end_layout

\end_inset


\end_layout

\begin_layout Bibliography
\begin_inset CommandInset bibitem
LatexCommand bibitem
key "key-3"

\end_inset

This only occurs once.
\end_layout

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
renewcommand
\backslash
refname{Annotated stuff}
\end_layout

\end_inset


\end_layout

\begin_layout Bibliography
\begin_inset CommandInset bibitem
LatexCommand bibitem
key "key-4"

\end_inset


\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
someref
\backslash
par
\end_layout

\end_inset

 Annotation.
\end_layout

\begin_layout Bibliography
\begin_inset CommandInset bibitem
LatexCommand bibitem
key "key-5"

\end_inset

This is just found here.

\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
par 
\end_layout

\end_inset

Annotation.
\end_layout

\end_body
\end_document

관련 정보