Search found 2 matches

by xfoist
Fri Feb 20, 2015 2:10 pm
Forum: Page Layout
Topic: Make LaTeX document follow custom style guidelines
Replies: 2
Views: 2951

Make LaTeX document follow custom style guidelines

Hi Stefan and thank you!

Currently my main document, which implements the formatting, looks like this:

\documentclass[12pt,titlepage]{article}

\usepackage{times}
\usepackage{setspace}
\usepackage{parskip}
\usepackage[margin=2.5cm]{geometry}

\usepackage{subfiles}

\onehalfspacing

\title{Title ...
by xfoist
Fri Feb 20, 2015 1:49 pm
Forum: Page Layout
Topic: Make LaTeX document follow custom style guidelines
Replies: 2
Views: 2951

Make LaTeX document follow custom style guidelines

Hi.

I am studying medicine at the university and I am currently writing my thesis. Because I have a background studying Mathematics/Physics/Programming I have come in contact with LaTeX, but never really used it before. I started of my thesis work in MS Word, but I didn't like the way I had to go ...