Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Thesis Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nikhil Ambardar
Thesis Template
Commits
bc7bf063
Commit
bc7bf063
authored
4 years ago
by
Nikhil Ambardar
Browse files
Options
Downloads
Patches
Plain Diff
Delete lst.tex
parent
f15ec98f
No related branches found
No related tags found
No related merge requests found
Pipeline
#8207
failed
4 years ago
Stage: build
Stage: diff
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lst.tex
+0
-61
0 additions, 61 deletions
lst.tex
with
0 additions
and
61 deletions
lst.tex
deleted
100644 → 0
+
0
−
61
View file @
f15ec98f
\usepackage
{
listings
}
\usepackage
{
inconsolata
}
\lstdefinestyle
{
common-style
}{
basicstyle=
\scriptsize\ttfamily
,
% the size of the fonts that are used for the code
showspaces=false,
% show spaces adding particular underscores
showstringspaces=false,
% underline spaces within strings
showtabs=false,
% show tabs within strings adding particular underscores
% frame=tlrb, % adds a frame around the code
framexleftmargin=1em,
% space between left part of frame and listing
tabsize=2,
% sets default tabsize to 2 spaces
breaklines=true,
% sets automatic line breaking
breakatwhitespace=true,
% sets if automatic breaks should only happen at whitespace
keywordstyle=
{
\color
{
blue
}
\textbf
}
,
% keywords are blue
commentstyle=
{
\color
{
gray
}}
,
% comments
literate=
{
\$
}{{{
\$
}}}
1,
basewidth=0.5em,
breakindent=40pt,
breakautoindent=true,
escapechar=
\&
,
aboveskip=
{
0.1
\baselineskip
}
}
\lstdefinestyle
{
shortlisting
}{
xleftmargin=
\parindent
,
frame=none,
aboveskip=3pt,belowskip=3pt
}
\lstdefinestyle
{
unboxed
}{
style=common-style,
frame=none,
}
% JastAdd
\lstdefinelanguage
{
AST
}{
style=common-style,
morekeywords=
{
abstract,rel
}
,
otherkeywords=
{
::=,->,<,>
}
,
morecomment=[l]
{
//
}
, morecomment=[s]
{
/*
}{
*/
}
,
}
\lstdefinelanguage
{
JRAG
}
[]
{
java
}{
style=common-style,
morekeywords=
{
abstract,public,private,boolean,aspect,null,syn,inh,coll,eq,with,int,contributes,new,return,for,if,else,this,to,true,false
}
,
morecomment=[l]
{
//
}
, morecomment=[s]
{
/*
}{
*/
}
,
}
\newcommand
{
\lstbg
}
[3][0pt]
{{
\fboxsep
#1
\colorbox
{
#2
}{
\strut
#3
}}}
\lstdefinelanguage
{
diff
}
[]
{
java
}{
style=common-style,
morecomment=[f][
\lstbg
{
HKS07!30
}
]-,
morecomment=[f][
\lstbg
{
HKS65!30
}
]+,
morecomment=[f][
\textit
]
{
@@
}
,
%morecomment=[f][\textit]{---},
%morecomment=[f][\textit]{+++},
}
\lstdefinestyle
{
AST
}
{
language=AST,style=common-style
}
\lstdefinestyle
{
JRAG
}
{
language=JRAG,style=common-style
}
\lstdefinestyle
{
Java
}
{
language=Java,style=common-style
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment