Latex輸出大小寫羅馬數字
1 大寫羅馬數字
相應的數字 1 1 1表示
\uppercase\expandafter{\romannumeral1}
2 小寫羅馬數字
\romannumeral1
3 示例
\begin{table}[!htb]\caption{Test.}
\renewcommand\tabcolsep{0.005cm}
\centering
\setlength{\abovecaptionskip}{0pt}
\setlength{\belowcaptionskip}{-5pt}
\scriptsize
\begin{tabular*}{\hsize}{@{}@{\extracolsep{\fill}}lllllllllllll@{}}
\bottomrule
1 & \uppercase\expandafter{\romannumeral1} & \romannumeral1\\
2 & \uppercase\expandafter{\romannumeral2} & \romannumeral2\\
3 & \uppercase\expandafter{\romannumeral3} & \romannumeral3\\
4 & \uppercase\expandafter{\romannumeral4} & \romannumeral4\\
5 & \uppercase\expandafter{\romannumeral5} & \romannumeral5\\
6 & \uppercase\expandafter{\romannumeral6} & \romannumeral6\\
7 & \uppercase\expandafter{\romannumeral7} & \romannumeral7\\
8 & \uppercase\expandafter{\romannumeral8} & \romannumeral8\\
9 & \uppercase\expandafter{\romannumeral9} & \romannumeral9\\
10 & \uppercase\expandafter{\romannumeral10} & \romannumeral10\\
11 & \uppercase\expandafter{\romannumeral11} & \romannumeral11\\
12 & \uppercase\expandafter{\romannumeral12} & \romannumeral12\\
13 & \uppercase\expandafter{\romannumeral13} & \romannumeral13\\
14 & \uppercase\expandafter{\romannumeral14} & \romannumeral14\\
15 & \uppercase\expandafter{\romannumeral15} & \romannumeral15\\
16 & \uppercase\expandafter{\romannumeral16} & \romannumeral16\\
17 & \uppercase\expandafter{\romannumeral17} & \romannumeral17\\
18 & \uppercase\expandafter{\romannumeral18} & \romannumeral18\\
19 & \uppercase\expandafter{\romannumeral19} & \romannumeral19\\
20 & \uppercase\expandafter{\romannumeral20} & \romannumeral20\\
\bottomrule
\end{tabular*}
\end{table}
測試如下:
參考資料:
【1】戳戳。
相關文章
- 羅馬數字怎麼打出來的?電腦輸入法打出羅馬數字的方法步驟
- 羅馬數字轉整數
- 使用Markdown輸出LaTex數學公式公式
- 字串中大小寫轉換輸出字串
- LeetCode 13[羅馬數字轉整數]LeetCode
- 13. 羅馬數字轉整數
- Roman to Integer 羅馬數字轉整數
- LeetCode 力扣 羅馬數字轉整數LeetCode力扣
- leetcode13題——羅馬數字轉整數LeetCode
- python-leetcode13羅馬數字轉整數PythonLeetCode
- 羅馬數字轉化為整數的方法
- LeetCode_Python(13)_羅馬數字轉整數LeetCodePython
- JavaScript隨機輸出大小寫字母程式碼JavaScript隨機
- win11下日文羅馬字輸入法設定
- 使用 Haskell 將十進位制數字轉成羅馬數字Haskell
- jQuery Validate限定輸入數字大小的範圍jQuery
- 羅馬數字轉換成十進位制
- 每日一道 LeetCode (4):羅馬數字轉整數LeetCode
- 每日一道演算法:羅馬數字轉整數演算法
- 寫一個函式,輸入一個4位數字,要求輸出這4個數字字元函式字元
- Latex_設定介面大小
- 鴻蒙NEXT開發案例:數字轉中文大小寫鴻蒙
- 【LeetCode】整數轉羅馬數字 C語言 | 此刻,已成藝術(bushi)LeetCodeC語言
- LeetCode題庫13. 羅馬數字轉整數(c++實現)LeetCodeC++
- input 限制字數輸入時候 限制字數會出現負數
- 【LaTex、markdown】常用語法寫出漂亮的blog
- leedcode-猜數字大小
- Java™ 教程(格式化數字列印輸出)Java
- 將一個整數逆序輸出·正序輸出它的每一位數字
- latex 如何輸出反斜槓、加單行註釋
- Java之生成一個隨機驗證碼(數字+大小寫字母)Java隨機
- 每天一道演算法題系列十三之羅馬數字轉整數演算法
- LeetCode-374-猜數字大小LeetCode
- /* 數字倒序輸出 題目描述 輸入10個數字,然後逆序輸出。 輸入 十個整數 輸出 逆序輸出,空格分開 樣例輸入 1 2 3 4 5 6 7 8 9 0 樣例輸出 0 9 8 7 6 5 4 3 2
- python實現:輸入2個整形數字,輸出最大值Python
- latex 中的 φ 寫法
- [題解] 條件變數實現數字的交替輸出變數
- 輸出n行數字三角形