반응형
m.logPrint() is working!
<eq> and <eqq> tags are rendered to MathJax format, being enclosed by \ ( \ ) and \ [ \ ].
docuK1 scripts started!
If this log is not closed automatically, there must be an error somewhere in your document or scripts.
Table of Contents is filled out.
Auto numberings of sections (div.sec>h2, div.subsec>h3, div.subsubsec>h4), <eqq> tags, and <figure> tags are done.
<cite> and <refer> tags are rendered to show bubble reference.
<codeprint> tags are printed to corresponding <pre> tags, only when the tags exist in the document.
Current styles (dark/bright mode, font-family, font-size, line-height) are shown.
disqus.js with id="disqus-js" is loaded.
kakao.js with id="kakao-js-sdk" is loaded.
New ShortKeys (T: Table of Contents, F: Forward Section, D: Previous Section, L: To 전체목록/[Lists]) are set.
m.delayPad=0;
m.wait=512;
wait 731ms.
<eq> and <eqq> tags are rendered to MathJax format, being enclosed by \ ( \ ) and \ [ \ ].
docuK1 scripts started!
If this log is not closed automatically, there must be an error somewhere in your document or scripts.
Table of Contents is filled out.
Auto numberings of sections (div.sec>h2, div.subsec>h3, div.subsubsec>h4), <eqq> tags, and <figure> tags are done.
<cite> and <refer> tags are rendered to show bubble reference.
<codeprint> tags are printed to corresponding <pre> tags, only when the tags exist in the document.
Current styles (dark/bright mode, font-family, font-size, line-height) are shown.
disqus.js with id="disqus-js" is loaded.
kakao.js with id="kakao-js-sdk" is loaded.
New ShortKeys (T: Table of Contents, F: Forward Section, D: Previous Section, L: To 전체목록/[Lists]) are set.
m.delayPad=0;
m.wait=512;
wait 731ms.







이 글이 도움이 되셨다면, 광고 클릭 한번씩만 부탁드립니다 =ㅂ=ㅋ. (If this article was helpful, please click the ad once. Thank you. ;)
Mode: Bright; Font: Noto Sans KR; font-size: 18.0px (10.0); line-height: 1.6;
width: 1280, height: 720, version: 3.1.1
dg:plink (Document Global Permanent Link): https://kipid.tistory.com/16
document.referrer: Empty
width: 1280, height: 720, version: 3.1.1
dg:plink (Document Global Permanent Link): https://kipid.tistory.com/16
document.referrer: Empty







