LaTeX Degree (°) - 完全ガイド
The degree symbol (°) is used for angles and temperatures.
Symbol Preview
°
Degree
LaTeX Code
Requires: \usepackage{cmd.package}
\degreeDegree symbol
No package required
^\circAlternative in math mode
目次
LaTeX Degreeとは?
The degree symbol represents 1/360 of a full rotation, and is also used for temperature measurements.
LaTeXでのDegreeの使い方
方法 1: \degreeを使用
⚠️必要なパッケージ:
\usepackage{cmd.package}Degree symbol
\degreeの使用例
latex
\documentclass{article}
\usepackage{gensymb}
\begin{document}
% Using the Degree
Text with \degree
\end{document}方法 2: ^\circを使用
✅パッケージ不要
Alternative in math mode
^\circの使用例
latex
\documentclass{article}
\begin{document}
% Using the Degree
Text with ^\circ
\end{document}一般的なユースケース
Degree記号は、主に以下の文脈で使用されます:
Angle Measurement
Measuring angles.
Code
$90^\circ$Output
90°
Temperature
Temperature measurement.
Code
$25\degree C$Output
25° C
完全な例
Angle Example
Degree in angles
latex
\documentclass{article}
\begin{document}
A right angle is $90^\circ$.
\end{document}Degree (°) に関するよくある質問
DegreeにはどのLaTeXコードを使うべきですか?
Degree記号(°)には、上記の「推奨」とマークされた方法を使用することをお勧めします。ただし、最適な方法は特定のニーズによって異なります:
- \degree: Degree symbol
- ^\circ: Alternative in math mode
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