Reference List Formatting

作成日: 2025年1月27日

使用モデル O1 by Chat01

質問

https://www.nature.com/articles/s43247-023-00805-6
论文名字:Global mining footprint mapped from high-resolution satellite imagery
数据:The global distribution of mineral ores

https://www.mdpi.com/2571-9408/4/4/164
论文名字:Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage
数据:The global distribution of ancient architecture

https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6
论文名字:Physical Properties of Wood and Wood-Based Materials
数据:Types of wood and their wear resistance coefficients

https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6
论文名字:Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods
数据:Types of stone and their wear resistance coefficients

latex代码块输出,要调整成更好看的格式

思考

Preparing the LaTeX code

I’m gathering references, titles, links, and datasets for a LaTeX references page, ensuring clarity and proper formatting.

Constructing LaTeX references

I’m mapping out a visually appealing LaTeX code block for references, including titles, links, and datasets, and considering different formats like tables or thebibliography environment for optimal clarity.

Converting references

I’m thinking through converting scientific references into LaTeX code, ensuring clarity with titles, links, and datasets, formatted within the \begin{thebibliography} environment.

Gathering ideas

Considering LaTeX setups like \begin{itemize} or \begin{thebibliography} for references, integrating packages like \url or \hyperref for URLs.

Thought about latex formatting tips,持续 22 秒

回答

