Created
October 15, 2012 11:05
-
-
Save melpomene/3891961 to your computer and use it in GitHub Desktop.
Latex rapport empty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % | |
| % | |
| % Created by christopher on 2012-05-11. | |
| % Copyright (c) 2012 __MyCompanyName__. All rights reserved. | |
| % | |
| \documentclass[]{article} | |
| % Use utf-8 encoding for foreign characters | |
| \usepackage[utf8]{inputenc} | |
| % Setup for fullpage use | |
| \usepackage{fullpage} | |
| % Uncomment some of the following if you use the features | |
| % | |
| % Running Headers and footers | |
| %\usepackage{fancyhdr} | |
| % Multipart figures | |
| %\usepackage{subfigure} | |
| % More symbols | |
| %\usepackage{amsmath} | |
| %\usepackage{amssymb} | |
| %\usepackage{latexsym} | |
| % Surround parts of graphics with box | |
| \usepackage{boxedminipage} | |
| % Package for including code in the document | |
| \usepackage{listings} | |
| % If you want to generate a toc for each chapter (use with book) | |
| \usepackage{minitoc} | |
| % This is now the recommended way for checking for PDFLaTeX: | |
| \usepackage{ifpdf} | |
| %\newif\ifpdf | |
| %\ifx\pdfoutput\undefined | |
| %\pdffalse % we are not running PDFLaTeX | |
| %\else | |
| %\pdfoutput=1 % we are running PDFLaTeX | |
| %\pdftrue | |
| %\fi | |
| \ifpdf | |
| \usepackage[pdftex]{graphicx} | |
| \else | |
| \usepackage{graphicx} | |
| \fi | |
| \title{Project 1} | |
| \author{Christopher Käck, dt08ck7} | |
| \date{2012-09-15} | |
| \begin{document} | |
| \ifpdf | |
| \DeclareGraphicsExtensions{.pdf, .jpg, .tif} | |
| \else | |
| \DeclareGraphicsExtensions{.eps, .jpg} | |
| \fi | |
| \maketitle | |
| \clearpage | |
| \end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment