Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jquery-ui/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
LateX使文本看起来像url命令_Latex - Fatal编程技术网

LateX使文本看起来像url命令

LateX使文本看起来像url命令,latex,Latex,因此,我想要url命令的格式,但不是特别想要一个url。可能吗 您似乎希望它看起来像一个URL,而不附加URL。可以使用:\href{run:}{text}执行此操作 可执行示例: 输出: 这是URL命令的格式: 要获得相同的输出,请使用 Regular \texttt{website} text. 或 \documentclass{article} \usepackage{url} \begin{document} Regular \url{website} text. \end{d

因此,我想要url命令的格式,但不是特别想要一个url。可能吗

您似乎希望它看起来像一个URL,而不附加URL。可以使用:\href{run:}{text}执行此操作

可执行示例:

输出:


这是URL命令的格式:

要获得相同的输出,请使用

Regular \texttt{website} text.

\documentclass{article}

\usepackage{url}

\begin{document}

Regular \url{website} text.

\end{document}
Regular \texttt{website} text.
Regular {\ttfamily website} text.