-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExample.tex
52 lines (44 loc) · 2.23 KB
/
Example.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
\documentclass{article}
\usepackage[obeyspaces]{url}
\usepackage{makeidx}
\makeindex
\begin{document}
\title{Demonstration of TeXShop Theme}
\author{Monika Jaskolka}
\date{\today}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Abstract
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}
This article is designed to illustrate how the themes look after they are applied. I will also introduce the themes and explain how to use them.
\end{abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Intro
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
TeXShop is a free \LaTeX{} and \TeX{} editor/previewer for OS X. It can be downloaded from \url{http://pages.uoregon.edu/koch/texshop/}. The default black and white colour scheme is quite bland and can be straining on the eyes, so I have created some custom themes. Currently there are $2$ themes available, which are based on popular themes available in text editors such as Atom and Sublime. They can be downloaded from GitHub (\url{https://github.com/monikajaskolka/TeXShop-Themes}).
The theme modifies the look of the following \LaTeX() elements:
\begin{enumerate}
\item background colour
\item text colour (e.g. such as \ldots)
\item keyword colour
\item comment colour % (e.g. this comment)
\item cursor colour
\item \{\} and \$ symbols {} $ $
\item index terms (e.g. \index{Example})
\item colour of \{\} and enclosed background when highlighted (cursor is near bracket)
\end{enumerate}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Installation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{How to Use}
This section describes how to apply the themes to TeXShop. Ensure that you have downloaded the files from GitHub (\url{https://github.com/monikajaskolka/TeXShop-Themes}). Then, follow the instructions below.
\begin{enumerate}
\item Open Terminal
\item Unzip package: \url{unzip ~/Downloads/TeXShop-Themes-master.zip}
\item Apply theme: \url{~/TeXShop-Themes-master/TeXShop_Sublime_Monokai.sh}
\item Wait for ``Done!" message to be displayed in Terminal
\item Open TeXShop
\end{enumerate}
\end{document}