Skip to content

Commit

Permalink
Added latex template for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Snehasish Kumar committed Mar 9, 2017
1 parent ed9d30d commit 6290737
Show file tree
Hide file tree
Showing 3 changed files with 1,757 additions and 0 deletions.
60 changes: 60 additions & 0 deletions doc/main.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is the template for submission to ISCA 2016
% The cls file is a modified from 'sig-alternate.cls'
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\documentclass{sig-alternate}
\usepackage{mathptmx} % This is Times font

\newcommand{\ignore}[1]{}
\usepackage{fancyhdr}
\usepackage[normalem]{ulem}
\usepackage[hyphens]{url}
\usepackage{hyperref}


%%%%%%%%%%%---SETME-----%%%%%%%%%%%%%
\newcommand{\hpcasubmissionnumber}{NaN}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\fancypagestyle{firstpage}{
\fancyhf{}
\setlength{\headheight}{10pt}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[C]{\normalsize{ISCA 2016 Submission
\textbf{\#\hpcasubmissionnumber} \\ Confidential Draft: DO NOT DISTRIBUTE}}
\pagenumbering{arabic}
}

%%%%%%%%%%%---SETME-----%%%%%%%%%%%%%
\title{Efficient Path Profiling for LLVM}
\author{Snehasish Kumar, Nick Sumner\\\{ska124,wsumner\}@cs.sfu.ca}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}
\maketitle
%\thispagestyle{firstpage}
\pagestyle{plain}
\begin{abstract}

This document is intended to serve as a sample for submissions to ISCA 2016. We provide some guidelines that authors should follow when submitting papers to the conference. In an effort to respect the efforts of reviewers and in the interest of fairness to all prospective authors, we request that all submissions follow the formatting and submission rules detailed below.

\end{abstract}

\section{Introduction}

\subsection{About this document}

\section{Implementation}

\section{Evaluation of overheads}

\section{Roadmap}

%%%%%%%%% -- BIB STYLE AND FILE -- %%%%%%%%
\bibliographystyle{ieeetr}
\bibliography{ref}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\end{document}
34 changes: 34 additions & 0 deletions doc/ref.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@


@book{lamport94,
author = "Leslie Lamport",
title = "{\LaTeX: A Document Preparation System}",
year = "1994",
publisher = "Addison-Wesley",
edition = "2nd",
address = "Reading, Massachusetts"
}

@inproceedings{nicepaper1,
author = "Firstname1 Lastname1 and Firstname2 Lastname2",
title = "A Very Nice Paper To Cite",
month = "Feb.",
year = "2014",
booktitle = "Intl. Symp. on High Performance Computer Architecture (HPCA)"
}

@inproceedings{nicepaper2,
author = "Firstname1 Lastname1 and Firstname2 Lastname2 and Firstname3 Lastname3",
title = "Another Very Nice Paper to Cite",
month = "Oct.",
year = "2012",
booktitle = "Intl. Symp. on Microarchitecture (MICRO)"
}

@inproceedings{nicepaper3,
author = "Firstname1 Lastname1 and Firstname2 Lastname2 and Firstname3 Lastname3 and Firstname4 Lastname4 and Firstname5 Lastname5",
title = "Yet Another Very Nice Paper To Cite, With Many Author Names All Spelled Out",
month = "June",
year = "2011",
booktitle = "Intl. Symp. on Computer Architecture (ISCA)"
}
Loading

0 comments on commit 6290737

Please sign in to comment.