3
2

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.

LaTeXでhyperrefを使うと全体的に右にずれる

Posted at

はじめに

LaTeXでは,hyperrefというパッケージがあります.

このパッケージは,文書内のURLや参考文献にハイパーリンクを用意し,PDFを読みやすくしてくれます.
これがあると,いちいちページの節や,参考文献の番号を見返さなくて良くなります.

問題点

自分はjsreportというスタイルを利用していたのですが
どうやらhyperrefを利用すると,文書全体ごと右にずれてしまうようです.
おそらく,日本語環境特有のものなのかもしれません.

改善策

TeXwikiのhyperrefを参照します.

どうやらPXjahyperパッケージを利用するか

\usepackage[dvipdfmx,setpagesize=false]{hyperref}

のようにsetpagesize=falseというオプションを設定すれば良いようです.

LaTeXを初めて触っていますが,色々と環境構築が必要だったり,エラーが出て大変です><

3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?