latex
\documentclass[12pt]{article} % 导入超链接宏包(可根据需要选用) \usepackage{hyperref} % 设置页面边距 \usepackage[margin=1in]{geometry} \begin{document} \section*{References} \begin{thebibliography}{00} \bibitem{Mining} \textbf{Global mining footprint mapped from high-resolution satellite imagery}\\ \textit{Link:} \url{https://www.nature.com/articles/s43247-023-00805-6}\\ \textit{Data:} The global distribution of mineral ores \bigskip \bibitem{Architecture} \textbf{Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage}\\ \textit{Link:} \url{https://www.mdpi.com/2571-9408/4/4/164}\\ \textit{Data:} The global distribution of ancient architecture \bigskip \bibitem{Wood} \textbf{Physical Properties of Wood and Wood-Based Materials}\\ \textit{Link:} \url{https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6}\\ \textit{Data:} Types of wood and their wear resistance coefficients \bigskip \bibitem{Stone} \textbf{Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods}\\ \textit{Link:} \url{https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6}\\ \textit{Data:} Types of stone and their wear resistance coefficients \end{thebibliography} \end{document}

質問

不要弄成reference形式,这个是在文章中之内的

思考

Structuring the references

I’m piecing together a LaTeX code block for inline references. Considering list or tabular environments to neatly organize details like title, link, and data.

Organizing details

I’m thinking about setting up a table for organizing references, with cells for title, link, and data. Alternatively, neat paragraphs or bullet points might be better.

Thought about in-text formatting for citations,持续 5 秒

回答

latex
\documentclass[12pt]{article} \usepackage[margin=1in]{geometry} \usepackage{hyperref} % 可根据需要保留或删除 \begin{document} \section*{文献与数据(示例排版)} \vspace{1em} \subsection*{1. Global mining footprint mapped from high-resolution satellite imagery} \begin{description} \item[链接:]\href{https://www.nature.com/articles/s43247-023-00805-6}{\texttt{https://www.nature.com/articles/s43247-023-00805-6}} \item[数据:]The global distribution of mineral ores \end{description} \vspace{1em} \subsection*{2. Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage} \begin{description} \item[链接:]\href{https://www.mdpi.com/2571-9408/4/4/164}{\texttt{https://www.mdpi.com/2571-9408/4/4/164}} \item[数据:]The global distribution of ancient architecture \end{description} \vspace{1em} \subsection*{3. Physical Properties of Wood and Wood-Based Materials} \begin{description} \item[链接:]\href{https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6}{\texttt{https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6}} \item[数据:]Types of wood and their wear resistance coefficients \end{description} \vspace{1em} \subsection*{4. Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods} \begin{description} \item[链接:]\href{https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6}{\texttt{https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6}} \item[数据:]Types of stone and their wear resistance coefficients \end{description} \end{document}

質問

不要调用库,用点状无序段落表示文献,然后links小字体在底下,然后描述也是进一步缩进

思考

Structuring content

I’m arranging the document into categories, adding bullet points for references, and placing links in a smaller, indented font at the bottom.

Finalizing the structure

I’m wrapping up the document layout, ensuring each reference features a bullet point with the title, data, and a small, indented link at the bottom, avoiding extra packages.

Wrapping up the code

I'm putting together the LaTeX code without extra packages, ensuring references have a bullet point with bold title, indented data, and a small, indented link at the bottom.

Thought about LaTeX formatting,持续 8 秒

回答

latex
\documentclass[12pt]{article} \begin{document} \section*{文献与数据} \begin{itemize} \item \textbf{Global mining footprint mapped from high-resolution satellite imagery}\\ \hspace*{1.5em}\emph{数据:} The global distribution of mineral ores \vspace{0.3em} {\small \texttt{https://www.nature.com/articles/s43247-023-00805-6}} \vspace{1em} \item \textbf{Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage}\\ \hspace*{1.5em}\emph{数据:} The global distribution of ancient architecture \vspace{0.3em} {\small \texttt{https://www.mdpi.com/2571-9408/4/4/164}} \vspace{1em} \item \textbf{Physical Properties of Wood and Wood-Based Materials}\\ \hspace*{1.5em}\emph{数据:} Types of wood and their wear resistance coefficients \vspace{0.3em} {\small \texttt{https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6}} \vspace{1em} \item \textbf{Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods}\\ \hspace*{1.5em}\emph{数据:} Types of stone and their wear resistance coefficients \vspace{0.3em} {\small \texttt{https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6}} \end{itemize} \end{document}

質問

不要用超链接写了,就用普通字符串去写,然后用全英文

思考

Structuring the section

I’m curious about formatting references in LaTeX. The title should be bold, the data line should be indented, and URLs should be in small text without any external libraries.

Organizing the references

I’m arranging the references with bold titles, indented data lines, small font URLs, and spacing for clarity. Each item is clearly aligned and easy to read.

思考,持续 8 秒

回答

latex
\documentclass[12pt]{article} \begin{document} \section*{Literature and Data} \begin{itemize} \item \textbf{Global mining footprint mapped from high-resolution satellite imagery}\\ \hspace*{1.5em}\textit{Data:} The global distribution of mineral ores \vspace{0.3em} {\small https://www.nature.com/articles/s43247-023-00805-6} \vspace{1em} \item \textbf{Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage}\\ \hspace*{1.5em}\textit{Data:} The global distribution of ancient architecture \vspace{0.3em} {\small https://www.mdpi.com/2571-9408/4/4/164} \vspace{1em} \item \textbf{Physical Properties of Wood and Wood-Based Materials}\\ \hspace*{1.5em}\textit{Data:} Types of wood and their wear resistance coefficients \vspace{0.3em} {\small https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6} \vspace{1em} \item \textbf{Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods}\\ \hspace*{1.5em}\textit{Data:} Types of stone and their wear resistance coefficients \vspace{0.3em} {\small https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6} \end{itemize} \end{document}

質問

image.pngimage.png

如图,这个链接和data行都有缩进,并且data和主行的行距大一些,和link放一起

思考

latex
\documentclass[12pt]{article} \usepackage{setspace} % 导入行距设置宏包 \begin{document} \section*{Literature and Data} \begin{itemize} \item \textbf{Global mining footprint mapped from high-resolution satellite imagery}\\ \hspace*{1.5em}\textit{Data:} The global distribution of mineral ores \vspace{0.3em} \begin{spacing}{1.5} % 设置行距为1.5倍,数据行和链接之间有大段距离 {\small https://www.nature.com/articles/s43247-023-00805-6} \end{spacing} \vspace{1em} \item \textbf{Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage}\\ \hspace*{1.5em}\textit{Data:} The global distribution of ancient architecture \vspace{0.3em} \begin{spacing}{1.5} {\small https://www.mdpi.com/2571-9408/4/4/164} \end{spacing} \vspace{1em} \item \textbf{Physical Properties of Wood and Wood-Based Materials}\\ \hspace*{1.5em}\textit{Data:} Types of wood and their wear resistance coefficients \vspace{0.3em} \begin{spacing}{1.5} {\small https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6} \end{spacing} \vspace{1em} \item \textbf{Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods}\\ \hspace*{1.5em}\textit{Data:} Types of stone and their wear resistance coefficients \vspace{0.3em} \begin{spacing}{1.5} {\small https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6} \end{spacing} \end{itemize} \end{document} ```,持续 10 秒

回答

latex
\documentclass[12pt]{article} \begin{document} \section*{Literature and Data} \begin{itemize} \item \textbf{Global mining footprint mapped from high-resolution satellite imagery}\\[0.5em] \hspace*{2em}\textit{Data:} The global distribution of mineral ores\\[0.3em] \hspace*{2em}{\small https://www.nature.com/articles/s43247-023-00805-6} \vspace{1em} \item \textbf{Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage}\\[0.5em] \hspace*{2em}\textit{Data:} The global distribution of ancient architecture\\[0.3em] \hspace*{2em}{\small https://www.mdpi.com/2571-9408/4/4/164} \vspace{1em} \item \textbf{Physical Properties of Wood and Wood-Based Materials}\\[0.5em] \hspace*{2em}\textit{Data:} Types of wood and their wear resistance coefficients\\[0.3em] \hspace*{2em}{\small https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6} \vspace{1em} \item \textbf{Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods}\\[0.5em] \hspace*{2em}\textit{Data:} Types of stone and their wear resistance coefficients\\[0.3em] \hspace*{2em}{\small https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6} \end{itemize} \end{document}

質問

最后一个链接太长了,处理好自动换行

思考

latex
\documentclass[12pt]{article} \usepackage{microtype} % Provides better font spacing and line breaking \begin{document} \section*{Literature and Data} \begin{itemize} \item \textbf{Global mining footprint mapped from high-resolution satellite imagery}\\[0.5em] \hspace*{2em}\textit{Data:} The global distribution of mineral ores\\[0.3em] \hspace*{2em}{\small \texttt{https://www.nature.com/articles/s43247-023-00805-6}} \vspace{1em} \item \textbf{Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage}\\[0.5em] \hspace*{2em}\textit{Data:} The global distribution of ancient architecture\\[0.3em] \hspace*{2em}{\small \texttt{https://www.mdpi.com/2571-9408/4/4/164}} \vspace{1em} \item \textbf{Physical Properties of Wood and Wood-Based Materials}\\[0.5em] \hspace*{2em}\textit{Data:} Types of wood and their wear resistance coefficients\\[0.3em] \hspace*{2em}{\small \texttt{https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6}} \vspace{1em} \item \textbf{Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods}\\[0.5em] \hspace*{2em}\textit{Data:} Types of stone and their wear resistance coefficients\\[0.3em] \hspace*{2em}{\small \texttt{https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2\allowbreak &ref=pdf_download&rr=90814c6e7c3afde6}} \end{itemize} \end{document} ```,持续 15 秒

回答

latex
\documentclass[12pt]{article} \begin{document} \section*{Literature and Data} \begin{itemize} \item \textbf{Global mining footprint mapped from high-resolution satellite imagery}\\[0.5em] \hspace*{2em}\textit{Data:} The global distribution of mineral ores\\[0.3em] \hspace*{2em}\begin{minipage}[t]{0.9\linewidth} \small https://www.nature.com/articles/s43247-023-00805-6 \end{minipage} \vspace{1em} \item \textbf{Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage}\\[0.5em] \hspace*{2em}\textit{Data:} The global distribution of ancient architecture\\[0.3em] \hspace*{2em}\begin{minipage}[t]{0.9\linewidth} \small https://www.mdpi.com/2571-9408/4/4/164 \end{minipage} \vspace{1em} \item \textbf{Physical Properties of Wood and Wood-Based Materials}\\[0.5em] \hspace*{2em}\textit{Data:} Types of wood and their wear resistance coefficients\\[0.3em] \hspace*{2em}\begin{minipage}[t]{0.9\linewidth} \small https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6 \end{minipage} \vspace{1em} \item \textbf{Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods}\\[0.5em] \hspace*{2em}\textit{Data:} Types of stone and their wear resistance coefficients\\[0.3em] \hspace*{2em}\begin{minipage}[t]{0.9\linewidth} \small https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6 \end{minipage} \end{itemize} \end{document}

このQ&Aを共有