为什么我运行 pdf 时没有显示 URL?

为什么我运行 pdf 时没有显示 URL?

我在这里找不到错误:

\documentclass[a4paper, 
pointlessnumbers, 
%draft,
parskip=half,
automark
    ]{scrartcl}

\setlength{\parindent}{0pt} 

\usepackage[a4paper, left=2.2cm, right=2.2cm, top=2.5cm, bottom=2.5cm,]{geometry}
\usepackage{scrpage2}
\clearscrheadfoot
\pagestyle{scrheadings}

\usepackage[ngerman]{babel}


\usepackage[pdftex]{graphicx,color}

\usepackage[utf8]{inputenc}

\usepackage{amssymb,amsmath,amsthm, amsfonts} 
\usepackage{latexsym}
\usepackage[decimalsymbol=comma]{siunitx} 


\usepackage{booktabs}
\usepackage{tabulary}
\usepackage[dvipsnames]{xcolor} 
\usepackage[centerlast,small,sc]{caption}
\usepackage{here}
\usepackage{siunitx}

\usepackage{titling}

\usepackage{subfigure}


\usepackage{hyperref}


    \renewcommand{\i}{\mathrm{i}}
    \newcommand{\e}{\mathrm{e}}
    \newcommand{\diff}{\mathrm{d}}
    \newcommand{\figref}[1]{Abb. \ref{#1}} 

    \newcommand{\ImNew}{\operatorname{Im}}
    \newcommand{\ReNew}{\operatorname{Re}}
    
    \newcommand{\xdot}{\cdot}
    \newcommand{\funof}[1]{{\color{gray}(#1)}}
    
%Titelseite
\title{x}
\author{x}
\date{x}

%Dokument
\begin{document}
\setcounter{page}{0}
\maketitle
\thispagestyle{empty} % Keine Seitenzahl auf Titelseite
\ofoot{\upshape\thepage}

\clearpage
%Inhaltsverzeichnis
%\thispagestyle{empty}
\tableofcontents

\clearpage
%Hauptdokument
\pagenumbering{arabic}
\ihead{\upshape\scriptsize \leftmark}
\ohead{\upshape\scriptsize \thetitle}
%\ifoot{\upshape \scriptsize}
\ofoot{\upshape\thepage}

\subsection{Quellen}
Abbildung $\ref{fig:7}$: $\url{de.wikipedia.org/wiki/Doppelspaltexperiment}$, 13.3.22 13:29Uhr

Abbildung $\ref{fig:8}$: $\url{www.schule-bw.de/faecher-und-schularten/mathematisch-naturwissenschaftliche-faecher/physik/unterrichtsmaterialien/wellen/interferenz/mehrfachspalte.html}$, 13.3.22 13:33Uhr

Abbildung $\ref{fig:8}$: $\url{www.google.com/search?q=dreifachspalt&sxsrf=APq-WBv9xT2QQ0FdNDcDKjurBfK31n_9mA:1647174717822&source=lnms&tbm=isch&sa=X&ved=2ahUKEwjQ7cD_i8P2AhVkSfEDHc4dCIoQ_AUoAXoECAEQAw&biw=1280&bih=607&dpr=2$#:~:text=Schulentwicklung%20NRW,03%3A%$20Optisches%20Gitter}$

Abbildung $\ref{fig:10}$: Giancoli Physik, Pearson
Abbildung $\ref{fig:11}$: Giancoli Physik, Pearson
Abbildung $\ref{fig:13}$: $\url{de.m.wikipedia.org/wiki/Beugung_(Physik)}[![enter image description here][1]][1]$, 16.3.22, 11:07 Uhr
\end{document}

在此处输入图片描述

答案1

有几个问题:

  • 正如昨天所说,不要使用过时的软件包,请参阅LaTeX 错误:未找到文件“scrpage2.sty”更多细节

  • 不要使用弃用的类选项,例如 pointlessnumbers

  • 不要使用过时的软件包选项,例如decimalsymbol=comma

  • 您可能需要使用该xurl包,以便您的超长网址不会超出页边距

  • 最重要的是:不要用数学模式包装你的参考文献和网址。删除$它们周围的所有不正确的内容

  • 你不需要pdftex颜色和图形选项

  • 不要多次加载同一个包


\documentclass[a4paper, 
%pointlessnumbers, 
%draft,
parskip=half,
%automark
    ]{scrartcl}

\setlength{\parindent}{0pt} 

\usepackage[a4paper, left=2.2cm, right=2.2cm, top=2.5cm, bottom=2.5cm,]{geometry}
%\usepackage{scrpage2}
%\clearscrheadfoot
%\pagestyle{scrheadings}

\usepackage[ngerman]{babel}


\usepackage[
 %pdftex
]{graphicx,color}

\usepackage[utf8]{inputenc}

\usepackage{amssymb,amsmath,amsthm, amsfonts} 
\usepackage{latexsym}
\usepackage[
%decimalsymbol=comma
]{siunitx} 


\usepackage{booktabs}
\usepackage{tabulary}
\usepackage[dvipsnames]{xcolor} 
\usepackage[centerlast,small,sc]{caption}
\usepackage{here}
%\usepackage{siunitx}

\usepackage{titling}

\usepackage{subfigure}


\usepackage{hyperref}


    \renewcommand{\i}{\mathrm{i}}
    \newcommand{\e}{\mathrm{e}}
    \newcommand{\diff}{\mathrm{d}}
    \newcommand{\figref}[1]{Abb. \ref{#1}} 

    \newcommand{\ImNew}{\operatorname{Im}}
    \newcommand{\ReNew}{\operatorname{Re}}
    
    \newcommand{\xdot}{\cdot}
    \newcommand{\funof}[1]{{\color{gray}(#1)}}
    
%Titelseite
\title{x}
\author{x}
\date{x}

\usepackage{xurl}

%Dokument
\begin{document}
\setcounter{page}{0}
\maketitle
\thispagestyle{empty} % Keine Seitenzahl auf Titelseite
%\ofoot{\upshape\thepage}

\clearpage
%Inhaltsverzeichnis
%\thispagestyle{empty}
\tableofcontents

\clearpage
%Hauptdokument
\pagenumbering{arabic}
%\ihead{\upshape\scriptsize \leftmark}
%\ohead{\upshape\scriptsize \thetitle}
%\ifoot{\upshape \scriptsize}
%\ofoot{\upshape\thepage}

\subsection{Quellen}
Abbildung \ref{fig:7}: \url{de.wikipedia.org/wiki/Doppelspaltexperiment}, 13.3.22 13:29Uhr

Abbildung \ref{fig:8}: \url{www.schule-bw.de/faecher-und-schularten/mathematisch-naturwissenschaftliche-faecher/physik/unterrichtsmaterialien/wellen/interferenz/mehrfachspalte.html}, 13.3.22 13:33Uhr

Abbildung \ref{fig:8}: \url{www.google.com/search?q=dreifachspalt&sxsrf=APq-WBv9xT2QQ0FdNDcDKjurBfK31n_9mA:1647174717822&source=lnms&tbm=isch&sa=X&ved=2ahUKEwjQ7cD_i8P2AhVkSfEDHc4dCIoQ_AUoAXoECAEQAw&biw=1280&bih=607&dpr=2$#:~:text=Schulentwicklung%20NRW,03%3A%$20Optisches%20Gitter}

Abbildung \ref{fig:10}: Giancoli Physik, Pearson
Abbildung \ref{fig:11}: Giancoli Physik, Pearson
Abbildung \ref{fig:13}: \url{de.m.wikipedia.org/wiki/Beugung_(Physik)}, 16.3.22, 11:07 Uhr
\end{document}

在此处输入图片描述

相关内容