250x250
꾸준희
Enough is not enough
꾸준희
전체 방문자
2,319,279
오늘
213
어제
774

공지사항

  • 꾸준희 블로그
  • 분류 전체보기 (580)
    • 생각 (14)
    • Book Review (38)
    • Paper Review (18)
    • Research Topic (126)
      • Deep Learning (24)
      • Pose Estimation (29)
      • Object Detection (22)
      • Object Segmentation (3)
      • Object Tracking (11)
      • Video Surveillance (4)
      • Action Recognition (6)
      • Stereo Vision (6)
      • 3D Reconstruction (4)
      • Machine Vision (2)
      • Image Processing (11)
      • Dataset (4)
    • Development (76)
      • NVIDIA DeepStream (3)
      • NVIDIA TensorRT (30)
      • NVIDIA TAO Toolkit (2)
      • ONNX (8)
      • PyTorch (5)
      • TensorFlow (15)
      • TensorFlow Lite (1)
      • GPU | CUDA | PyCUDA (12)
    • Programming (147)
      • GStreamer | FFmpeg (6)
      • Python (27)
      • C | C++ (15)
      • OpenCV (34)
      • Linux (36)
      • Embedded linux (7)
      • Etc. (22)
    • Computer Science (62)
      • 학부 및 대학원 과목 (22)
      • 선형대수학 및 기타 수학 (7)
      • SQL-D (33)
    • 삽질 기록 (49)
    • 기타 (50)
      • 참고자료 (30)
      • 좋은 글 (5)
      • 티스토리 (2)
      • 논문 작성 관련 참고 (10)
      • 메모 (0)

블로그 메뉴

  • 👀 CV
  • 🌸 GitHub
  • 💌 LinkedIn
  • 📚 방명록

최근 댓글

  • python으로 만든 코드를 이제 a⋯
    android 초보
  • cannot resolve symbol 'type'⋯
    android 초보
  • 정확히 뭐라고 뜨나요?
    꾸준희
  • 앗 ㅠ 제가 오랜만에 스킨을 바⋯
    꾸준희
  • 선생님 ㅜㅠ 각도 계산하는 부⋯
    android 초보
07-04 08:58

티스토리

hELLO · Designed By 정상우.
꾸준희

Enough is not enough

[LaTex] Overleaf 에서 Latex 로 문서 편집하기
Programming/Etc.

[LaTex] Overleaf 에서 Latex 로 문서 편집하기

2021. 8. 9. 14:49
반응형

 

Overleaf

https://www.overleaf.com/

 

Overleaf, Online LaTeX Editor

An online LaTeX editor that's easy to use. No installation, real-time collaboration, version control, hundreds of LaTeX templates, and more.

www.overleaf.com

 

 

LaTex 문법 사용법 PDF : http://mirrors.ibiblio.org/CTAN/info/lshort/korean/lshort-ko.pdf

 

 

 

한글로 문서를 작성할 경우 아래와 같이 kotex package 를 사용하면 된다. 

\documentclass{article}
\usepackage{kotex}
\begin{document}
안녕하세요!
\end{document}

 

 

색상은 아래와 같이 지정할 수 있다. 

%패키지 설정
\usepackage{color}

%글자에 색상 적용
\textcolor{red}{red colored text}
\textcolor[rgb]{0,0,1.0}{blue colored text}
\textcolor[gray]{0.5}{gray text}

 

 

 

기호 및 수식을 삽입하는 방법은 아래 포스팅을 참고하길 바란다.

 

2021.08.09 - [Programming/Etc.] - [LaTex] 기호 모음

 

[LaTex] 기호 모음

1. 그리스 문자  α \alpha  β \beta  γ \gamma  δ \delta  ϵ \epsilon  ζ \zeta  η \eta  θ \theta  ι \iota  κ \kappa  λ \lambda  μ \mu  ν \nu  ξ \xi  o o (omic..

eehoeskrap.tistory.com

 

 

 

 

 

 

 참고자료 1  : https://tex.stackexchange.com/questions/17143/how-do-i-get-korean-hangul-characters-to-typeset-in-latex

 

How do I get Korean (Hangul) characters to typeset in LaTeX ?

I've been unable to find a concise answer anywhere else on the web. Since its only a few words, albeit crucial ones, that are in Korean I don't want to have to muck around with HLaTex or deviate from

tex.stackexchange.com

 

참고자료 2 : https://ko.overleaf.com/learn/latex/Using_colours_in_LaTeX

 

Using colours in LaTeX - Overleaf, 온라인 LaTex 편집기

사용하기 쉬운 온라인 LaTex 편집기. 설치 필요없음. 실시간 협업. 버전 관리. 수백 개의 LaTex 템플릿. 그리고 그 이상.

ko.overleaf.com

 

참고자료 3 : https://dh8607.tistory.com/163

 

[LaTeX] 글자에 색깔 넣기

논문 revision시, 수정된 문장을 표시할 때, 글자에 색깔을 넣어 표시하는 것이 매우 편하다. 먼저, 글자색 지정을 위해서는 color 패키지가 필요하다. \usepackage{color} 다음, 원하는 문장을 아래와 같

dh8607.tistory.com

 

반응형
저작자표시비영리
  • 카카오스토리
  • 트위터
  • 페이스북

'Programming > Etc.' 카테고리의 다른 글

[Ubuntu] 우분투 하드디스크 이름 변경  (0) 2022.06.27
[LaTex] 기호 모음  (0) 2021.08.09
[LaTex] Overleaf 에서 Latex 로 문서 편집하기  (0) 2021.08.09
[ffmpeg] Linux에서 ffmpeg 으로 m3u8 URL 동영상 저장하기  (0) 2021.06.04
[Git] 한글 깨짐 문제  (0) 2021.02.09
[CMake] Ubuntu 환경에서 CMakeLists.txt 생성하기 위한 참고자료들  (0) 2020.06.17
    'Programming/Etc.' 카테고리의 다른 글
    • [Ubuntu] 우분투 하드디스크 이름 변경
    • [LaTex] 기호 모음
    • [ffmpeg] Linux에서 ffmpeg 으로 m3u8 URL 동영상 저장하기
    • [Git] 한글 깨짐 문제
    꾸준희
    꾸준희
    생각과 기록 그리고 발전
    댓글쓰기
    다음 글
    [LaTex] 기호 모음
    이전 글
    [FFmpeg] RSTP 영상 저장하기
    • 이전
    • 1
    • ···
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • ···
    • 580
    • 다음

    티스토리툴바