LaTeX Degree (°) - 完全ガイド
The degree symbol (°) is used for angles and temperatures.
Symbol Preview
Degree
LaTeX Code
No package required
^\circDegree in math mode
Requires: \usepackage{cmd.package}
\degreeDegree symbol
目次
LaTeX Degreeとは?
Represents 1/360 of a full rotation for angles, or temperature measurements.
LaTeXでのDegreeの使い方
方法 1: ^\circを使用
✅パッケージ不要
Degree in math mode
^\circの使用例
\documentclass{article}
\begin{document}
% Using the Degree
Text with ^\circ
\end{document}方法 2: \degreeを使用
⚠️必要なパッケージ:
\usepackage{cmd.package}Degree symbol
\degreeの使用例
\documentclass{article}
\usepackage{gensymb}
\begin{document}
% Using the Degree
Text with \degree
\end{document}一般的なユースケース
Degree記号は、主に以下の文脈で使用されます:
Temperature
Temperature measurements.
Code
$25^\circ C$Output
25° C
Angle
Angle measurements.
Code
$90^\circ$Output
90°
完全な例
Using Caret Notation
Degree symbol using caret notation (no packages needed)
\documentclass{article}
\begin{document}
Water boils at $100^\circ C$ or $212^\circ F$.
Right angle: $90^\circ$
\end{document}Using gensymb Package
Degree symbol using \degree command (requires gensymb package)
\documentclass{article}
\usepackage{gensymb}
\begin{document}
Water boils at 100\degree C or 212\degree F.
Right angle: $90\degree$
\end{document}Degree (°) に関するよくある質問
DegreeにはどのLaTeXコードを使うべきですか?
Degree記号(°)には、上記の「推奨」とマークされた方法を使用することをお勧めします。ただし、最適な方法は特定のニーズによって異なります:
- ^\circ: Degree in math mode
- \degree: Degree symbol
Degree記号はどこで使用できますか?
Degree記号(°)は通常、以下で使用されます:
- 数式内(数式モード)
- 通常のテキスト内(サポートされている場合)
- 各種LaTeX環境内
Degree記号はディスプレイモードで使用できますか?
はい、Degree記号(°)はディスプレイモード($$ $$の間)で機能します。これにより、記号を独自の行に表示し、視認性を高めることができます。
🔗 Related Symbols You May Need
View all symbols →🎯 Need to Convert PDF to LaTeX?
Our free PDF to LaTeX converter preserves all mathematical symbols and formatting.
✓ Fast & accurate
✓ Preserves symbols
✓ Free online
✓ No registration