Writing
$\TeX$
$\TeX$ is a typesetting program specialized for expressing formulas, considered an essential markup language for writing papers in fields close to formal sciences. $\TeX$ is pronounced as “Tech,” not “Tex.” Likewise, $\LaTeX$ is pronounced as “Lay-tech,” not “La-tex.”
The default font used in $\LaTeX$ is ‘Computer Modern.’
Basics
- Installing $\TeX$ and Using it with VS Code
- Writing Korean in $\TeX$
- Writing $\TeX$ Code in Gmail (Email)
- Using Quotation Marks
- How to Order Alphabetically with
enumerate
in $\TeX$[label=(\alph*)]
- Packages Related to Underlining in LaTeX:
ulem
- 텍스트나 수식에 하이라이트하는 법
\hl
- How to Remove Indentation in the Entire Document
\setlength{\parindent}{0pt}
- 여러 tex 파일 하나로 합치는 법
\include
,\input
- IguanaTeX: How to Input TeX in PowerPoint
- How to Set a Document Horizontally
\usepackage[landscape]{geometry}
Functions
- Creating a New Command to Use
\begin{}...\end{}
Syntax as a Single Function\newcommand{\eq}[1]{\begin{equation}#1\end{equation}}
- Differences between
\mathrm
,\text
, and\operatorname
Visualization
Tricks
- Using Large Brackets on One Side Only
\left.
,\right.
- Increasing Line Spacing
\\[1em]
\\[1pt]
- Customizing Chapter and Section Numbering
\setcounter{chapter}{}
- How to render text, formulas, pictures, and more transparently
\phantom
Documentation
BibTeX
- How to Sort Bibliographies Chronologically or Reverse Chronologically
sorting=ydnt
- How to not omit author names
maxbibnames=99
- Customizing the Order of References
- Hiding Specific Fields
- 참고문헌 번호에 하이퍼링크 거는 법
\usepackage{hyperref}
\cite{}
에서 번호 순서대로 나오게 하는 법\usepackage{cite}
TikZ
English
The language of science is mathematics, and the language of mathematics is English. People studying formal sciences mostly study and write papers in English. Here, confusing grammar points are clarified and useful tips are introduced.
Grammar
- After Every and Each, a Singular Noun Must Follow
- After All, Either a Countable Noun in Plural Form or an Uncountable Noun in Singular Form Follows
- After Let, a Base Form Verb Must Follow
- Don’t start sentences with And, But, or So
- Do not use articles for Figure, Table, and Appendice
Sentence Structures
Dictionary for Science and Engineering
F
- Filtration: Formally, in various fields of mathematics, a set of sets $F = \left\{ X_{\alpha} \right\}{\alpha \in \forall}$ is called a filtration if for all $t < s$, the following inclusion relationship holds:
$$
X{t} \subset X_{s}
$$
- (Probability Theory) Filtration of sigma fields
- (Algebraic Topology) Filtration of complexes
S
- Support: Generally in mathematics, it refers to the set $\operatorname{supp} f$ that makes the function value non-zero. In geometry, points located on the boundary are also referred to as supports.
- (Functional Analysis): Support of a function
- (Mathematical Statistics): Support of a random variable
- (Machine Learning): Support Vector Machines
- (Geometry): Minimum Enclosing Disk Problem
Symbols and Abbreviations
- How to Read and Write Greek Letters and Their Significance in Mathematics and Science
- Differentiating Between Double-u $w$ and Omega $\omega$ in Mathematics and Physics Textbooks
- Common Symbols and Abbreviations Used in Mathematics
All posts
- How to Order Alphabetically with enumerate in LaTeX
- How to Use Strikethrough in LaTeX
- ulem: Packages Related to Underlining in LaTeX
- How to Remove Indentation in the Entire Document in LaTeX
- abbreviation과 acronym의 차이
- Do not use articles for Figure, Table, and Appendice in English papers
- Avoid Starting Sentences with And, But, and So When Writing English Papers
- BibTeX에서 참고문헌 연도순/역순으로 정렬하는 법
- BiBTeX에서 저자 이름 생략하지 않는 방법
- 여러 tex 파일 하나로 합치는 법
- LaTeX에서 문자, 수식에 하이라이트(형광펜)하는 법
- LaTeX에서 빈 공간 자동으로 채우는 방법
- IguanaTeX: 파워포인트에서 TeX 입력하는 방법
- LaTeX 문서 가로로 설정하는 법
- biblatex에서 참고문헌 정렬 순서 임의로 설정하는 방법
- biblatex에서 특정 필드 표시 안되게 하는 법
- LaTeX에서 참고문헌 번호에 하이퍼링크 거는 법
- LaTeX에서 참고문헌 \cite{}할 때 번호 순서대로 나오게 하는 법
- LaTeX 표 쉽게 만드는 사이트
- Distinguishing Between W and Omega in Mathematics and Physics Textbooks
- Frequently Used Symbols and Abbreviations in Mathematics
- Referencing Equations in TeX (Hyperlink)
- Increasing Line Spacing in LaTeX
- How to Read and Write Greek Characters and Their Meaning in Mathematics and Science
- Differences among \mathrm, \text, and \operatorname in LaTeX
- How to Place a Large Bracket on Only One Side in LaTeX
- A Singular Noun Must Always Follow "Every" and "Each"
- All is Followed by Either a Plural Countable Noun or a Singular Uncountable Noun
- Probability of Doing V at Rate a
- A verb always follows "Let."
- How to Install TeX and Use It in VS Code
- Writing Korean in LaTeX
- Drawing Diagrams of Universal Properties with TikZ
- Writing TeX Code in Gmail (Email)
- How to Insert GIF Animations into a PDF File Using LaTeX
- Drawing Subplots in LaTeX
- How to Insert Code Blocks in LaTeX Documents
- How to Prevent the Date from Appearing when Creating a Title with maketitle in LaTeX
- Creating a New Command in LaTeX That Acts Like a Function Using the begin...end Structure
- Customizing Chapter and Section Numbering in LaTeX
- How to render text, formulas, pictures, and more transparently in LaTeX
- How to Use Quotation Marks in LaTeX