-
Notifications
You must be signed in to change notification settings - Fork 0
/
ingilizce-latex-template.tex
66 lines (52 loc) · 2.68 KB
/
ingilizce-latex-template.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
%\documentclass{article}
%\usepackage[a4paper,margin=1in,landscape]{geometry}
% LANDSCAPE BELGE ICIN YUKARIDAKILERI UNCOMMENT ET. ASAGIDAN SATIR SIL.
%========================================================
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} %TURKCE ICIN. Ayrica copy paste fonksiyonu icin vs ekle.
\usepackage{charter} % Charter fontu icin. mathpazo da guzel bir fontttur.
\usepackage{graphicx}
\usepackage{wrapfig} % wrap figures with text
\usepackage{float} % text float
\usepackage[normalem]{ulem} % Allows longer underline text. usage: \uline{my underline text}
\usepackage[colorlinks,urlcolor=blue]{hyperref}
\hypersetup{colorlinks=true, linkcolor=black} %Bu satir tableofcontent sayfa linklerinin kirmizi olmasini engelliyor.
%=====PARAGRAPH DESIGN===================================
%\usepackage{indentfirst} % INDENT FIRST PARAGRAPH
%\parindent 0ex % DONT INDENT ANY PARAGRAPH
%\setlength{\parskip}{1em} % Changes spacing in between paragraphs
%\renewcommand{\baselinestretch}{1.5} % Changes space in between lines
%=====TABLE DESIGN======================================
%\usepackage[none]{hyphenat} %Stops breaking up words in TABLE
%====PAGE SIZE & MARGINS=================================
%https://tex.stackexchange.com/questions/61469/pageheight-just-inside-layout-package
\usepackage[left=1in, right=1in, top=1in, bottom=1in]{geometry} % sayfa duzenini elle belirlemek istersen.
%===Fancy package - Header and Footer Stuff=============
%========================================================
%\usepackage{fancyhdr} %Sayfa Bicimlendirme icin
%\pagestyle{fancy} %Sayfa Bicimlendirme icin
%\fancyhead{} %Clear Header Text
%\fancyfoot{} %Clear Footer Text
%\fancyfoot[R]{\thepage} %add page number on right side of the page
%\renewcommand{\headrulewidth}{0pt} %Remove header line. Change 0 to 1 if you want a line.
%\renewcommand{\footrulewidth}{0pt} %Remove footer line. Change 0 to 1 if you want a line.
\begin{document}
\hypersetup{colorlinks=true ,urlcolor=blue,urlbordercolor={0 1 1}} %Web linklerinin rengini tekrar mavi yapiyor.SILME BUNU.
%===Title Page===========================================
%========================================================
%\title{Documents Title Here}
%\author{Authors Name}
%\date{\today}
%\maketitle
%\thispagestyle{empty}
%\cleardoublepage
%===Table of Contents====================================
%========================================================
%\tableofcontents
%\pagenumbering{roman}
%\clearpage
%========================================================
%\pagenumbering{arabic}
%\setcounter{page}{1}
\end{document}