Computer Science/Etc.
LaTex에서 로마자 쓰기
hzyiunn
2022. 5. 9. 16:43
728x90
반응형
LaTex에서 로마자를 쓸 때 ㅈ+한자를 눌러서 사용하면 빈칸으로 출력된다.
때문에 코드를 적어줘야하는데
아래와 같이 작성하면
\uppercase\expandafter{\romannumeral1}
\uppercase\expandafter{\romannumeral2}
\uppercase\expandafter{\romannumeral3}
\uppercase\expandafter{\romannumeral4}
\uppercase\expandafter{\romannumeral5}
\uppercase\expandafter{\romannumeral6}
\uppercase\expandafter{\romannumeral7}
\uppercase\expandafter{\romannumeral8}
\uppercase\expandafter{\romannumeral9}
\uppercase\expandafter{\romannumeral10}
\lowercase\expandafter{\romannumeral1}
\lowercase\expandafter{\romannumeral2}
\lowercase\expandafter{\romannumeral3}
\lowercase\expandafter{\romannumeral4}
\lowercase\expandafter{\romannumeral5}
\lowercase\expandafter{\romannumeral6}
\lowercase\expandafter{\romannumeral7}
\lowercase\expandafter{\romannumeral8}
\lowercase\expandafter{\romannumeral9}
\lowercase\expandafter{\romannumeral10}
바로 위 그림처럼 출력할 수 있다!
728x90
반응형