Skip to content

JaeSeok1218/Latex-Codes

Repository files navigation

Latex-Codes

Latex(Beginner)

Font

mathptmx This package defines Adobe Times Roman (or equivalent) as default text font, and provides maths support using glyphs from the Symbol, Chancery and Computer Modern fonts together with letters, etc., from Times Roman(CTAN).

mathpazo The Pazo Math fonts are a family of PostScript fonts suitable for typesetting mathematics in combination with the Palatino family of text fonts.(CTAN).

Bibliography Style

APA Style

\usepackage[style=apa, backend=biber, natbib=true]{biblatex}
\addbibresource{bib file name}

[contents]

\printbibliography

Tables

Game Tables

Hyperlink

Using the hyperref package and its setup hypersetup, we can build hyper links.

\usepackage{hyperref}
\hypersetup{
	colorlinks=true,
	linkcolor=black,
	filecolor=blue,      
	urlcolor=blue,
	citecolor=blue
}

\hypertarge{targetname}{target}
\hyperlink{targetname}{text}

Theorems

  • Solution and qed sign at the end of the solution
\newenvironment{solution}{\renewcommand{\proofname}{Solution}\begin{proof}}{\end{proof}}
\renewcommand\qedsymbol{$\blacksquare$}

About

Latex(Beginner)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages