1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

基本的な使い方

AASTeX では、小数点の位置に角度記号を配置するための専用コマンドが用意されています。

42\fdg85    % 42°.85
1\farcm23   % 1′.23
1\farcs45   % 1″.45

表示例
image.png

例えば、

$i = 42\fdg85$

$\mathrm{PA} = -6\fdg24$

$0\farcm75$

$0\farcs492$

表示例
image.png
image.png
image.png
image.png

のように書くことができます。

覚え方

コマンド名は f + 単位の略称 と考えると覚えやすいです。

  • \fdgf + dg(degree)
  • \farcmf + arcm(arcminute)
  • \farcsf + arcs(arcsecond)

f + 単位」と覚えておくと、思い出しやすいでしょう。

注意

\fdg\farcm\farcsAASTeX 独自のコマンドです。
そのため、標準 LaTeX や一般的な文書クラスでは使用できません。
AASTeX 特有の記法(ジャーゴン)の一つと考えておくとよいでしょう。

1
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?