Search found 19 matches

by poeli
Sat May 31, 2014 5:17 pm
Forum: Page Layout
Topic: Title page not in center
Replies: 4
Views: 10706

Title page not in center


\begin{titlepage}
\selectfont
\sffamily
%\addtolength{\oddsidemargin}{-.875in}
\vspace*{-2.5cm}
\begin{flushleft}
\hspace*{-1.75cm}
\includegraphics[width=8cm]{Vubsymbool}\\
\end{flushleft}
\vspace*{-1cm}
\begin{leftbar}
\hspace*{0.3cm}
FACULTEIT INGENIEURSWETENSCHAPPEN\\

\vspace{2cm}
\hspace*{0 ...
by poeli
Sat May 31, 2014 1:47 pm
Forum: Page Layout
Topic: Title page not in center
Replies: 4
Views: 10706

Title page not in center

Hi all,
I have an official titlepage i have to use for my thesis. I used the correct logos and so on, but if I use \input in my main file, the title page is not centered and it seems not all of it is on it.
While my friend who uses the exact same code as me, sees the titlepage as centered. Is it ...
by poeli
Tue May 27, 2014 9:33 pm
Forum: Graphics, Figures & Tables
Topic: Additional lines which are not supposed to be there
Replies: 4
Views: 4485

Re: Additional lines which are not supposed to be there

Still am not able to add a caption. Anyone an idea why the freeze occurs?
by poeli
Fri May 23, 2014 1:37 pm
Forum: Graphics, Figures & Tables
Topic: Additional lines which are not supposed to be there
Replies: 4
Views: 4485

Re: Additional lines which are not supposed to be there

Thanks for the reply, as I understand, the \begin{table} is there to be able to set a caption (else the error caption must be placed in float). But when I do this (and end the table too obviously), my whole main file freezes and texmaker even shuts down automatically. I deleted the table things and ...
by poeli
Fri May 23, 2014 10:26 am
Forum: Graphics, Figures & Tables
Topic: Additional lines which are not supposed to be there
Replies: 4
Views: 4485

Additional lines which are not supposed to be there

screenforum.PNG
Hi all,

I'm making some tables in my thesis, but have a problem (with all of them). All the lines are ok, except under the first column there is an additional two lines (see screenshot).
The code for this table is the following:
\begin{center}

\begin{tabular}{| l | l | l | l ...
by poeli
Sat May 03, 2014 1:22 pm
Forum: BibTeX, biblatex and biber
Topic: Error concerining auxiliary file
Replies: 3
Views: 5771

Re: Error concerining auxiliary file

A minimal working example doesn't help here... The bibliography command is in my main file and the reference to adkins is one in my chapters. The problem is that it refers to Adkins while I have nothing in my Jabref which bibtexkey is Adkins. I also don't cite Adkins in one of my files.
by poeli
Fri May 02, 2014 8:12 pm
Forum: BibTeX, biblatex and biber
Topic: Error concerining auxiliary file
Replies: 3
Views: 5771

Error concerining auxiliary file

Hi all,

I'm finalising my bibliography in Latex (I use Texmaker) and stumbled upon some problems. I use Jabref to produce a file to be read by texmaker (my .bib file). There, I changed the Bibtexkey to 'adkins'. In one of my chapters I had written Adkins as cite, so I changed it to adkins too. But ...
by poeli
Mon Apr 28, 2014 11:19 am
Forum: General
Topic: Main file not compiling anymore
Replies: 14
Views: 14045

Re: Main file not compiling anymore

This solves all of the problems concerning this topic. Still have some issues with some other things but will look things up on the forum first.
by poeli
Sun Apr 27, 2014 6:56 pm
Forum: General
Topic: Main file not compiling anymore
Replies: 14
Views: 14045

Re: Main file not compiling anymore

Thanks, what I have done now is remove all the \begin{document} and \end{document} from each file. Now I can see the pdfs again in the mainfile. What happened though is that all my references to bibliography, and reference to figures and equations (which are in this chapter) have disappeared. Now I ...
by poeli
Sun Apr 27, 2014 6:18 pm
Forum: General
Topic: Main file not compiling anymore
Replies: 14
Views: 14045

Re: Main file not compiling anymore

This is getting weird. Now there is no error anymore, but if I compile the mainfile, the only thing appearing is the titlepage.
Sorry for what may seem stupid questions, I'm a totally new person to Latex and it's a learning curve!