1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[ReVIEW Tips] LATEXBuilderでURLの書体を変える

Last updated at Posted at 2013-09-14

ReVIEWのreview-pdfmakerでは標準でhyperrefパッケージを使っています。@<href>インラインを使ったURL表記では、LaTeXの\urlマクロが使われます。

ところがこの\urlマクロは、URLの書体がtt(モノスペース)になります。これだとただでさえ長くなって扱いに困るURLが妙に間延びしてしまいます。

これを修正するには、スタイルファイルで以下の様な指定を追加します。

\urlstyle{sf}

こうすると、sf(サンセリフ、ゴシック)になります。同様に、

\urlstyle{rm}

rm(ローマン)に、また、

\urlstyle{same}

で本文と同じ書体になります。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?