LaTeX(라텍스, 레이텍) 소개 및 설명서(Guide)들
LaTeX가 장단점이 있긴한데... 내가 볼땐 단점이 훨씬 더 많은거 같음. 이제는 점점 인터넷 기반 문서 편집기(word)가 대세가 될거 같은데.. 그 후보군중 가장 유력한 것이 LaTeX 같긴 함. 하지만 접근성을 높이려면 많은 수정이 필요할 듯. HTML(인터넷)과의 연계를 높이는 word(문서 편집기)가 최종적으로 살아남을 것이라고 봄.
HTML5가 곧 그 역활을 할지도? HTML을 고치느냐, LaTeX, MS Word, 한글 등을 고치느냐의 싸움인데... 둘 다 적절히 고쳐서 연계시켜 나갈듯??? Mark-up language랑 WYSIWYG(What you see is what you get)랑 잘 섞여들어가야 할거 같은데, 왜 아무도 안 만들까?
아무튼 요새는 어느 편집기로 문서를 작성하든 상호 변환(mutually convertable)이 가능해야 살아남을거라고 봄. 점점 많은 편집기들(MS Office(word, excel 등), 한컴오피스(한글 등))이 지원해주고 있지만 아직 멀은 듯?? (뭐 이것도 mark-up language랑 whsiwyg 결합한 초특급 신예/대박 프로그램이 나오면 다 죽을듯도. 내가 만들고 싶다 =ㅇ=;;; HTML이 너무 발전해서 잘 짬뽕시키면 될듯한데 말이지.)
LaTeX에서 한글을 사용하고 싶다면 맘편히 ko.TeX를 까는것이 좋은듯
[01]
. 처음 접하면 배우는게 쉽지가 않긴 하지만, 배워놓으면 논문/책 쓸 때 좋은듯 Ref. [01] KTUG 한글 TeX 사용자 그룹 (Korean TeX Users Group),
ko.TeX Live 2013 내려받기;
LaTeX에서 한글을 사용하고 싶다면 맘편히 ko.TeX를 사용하세요. 기능들에 비해 용량(1.9GB)이 크게 느껴지긴 하는데 꽤나 잘 만들어진 프로그램이라고 생각합니다.
[02]
Ref. [02] LaTeX 입문 - 142분 동안 익히는 LaTeX 2 epsilon (pdf, 2005-11) by Tobias Oetiker, Hubert Partl, Irene Hyna and Elisabeth Schlegl. 김강수, 이기황, MIKA, 김지운, 샘처럼 옮김.;
잘 설명되어 있습니다. "KTUG - 읽을 거리 > 권장 문서 (lshort-kr)"에서는 source 파일(.tex file: lshort-kr-src.tar.gz 파일을 다운받아 알집 등을 이용해 압축을 푸세요.)도 다운받으실 수 있습니다.
[03]
. 요새는 차라리 HTML을 배우는게 더 좋아보이긴 하는데, HTML이 LaTeX보단 조금 더 어려워서... 뭐 "난 둘 다~"를 외치며 배워보시는 것도.특히나 자동적으로 생성되는 Table of contents (\tableofcontents), 상호 참조 (\cite, \ref, \bibitem, \label) 같은 기능이 좋음. Wiki 문법과 비슷함. (Wiki가 LaTeX 문법을 많이 참조한듯.) 또한 수식을 예쁘게 입력하고 손쉽게 편집하는데에도 좋음. 수식 명령어는
[05]
를 참조하시고 HTML에서는 어떻게 LaTeX 수식을 입력할까 궁금하시다면 참조하시길.Ref. [05] 온라인 LaTeX 수식 편집기 codecogs.com - equation editor;
TeX equation 명령어가 생각나지 않을때 활용하면 좋습니다. 인터넷 상에서 수식을 입력할 때에도 사용될 수 있습니다.
Table of Contents
T1.LaTeX test by kipid: .tex
▼ Show/Hide
개인적으로 LaTeX test 용으로 만든 파일 공개합니다. 괴상하지만 참고하세요. 사용하면서 본인만의 LaTeX test 파일 만들어 놓으면 좋은거 같아요.
On the left side of codes is there a hiden button to toggle/switch scrollability ({max-height:some} or {max-height:none}).
<script type="text/latex"> \documentclass[a4paper,10pt]{article} \usepackage{kotex} % korean 한글 사용 \usepackage{hyperref} % reference and URL \usepackage{amssymb,amsmath} % from APS(American Physical Society), math package \usepackage{graphicx} % graph, to import image(.eps) files. \usepackage[usenames]{color} % use color by calling color_names \usepackage{authblk} % multiple authors and affiliations \usepackage{framed} % framed box \newcommand{\be}{\begin{equation}} \newcommand{\ee}{\end{equation}} \newcommand{\bdm}{\begin{displaymath}} \newcommand{\edm}{\end{displaymath}} \newcommand{\benum}{\begin{enumerate}} \newcommand{\eenum}{\end{enumerate}} \newcommand{\bra}[1]{\langle #1 |} \newcommand{\ket}[1]{| #1 \rangle} \newcommand{\avg}[1]{\langle #1 \rangle} \newcommand{\ol}[1]{\overline{#1}} \newcommand{\cem}{\color{OrangeRed}} % color of emphasize \newcommand{\ccmt}{\color{Violet}} % color of comments \newcommand{\cbcf}{\color{RoyalBlue}} % color of "Be careful" \newcommand{\bvbt}{\begin{verbatim}} \newcommand{\evbt}{\end{verbatim}} %요런건 정의해서 쓰지 말자. \newcommand랑 verbatim이랑 뭐가 먼저 적용되는지 헷갈리네 ㅡ,.ㅡ;;; %\newcommand도 \begin{document} 이전에서만 쓰자. 이후에 써도 먹히긴 하는데... \begin{document} \title{\LaTeX ~ Guide} \title{second title} \date{\today} \author[0]{Kang-Soo Lee} \author[1]{Author A\thanks{A.A@university.edu}} \author[1]{Author B\thanks{B.B@university.edu}} \author[1]{Author C\thanks{C.C@university.edu}} \author[2]{Author D\thanks{D.D@university.edu}} \author[2]{Author E\thanks{E.E@university.edu}} \affil[0]{Korea} \affil[1]{Department of Computer Science, \LaTeX\ University} \affil[2]{Department of Mechanical Engineering, \LaTeX\ University} \maketitle \tableofcontents \begin{abstract} Abstract가 쓰여집니다. 한줄 이상은 써야 어떻게 보이는지 알텐데.. 그냥 이상한 이야기를 쭈루르량라장 씁니다. 길어져라 얏얏야시ㅏ 얄라숑숑 뽕빠라비야러ㅏㄷ ㅇ래먀넝 ㅣ낭러 \end{abstract} \newpage %%%%%%%%%%%%%%% \section{Section} %%%%%%%%%%%%%%% \subsection{SubSection} \subsubsection{SubSubSection} % no \subsubsubsection{} 중간에 쓰면 안되나? 미리쓰기 \\ \href{http://www.tug.org/applications/hyperref/manual.html}{Hyper ref} \begin{enumerate} \item cde \end{enumerate} 중간에 쓰면 안되나? $\bra{\Phi} \ket{B} \avg{b} \ol{d}$ \benum \item abcd. \item efgh. \eenum %%%%%%%%%%%%%%%% \section{여러줄 주석 쓰기} %%%%%%%%%%%%%%%% AAA \begin{verbatim} \iffalse I don't want this to happen multi line comment \fi AAA % asdf \\end{verbatim} \LaTeX \iffalse I don't want this to happen multi line comment \fi \href{http://tex.stackexchange.com/questions/87303/multi-line-block-comments-in-latex}{multi-line-block-comments-in-latex} Using luacode BBB %%%%%%%%%%%%%%% \section{한글 쓰기} %%%%%%%%%%%%%%% 한글을 쓰려면 %\begin{verbatim} %\usepackage{kotex} %\end{verbatim} \begin{verbatim} %\begin{verbatim} 글자 그대로 쓸 때. %\end{verbatim\} 이런거 보면 % 주석보다 verbatim이 더 우선적인거 같긴한데... 위의 %\begin{verbatim}보면 또 아니고 ㅡ,.ㅡ line by line으로 처리하나? %\end{verbatim} % 글자 그대로 표현. kotex에서만 지원해 주는 기능 같긴 한데, abcd 같은거 치고 `Tab'키를 누르면 누를때마다 이 알파벳으로 시작하는 명령어들이 주르륵 나오는 듯. \\ 여러 개의 space, 스페이스도 `한개의 엔터'도 `스페이스 하나'로만 처리 됨. ㅇㅋ? 이렇게 여러줄로 써도 그냥 한줄로 나옴. 엔터 두번은 줄이 띄어지고 세번 엔터도 별 차이 없을듯? 맞지? \\ 이건 왼쪽으로 붙어서 출력. \\ 요런거랑도? 맞나? \\ 따옴표: `Tab', 쌍따옴표: ``Tab'' \\ \emph{강조하기. emphasizing} \\ \emph{My first integral} $\int \zeta^{2}(x) \, dx$ %%%%%%%%%%%%%%% \section{잡다} %%%%%%%%%%%%%%% \% Comment is ignored \\ % babababo %%%%%%%%%%%%%%% 어디에 footnote\footnote{foot note는 길어질 수 있다?} \\ %%%%%%%%%%%%%%% Flush Left \& Right \\ \begin{center} 중앙 정렬. \end{center} \begin{flushleft} 왼쪽 붙이기? 왼쪽으로 붙나? \\ 이래도? \\ 테스트 중. \bdm a = b \edm $a=b$ $$a=b$$ 수식은 왼쪽으로 못붙이나? \end{flushleft} \begin{flushright} 이건 오른쪽? flushright \bdm a = b \edm $a=b$ \end{flushright} %%%%%%%%%%%% Itemizing \begin{itemize} \item item 1 \item item 2 \end{itemize} \begin{enumerate} \item item 1 \item item 2 \end{enumerate} Quote: \begin{quote} Hamilton's principle is sometimes referred to as the principle of least action. However, this is a misnomer: the action only needs to be stationary, with any variation of the functional giving an increase in the functional integral of the action. This is not, as is frequently misstated, required to be a maximum or a minimum of the action functional. \end{quote} 일반 글은 이렇게 쓰여지고 \\ 다시 한번 테스트 %%%%%%%%%%%%%%%% \section{Equations and Math} %%%%%%%%%%%%%%%% 수식입력은 \url{http://www.codecogs.com/latex/eqneditor.php} 활용. \\ In Math(displaymath, equation), \\ boldsymbol: $\boldsymbol{Boldsymbol ~~~ AaBbCc}$ \\ mathbf: $\mathbf{AaBbCc}$ \\ $\mathit{AaBbCc}$ \qquad\qquad $\mathrm{AaBbCc}$ \qquad\qquad $\mathfrak{AaBbCc}$ $\mathbb{AaBbCc}$ \qquad\qquad \textup{AaBbCc} \qquad\qquad \textbf{AaBbCc} \textit{AaBbCc} \qquad\qquad \textrm{AaBbCc} \qquad\qquad \textsl{AaBbCc} \texttt{AaBbCc} \qquad\qquad \textsc{AaBbCc} \qquad\qquad \emph{AaBbCc} \bdm \sum_{i=1}^{n} x_{i}^{2} \qquad \prod_{i=1}^{n} x_{i}^{2} \edm $\sum_{i=1}^{n} x_{i}^{2} \qquad \prod_{i=1}^{n} x_{i}^{2}$ $$\sum_{i=1}^{n} x_{i}^{2} \qquad \prod_{i=1}^{n} x_{i}^{2}$$ \bdm a=b \mbox{\qquad by assumption} \edm \bdm a=b \qquad \mbox{by assumption} \edm \bdm a=b \qquad \textrm{by assumption} \edm \bdm a=b \qquad \text{by assumption} \edm \bdm \delta (x) = \begin{cases} 0 & \text{ if } x \neq 0 \\ \infty & \text{ if } x=0 \end{cases} \edm Newline에서 줄 맞추기. \bdm \begin{split} a &= b \\ c &= d \end{split} \edm 수식에 Label 붙이기: \be \label{Equation 1 of L} a = \int d \vec{\alpha} ~ \nabla \phi (\alpha) \ee Ref 붙이기: \ref{Equation 1 of L} \\ %%%%%%%%%%%%%%%% Ref: \url{http://ghebook.blogspot.com/2010/06/latex.html} \\ 1. 묶음 괄호: overbrace or underbrace \bdm \frac{x^n}{n!} = \underbrace{ \int_0^x \cdots \int_0^x }_{n~\text{times}}~dx \edm 2. 행렬: matrix: 괄호 없음, pmatrix: ( ), bmatrix: [ ], vmatrix: $|$ $|$, Vmatrix: $||$ $||$ \bdm \begin{bmatrix} x_2 \\ y_2 \end{bmatrix} = \begin{bmatrix} x_1 & -y_1 \\ y_1 & x_1 \end{bmatrix} \begin{bmatrix} x_w \\ y_w \end{bmatrix} \edm 행렬 중간에 선을 넣는 방법 \bdm \left[ \begin{array}{ccc|c} a_{11} & a_{12} & a_{13} & b_1 \\ a_{21} & a_{22} & a_{23} & b_2 \\ a_{31} & a_{32} & a_{33} & b_3 \end{array} \right] \edm 경우: cases \bdm X = \begin{cases} 1,\text{ when head}\\ 0,\text{ when tail} \end{cases} \edm %%%%%%%%%%%%%%% \section{Graphics: Importing 그림 파일.} %%%%%%%%%%%%%%% \parbox{7cm}{ A bead slides without friction on a parabolic-shaped $z = a (x^2 + y^2) = a r^2$ wire rotating around its vertical axis with a constant angular velocity $\omega$. The arrangement is in the gravitational field of the earth. \smallskip a) Set up the Lagrangian for this problem. \smallskip b) Derive the equations of motion from the Lagrangian. \smallskip c) Describe the motions briefly supposing $r(t=0)=r_0$ and $\dot{r}(t=0)=0$. Distinguish three cases depending on a relationship between $g, a$, and $\omega$. } \parbox{4cm}{ \begin{center} \includegraphics[width=0.3\columnwidth]{Fig/RotierenderDraht.eps} \end{center} } %%%%%%%%%%%%%%% \parbox{4cm}{ \begin{flushleft} %\includegraphics[width=0.3\columnwidth]{Fig/free_pendulum.png} pdfLaTeX로 조판할때는 .png 파일도 위와같이 첨부 되지만, latex+dvips+pspdf로 조판할때는 안됨. \end{flushleft} } \parbox{7cm}{ The suspension point of the pendulum of mass M is the mass m and can move freely on a horizontal rail. The length of the pendulum is l. Construct the Lagrange function and determine the equations of motion for the masses M and m. What are the conservation laws here? Give the solution of the equations of motion for small angles of $\phi$. \\ } %%%%%%%%%%%%%%%% \includegraphics[scale=0.4]{Fig/double_well.eps} \\ \includegraphics[scale=0.5]{Fig/1-amp.eps} \\ %%%%%%%%%%%%%%%% \begin{figure}[t] % top %\centering \includegraphics[width=.9\textwidth]{Fig/Fig_alpha_final.eps} \caption{\label{Fragalpha} (a) BlaBla (b) BlaBla.} \end{figure} \hspace*{-3.5em} Figure \ref{Fragalpha} \\ \vspace*{-0.5cm} bmp 파일이나 png 파일 등을 eps 파일로 바꾸는 법 알았는데... %%%%%%%%%%%%%%% \section{Boxes} %%%%%%%%%%%%%%% \href{http://en.wikibooks.org/wiki/LaTeX/Boxes}{Wiki - LaTeX Boxes} \bigskip \bigskip \bigskip mbox \\ \mbox{text asdfoiejflakjsdf asldkf jasd} \makebox[0pt]{Some text} over this text \makebox[15ex][s]{Censored text}\hspace{-15ex}\makebox[15ex][s]{X X X X X} Text \makebox[2\width][r]{running away} \bigskip \bigskip \bigskip makebox \\ \makebox[\textwidth]{c e n t r a l} \par \makebox[\textwidth][s]{s p r e a d} \par framebox \\ \framebox[1.1\width]{Guess I’m framed now!} \par \framebox[0.8\width][r]{Bummer, I am too wide} \par \framebox[1cm][l]{never mind, so am I} Can you read this? framed (need package) \\ \begin{framed} This is an easy way to box text within a document! \end{framed} %%%%%%%%%%% \section{Reference} %%%%%%%%%%% Cite: \cite{Reference something?, 1, 3}, \cite{1}, \cite{1,2,3} \\ Reference가 많으면 \begin{verbatim} \begin{thebibliography} \end{verbatim} 뒤에 \{99\}, 적으면 \{9\} \begin{thebibliography}{99} \bibitem{1} Phys. Rev. Lett. \textbf{1}, 000000 (2012). \bibitem{2} Ref 2. \bibitem{3} Ref 3. \bibitem{Reference something?} Reviews of Modern Physics. \textbf{1}, 000 (1999). \bibitem{wiki} \href{https://ko.wikipedia.org/wiki/\%ED\%85\%90\%EC\%84\%9C}{Wiki - 텐서}, \href{https://en.wikipedia.org/wiki/Tensor}{Wiki - Tensor}; Not that simple or understandable explaination. \% 들어간 domain도 먹히네? % 주석 처리는 되겄지? \bibitem{EM turtle} \href{http://ghebook.blogspot.kr/2011/06/tensor.html}{Blog - ghebook by EM turtle - 텐서(tensor)}; Mathematical approach. \end{thebibliography} %%%%%%%%%%%%% \section{Coloring text} %%%%%%%%%%%%% \begin{verbatim} \usepackage[usenames]{color} \end{verbatim} Color package를 쓰는 경우 아래의 옵션들로 조판. \\ 조판 (Ctrl+T): latex+dvips+pspdf \\ 조판 (Ctrl+T): latex+dvipdfmx \\ 이 옵션으로 안할 경우 에러가 뜸. \\ \begin{verbatim} {\color{blue}\jobname.te}x \end{verbatim} Ex: {\color{blue}\jobname.te}x \\ // Bracket 위치에 주의. \\ Ex: \textcolor{BrickRed}{this is BrickRe}d \\ // Bracket 위치에 주의. \\ Ex: {\cem Color of emphasize} \\ Ex: {\ccmt Color of comments} \\ Ex: {\cbcf Color of ``Be careful''} \\ Ex: {\cem \bdm a=b \edm Equation can be colored too.} \\ The easiest way to use color text in \LaTeXe{} is to use the color package. You load the color package in your preamble as usual. \begin{verbatim} \usepackage[usenames]{color} \end{verbatim} Here the option [usenames] causes the definitions for the 68 colors known to dvips (see next page) to be preloaded. Those colors can then be specified by name. For example \verb={\color{BrickRed} BrickRed}= produces {\color{BrickRed} BrickRed}. Alternately one can use the command \begin{verbatim} \textcolor{BrickRed}{this is BrickRed} \end{verbatim} which produces \textcolor{BrickRed}{this is BrickRed}. \\ If the 68 predefined colors do not suffice, or if you do not want to load the definitions of all of them, you may define your own custom colors. \\ Here is a dark blue defined in terms of the RGB (red, green, blue) color model. \begin{verbatim} \definecolor{MyDarkBlue}{rgb}{0,0.08,0.45} \begin{center} {\color{MyDarkBlue}This color is MyDarkBlue} \end{center} \end{verbatim} \definecolor{MyDarkBlue}{rgb}{0.1,0,0.55} \begin{center} \color{MyDarkBlue}This color is MyDarkBlue \end{center} {\color{MyDarkBlue} This color is MyDarkBlue} Once we have defined the new color we can use it anywhere in the current document. For example, \verb=\textcolor{MyDarkBlue}{a nice blue}= produces \textcolor{MyDarkBlue}{a nice blue}. \\ Custom colors may also be defined in terms of the CMYK (cyan, magenta, yellow, black) color model. Here is a light magenta. \begin{verbatim} \definecolor{MyLightMagenta}{cmyk}{0.1,0.8,0,0.1} \begin{center} \color{MyLightMagenta}This color is MyLightMagenta \end{center} \end{verbatim} \definecolor{MyLightMagenta}{cmyk}{0.1,0.8,0,0.1} \begin{center} \color{MyLightMagenta}This color is MyLightMagenta \end{center} {\large \begin{center} The 68 standard colors known to dvips\vspace{0.5ex} \begin{tabular}{|l|l|l|l|} \hline {\color{Apricot} Apricot}& {\color{Aquamarine} Aquamarine}& {\color{Bittersweet} Bittersweet}& {\color{Black} Black}\\ \hline {\color{Blue} Blue}& {\color{BlueGreen} BlueGreen}& {\color{BlueViolet} BlueViolet}& {\color{BrickRed} BrickRed}\\ \hline {\color{Brown} Brown}& {\color{BurntOrange} BurntOrange}& {\color{CadetBlue} CadetBlue}& {\color{CarnationPink} CarnationPink}\\ \hline {\color{Cerulean} Cerulean}& {\color{CornflowerBlue} CornflowerBlue}& {\color{Cyan} Cyan}& {\color{Dandelion} Dandelion}\\ \hline {\color{DarkOrchid} DarkOrchid}& {\color{Emerald} Emerald}& {\color{ForestGreen} ForestGreen}& {\color{Fuchsia} Fuchsia}\\ \hline {\color{Goldenrod} Goldenrod}& {\color{Gray} Gray}& {\color{Green} Green}& {\color{GreenYellow} GreenYellow}\\ \hline {\color{JungleGreen} JungleGreen}& {\color{Lavender} Lavender}& {\color{LimeGreen} LimeGreen}& {\color{Magenta} Magenta}\\ \hline {\color{Mahogany} Mahogany}& {\color{Maroon} Maroon}& {\color{Melon} Melon}& {\color{MidnightBlue} MidnightBlue}\\ \hline {\color{Mulberry} Mulberry}& {\color{NavyBlue} NavyBlue}& {\color{OliveGreen} OliveGreen}& {\color{Orange} Orange}\\ \hline {\color{OrangeRed} OrangeRed}& {\color{Orchid} Orchid}& {\color{Peach} Peach}& {\color{Periwinkle} Periwinkle}\\ \hline {\color{PineGreen} PineGreen}& {\color{Plum} Plum}& {\color{ProcessBlue} ProcessBlue}& {\color{Purple} Purple}\\ \hline {\color{RawSienna} RawSienna}& {\color{Red} Red}& {\color{RedOrange} RedOrange}& {\color{RedViolet} RedViolet}\\ \hline {\color{Rhodamine} Rhodamine}& {\color{RoyalBlue} RoyalBlue}& {\color{RoyalPurple} RoyalPurple}& {\color{RubineRed} RubineRed}\\ \hline {\color{Salmon} Salmon}& {\color{SeaGreen} SeaGreen}& {\color{Sepia} Sepia}& {\color{SkyBlue} SkyBlue}\\ \hline {\color{SpringGreen} SpringGreen}& {\color{Tan} Tan}& {\color{TealBlue} TealBlue}& {\color{Thistle} Thistle}\\ \hline {\color{Turquoise} Turquoise}& {\color{Violet} Violet}& {\color{VioletRed} VioletRed}& {\color{White} White}\\ \hline {\color{WildStrawberry} WildStrawberry}& {\color{Yellow} Yellow}& {\color{YellowGreen} YellowGreen}& {\color{YellowOrange} YellowOrange}\\ \hline \end{tabular} \end{center} } %%%%%%%%%%%%%%%% \section{Displaying a formular: Wiki} %%%%%%%%%%%%%%%% Ref: \url{http://en.wikipedia.org/wiki/Help:Formula} \\ \$, \_, \%, @, \#, \&, *, \textasciicircum, \^{} , \~{} , \textbackslash \\ \textasciicircum, \textasciicircum{}, \textasciicircum{a}, \textasciicircum a, \^ a, \textbackslash{a}, \textbackslash a \\ 독일어 혹은 발음기호 같은데에 쓰이는 Accented characters: \"a\^a\'a\`a \\ 물결기호 ~~~~~~~~~는 뭐지? 띄어쓰기로 쓰이는 듯. $\sim$ 이 띄어쓰기는 수식 안에서도 동작. \bdm a = ~~~~~~~~~ b \edm abcdefghijklmnopqrstuvwxyz àáâãäåæçčďèéěêëìíîïňñ òóôõöřšť÷øùúůûüýÿž \\ \text{abcdefghijklmnopqrstuvwxyz àáâãäåæçčďèéěêëìíîïňñ òóôõöřšť÷øùúůûüýÿž} \\ \text{abcdefghijklmnopqrstuvwxyz àáâãäåæçčďèéěêëìíîïňñ òóôõöřšť÷øùúůûüýÿž}\, \\ \mbox{abcdefghijklmnopqrstuvwxyz àáâãäåæçčďèéěêëìíîïňñ òóôõöřšť÷øùúůûüýÿž} \\ \mbox{abcdefghijklmnopqrstuvwxyz àáâãäåæçčèéêëìíîïñ òóôõö÷øùúûüýÿž}\, \\ \url{http://en.wikipedia.org/wiki/Help:Formula} \begin{itemize} \item Accents/diacritics \\ $\dot{a}, \ddot{a}, \acute{a}, \grave{a}$ \\ $\check{a}, \breve{a}, \tilde{a}, \bar{a}$ \\ $\hat{a}, \widehat{a}, \vec{a}$ \\ \item Standard functions \\ $\exp_a b = a^b, \exp b = e^b, 10^m$ \\ $\ln c, \lg d = \log e, \log_{10} f$ \\ $\sin a, \cos b, \tan c, \cot d, \sec e, \csc f$ \\ $\arcsin h, \arccos i, \arctan j$ \\ $\sinh k, \cosh l, \tanh m, \coth n$ \\ $\operatorname{sh}\,k, \operatorname{ch}\,l, \operatorname{th}\,m, \operatorname{coth}\,n$ \\ $\operatorname{argsh}\,o, \operatorname{argch}\,p, \operatorname{argth}\,q$ \\ $\left\vert s \right\vert$ \\ %\sgn error \item Bounds \\ $\min x, \max y, \inf s, \sup t$ \\ $\lim u, \liminf v, \limsup w$ \\ $\dim p, \deg q, \det m, \ker\phi$ \\ \item Projections \\ $\Pr j, \hom l, \lVert z \rVert, \arg z$ \\ \item Differentials and derivatives \\ $dt, \operatorname{d}\!t, \partial t, \nabla\psi$ \\ $dy/dx, \operatorname{d}\!y/\operatorname{d}\!x, {dy \over dx}, {\operatorname{d}\!y\over\operatorname{d}\!x}, {\partial^2\over\partial x_1\partial x_2}y$ \\ $\prime, \backprime, f^\prime, f', f'', f^{(3)}, \dot y, \ddot y$ \\ \item Letter-like symbols or constants \\ $\infty, \aleph, \complement, \backepsilon, \eth, \Finv, \hbar$ \\ $\Im, \imath, \jmath, \Bbbk, \ell, \mho, \wp, \Re, \circledS$ \\ \item Modular arithmetic \\ $s_k \equiv 0 \pmod{m}$ \\ $a\,\bmod\,b$ \\ $\gcd(m, n), \operatorname{lcm}(m, n)$ \\ $\mid, \nmid, \shortmid, \nshortmid$ \\ \item Radicals \\ $\surd, \sqrt{2}, \sqrt[n]{}, \sqrt[3]{x^3+y^3 \over 2}$ \\ \item Operators \\ $+, -, \pm, \mp, \dotplus$ \\ $\times, \div, \divideontimes, /, \backslash$ \\ $\cdot, * \ast, \star, \circ, \bullet$ \\ $\boxplus, \boxminus, \boxtimes, \boxdot$ \\ $\oplus, \ominus, \otimes, \oslash, \odot$ \\ $\circleddash, \circledcirc, \circledast$ \\ $\bigoplus, \bigotimes, \bigodot$ \\ \item Sets \\ $\{ \}, \O \empty \emptyset, \varnothing$ \\ $\in, \notin \not\in, \ni, \not\ni$ \\ $\cap, \Cap, \sqcap, \bigcap, \setminus, \smallsetminus$ \\ $\cup, \Cup, \sqcup, \bigcup, \bigsqcup, \uplus, \biguplus$ \\ $\subset, \Subset, \sqsubset$ \\ $\supset, \Supset, \sqsupset$ \\ $\subseteq, \nsubseteq, \subsetneq, \varsubsetneq, \sqsubseteq$ \\ $\supseteq, \nsupseteq, \supsetneq, \varsupsetneq, \sqsupseteq$ \\ $\subseteqq, \nsubseteqq, \subsetneqq, \varsubsetneqq$ \\ $\supseteqq, \nsupseteqq, \supsetneqq, \varsupsetneqq$ \\ \item Relations \\ $=, \ne \neq, \equiv, \not\equiv$ \\ $\doteq, \overset{\underset{\mathrm{def}}{}}{=}, :=$ \\ $\sim, \nsim, \backsim, \thicksim, \simeq, \backsimeq, \eqsim, \cong, \ncong$ \\ $\approx, \thickapprox, \approxeq, \asymp, \propto, \varpropto$ \\ $<, \nless, \ll, \not\ll, \lll, \not\lll, \lessdot$ \\ $>, \ngtr, \gg, \not\gg, \ggg, \not\ggg, \gtrdot$ \\ $\le \leq, \lneq, \leqq, \nleqq, \lneqq, \lvertneqq$ \\ $\ge \geq, \gneq, \geqq, \ngeqq, \gneqq, \gvertneqq$ \\ $\lessgtr \lesseqgtr \lesseqqgtr \gtrless \gtreqless \gtreqqless$ \\ $\leqslant, \nleqslant, \eqslantless$ \\ $\geqslant, \ngeqslant, \eqslantgtr$ \\ $\lesssim, \lnsim, \lessapprox, \lnapprox$ \\ $\gtrsim, \gnsim, \gtrapprox, \gnapprox$ \\ $\prec, \nprec, \preceq, \npreceq, \precneqq$ \\ $\succ, \nsucc, \succeq, \nsucceq, \succneqq$ \\ $\preccurlyeq, \curlyeqprec$ \\ $\succcurlyeq, \curlyeqsucc$ \\ $\precsim, \precnsim, \precapprox, \precnapprox$ \\ $\succsim, \succnsim, \succapprox, \succnapprox$ \\ \item Geometric \\ $\parallel, \nparallel, \shortparallel, \nshortparallel$ \\ $\perp, \angle, \sphericalangle, \measuredangle, 45^\circ$ \\ $\Box, \blacksquare, \diamond, \Diamond \lozenge, \blacklozenge, \bigstar$ \\ $\bigcirc, \triangle \bigtriangleup, \bigtriangledown$ \\ $\vartriangle, \triangledown$ \\ $\blacktriangle, \blacktriangledown, \blacktriangleleft, \blacktriangleright$ \\ \item Logic \\ $\forall, \exists, \nexists$ \\ $\therefore, \because, \And$ \\ $\lor \vee, \curlyvee, \bigvee$ \\ % \or error $\and \land \wedge, \curlywedge, \bigwedge$ \\ % \and error $\bar{q}, \overline{q}, \lnot \neg, \not\operatorname{R}, \bot, \top$ \\ $\vdash \dashv, \vDash, \Vdash, \models$ \\ $\Vvdash \nvdash \nVdash \nvDash \nVDash$ \\ $\ulcorner \urcorner \llcorner \lrcorner$ \\ \item Arrows \\ $\Rrightarrow, \Lleftarrow$ \\ $\Rightarrow, \nRightarrow, \Longrightarrow \implies$ \\ $\Leftarrow, \nLeftarrow, \Longleftarrow$ \\ $\Leftrightarrow, \nLeftrightarrow, \Longleftrightarrow \iff$ \\ $\Uparrow, \Downarrow, \Updownarrow$ \\ $\rightarrow \to, \nrightarrow, \longrightarrow$ \\ $\leftarrow \gets, \nleftarrow, \longleftarrow$ \\ $\leftrightarrow, \nleftrightarrow, \longleftrightarrow$ \\ $\uparrow, \downarrow, \updownarrow$ \\ $\nearrow, \swarrow, \nwarrow, \searrow$ \\ $\mapsto, \longmapsto$ \\ $\rightharpoonup \rightharpoondown \leftharpoonup \leftharpoondown \upharpoonleft \upharpoonright \downharpoonleft \downharpoonright \rightleftharpoons \leftrightharpoons$ \\ $\curvearrowleft \circlearrowleft \Lsh \upuparrows \rightrightarrows \rightleftarrows \rightarrowtail \looparrowright$ \\ $\curvearrowright \circlearrowright \Rsh \downdownarrows \leftleftarrows \leftrightarrows \leftarrowtail \looparrowleft$ \\ $\hookrightarrow \hookleftarrow \multimap \leftrightsquigarrow \rightsquigarrow \twoheadrightarrow \twoheadleftarrow$ \\ \item Special \\ $\amalg \P \S \% \dagger \ddagger \ldots \cdots$ \\ $\smile \frown \wr \triangleleft \triangleright$ \\ $\diamondsuit, \heartsuit, \clubsuit, \spadesuit, \Game, \flat, \natural, \sharp$ \\ \item Unsorted (new stuff) \\ $\diagup \diagdown \centerdot \ltimes \rtimes \leftthreetimes \rightthreetimes$ \\ $\eqcirc \circeq \triangleq \bumpeq \Bumpeq \doteqdot \risingdotseq \fallingdotseq$ \\ $\intercal \barwedge \veebar \doublebarwedge \between \pitchfork$ \\ $\vartriangleleft \ntriangleleft \vartriangleright \ntriangleright$ \\ $\trianglelefteq \ntrianglelefteq \trianglerighteq \ntrianglerighteq$ \\ \end{itemize} \end{document} </script>
▲ Hide
T2.LaTeX test by kipid: .pdf
▼ Show/Hide
▲ LaTeX guide by kipid. Mobile(스마트폰 등)에서는 Google 문서가 지원되지 않는듯 합니다. Width가 400px 이하일때는 구글 문서가 웹에 나타나지 않게 해놨으니 아래 구글 문서 링크타고 가서 보세요
[07]
.
Ref. [07] kipid's google docu - LaTeX guide by kipid.pdf; and kipid's google docu - LaTeX guide by kipid.tex; tex 파일은 Browser에서 열리진 않고 다운받으셔야 할듯.
▲ Hide
TRefs.References and Related Articles
▼ Show/Hide
- Ref. [01] KTUG 한글 TeX 사용자 그룹 (Korean TeX Users Group), ko.TeX Live 2013 내려받기; LaTeX에서 한글을 사용하고 싶다면 맘편히 ko.TeX를 사용하세요. 기능들에 비해 용량(1.9GB)이 크게 느껴지긴 하는데 꽤나 잘 만들어진 프로그램이라고 생각합니다.
- Ref. [02] LaTeX 입문 - 142분 동안 익히는 LaTeX 2 epsilon (pdf, 2005-11) by Tobias Oetiker, Hubert Partl, Irene Hyna and Elisabeth Schlegl. 김강수, 이기황, MIKA, 김지운, 샘처럼 옮김.; 잘 설명되어 있습니다. "KTUG - 읽을 거리 > 권장 문서 (lshort-kr)"에서는 source 파일(.tex file: lshort-kr-src.tar.gz 파일을 다운받아 알집 등을 이용해 압축을 푸세요.)도 다운받으실 수 있습니다.
- Ref. [03] KTUG - Useful Documents, KTUG Documentation Project; 각종 LaTeX 예제 문서, 설명 문서들을 참고하세요.
- Ref. [04] TUG - PS Tricks; TUG(TeX User Group) homepage도 참고하세요.
- Ref. [05] 온라인 LaTeX 수식 편집기 codecogs.com - equation editor; TeX equation 명령어가 생각나지 않을때 활용하면 좋습니다. 인터넷 상에서 수식을 입력할 때에도 사용될 수 있습니다.
- Ref. [06] kipid's blog - 인터넷, Web, HTML, 블로그에서 수식 사용하기 (Equation or math in HTML, blog)
- Ref. [07] kipid's google docu - LaTeX guide by kipid.pdf; and kipid's google docu - LaTeX guide by kipid.tex; tex 파일은 Browser에서 열리진 않고 다운받으셔야 할듯.
▲ Hide







이 글이 도움이 되셨다면, 광고 클릭 한번씩만 부탁드립니다 =ㅂ=ㅋ. (If this article was helpful, please click the ad once. Thank you. ;)
반응형
'[IT/Programming] > HTML related' 카테고리의 다른 글
Customized styling of scroll bars in HTML (1) | 2019.03.06 |
---|---|
Improving web performance (0) | 2019.03.04 |
Citing the references automatically in HTML (like LaTeX) (2) | 2019.03.04 |
CSS3 examples (0) | 2019.03.04 |
괜찮은 에디터들 소개 및 추천 (Introducing/Recommending good code editors) (2) | 2019.03.04 |
Delayed (Lazy) Loading in HTML by JavaScript (+jQuery) (0) | 2019.02.22 |
Cloud Server Services (eg. Amazon Web Services) (0) | 2019.02.22 |