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 書式・便利集

Last updated at Posted at 2016-12-05

クリックで指定ディレクトリを開く

\usepackage{url}
\url{file://c:/}

ファイルパス記述

\usepackage[obeyspaces]{url}
\path{C:\Program Files}

pdf の挿入

itemize 環境に図表挿入

  • 箇条書きの点が図表の一番上にくる
\item \raisebox{-\height}{図表コード}

hyperref

\href{url}{text}

余白調整

\usepackage[top=10truemm,bottom=10truemm,left=10truemm,right=10truemm]{geometry}
  • 10truemm で結構ギリギリまで使用可能

subsubsection 環境まで目次番号生成

\setcounter{tocdepth}{3}

特殊文字の扱い

usepackage{pifont}
¥ding{192} % ➀を出力

挿入した文字付きイメージを pdf の検索機能でヒットさせる

  • powerpoint で作成し、pdf で保存

ブラウザで楽して表生成

エラー wiki

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?