PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Tabelle linksbündig trotz Zentrierung



jur4ik
30-10-2012, 13:40
Hallo Zusammen,

ich habe ein Problem:

ich schreibe gerade an meiner Bachelorarbeit und komme mit der Ausrichtung einer Tabelle nicht weiter.
Die Einstellungen des Dokuments sind anscheinend so gewählt, dass der ganze Inhalt zentriert wird (ich scheibe explizit so, weil ich mich mit Latex noch nicht so gut auskenne und ein template benutze). Dadurch wird meine breite Tabelle weit außerhalb des Dokuments geschoben. Nun möchte ich meine Tabelle weiter nach links verschieben, damit sie auch ganz auf der Seite zu sehen ist.
Dies würde, so wie ich verstehe, den Einstellungen des Dokuments widersprechen, möchte es aber trotzdem machen.

Hat jemand eine Idee wie man das machen kann?

hier der Kopf meines Dokuments:
Code:

\documentclass[ oneside,openright,titlepage,numbers=noenddot,headi nclude,%1headlines,% letterpaper a4paper
footinclude=true,cleardoublepage=empty,abstractoff , % <--- obsolete, remove (todo)
BCOR=5mm,paper=a4,fontsize=11pt,%11pt,a4paper,%
ngerman,%american,
]{scrreprt}

%************************************************* *******************
% Note: Make all your adjustments in here
%************************************************* ******
\input{classicthesis-config}


und hier die einstellungsdatei
Code:

% ************************************************** **************************************************
% classicthesis-config.tex
% formerly known as loadpackages.sty, classicthesis-ldpkg.sty, and classicthesis-preamble.sty
% Use it at the beginning of your ClassicThesis.tex, or as a LaTeX Preamble
% in your ClassicThesis.{tex,lyx} with \input{classicthesis-config}
% ************************************************** **************************************************
% If you like the classicthesis, then I would appreciate a postcard.
% My address can be found in the file ClassicThesis.pdf. A collection
% of the postcards I received so far is available online at
% http://postcards.miede.de
% ************************************************** **************************************************

% ************************************************** **************************************************
% 1. Configure classicthesis for your needs here, e.g., remove "drafting" below
% in order to deactivate the time-stamp on the pages
% ************************************************** **************************************************
\PassOptionsToPackage{eulerchapternumbers,listings ,drafting,%
pdfspacing,%floatperchapter,%linedheaders,%
subfig,beramono,eulermath,parts}{classicthesis}
% ************************************************** ******************
% Available options for classicthesis.sty
% (see ClassicThesis.pdf for more information):
% drafting
% parts nochapters linedheaders
% eulerchapternumbers beramono eulermath pdfspacing minionprospacing
% tocaligned dottedtoc manychapters
% listings floatperchapter subfig
% ************************************************** ******************

% ************************************************** ******************
% Triggers for this config
% ************************************************** ******************
\usepackage{ifthen}
\newboolean{enable-backrefs} % enable backrefs in the bibliography
\setboolean{enable-backrefs}{false} % true false
% ************************************************** **************************************************


% ************************************************** **************************************************
% 2. Personal data and user ad-hoc commands
% ************************************************** **************************************************
\newcommand{\myTitle}{Bachelorarbeit\xspace}
\newcommand{\mySubtitle}{title\xspace}
\newcommand{\myDegree}{Bachelor-Ingenieur (Ba.-Ing.)\xspace}
\newcommand{\myName}{name\xspace}
\newcommand{\myProf}{Professor\xspace}
\newcommand{\myOtherProf}{Put name here\xspace}
\newcommand{\mySupervisor}{Mr. Urr\xspace}
\newcommand{\myFaculty}{Ei\xspace}
\newcommand{\myDepartment}{dep\xspace}
\newcommand{\myUni}{uni\xspace}
\newcommand{\myLocation}{hu\xspace}
\newcommand{\myTime}{November 2012\xspace}
\newcommand{\myVersion}{version 1.0\xspace}
% ************************************************** ******************
% Setup, finetuning, and useful commands
% ************************************************** ******************
\newcounter{dummy} % necessary for correct hyperlinks (to index, bib, etc.)
\newlength{\abcd} % for ab..z string length calculation
\providecommand{\mLyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
\newcommand{\ie}{i.\,e.}
\newcommand{\Ie}{I.\,e.}
\newcommand{\eg}{e.\,g.}
\newcommand{\Eg}{E.\,g.}
\newcommand{\zb}{z.\,B.}
% ************************************************** **************************************************


% ************************************************** **************************************************
% 3. Loading some handy packages
% ************************************************** **************************************************
% ************************************************** ******************
% Packages with options that might require adjustments
% ************************************************** ******************
%\PassOptionsToPackage{utf8}{inputenc} % umlaute
% \usepackage{inputenc}
\usepackage[latin1]{inputenc} % umlaute


\PassOptionsToPackage{ngerman}{babel} % deutsche Silbentrennung
% Spanish languages need extra options in order to work with this template
%\PassOptionsToPackage{spanish,es-lcroman}{babel}
\usepackage{babel}

\PassOptionsToPackage{square,numbers}{natbib}
\usepackage{natbib}

\PassOptionsToPackage{fleqn}{amsmath} % math environments and more by the AMS
\usepackage{amsmath}

% ************************************************** ******************
% General useful packages
% ************************************************** ******************
\PassOptionsToPackage{T1}{fontenc} % T2A for cyrillics
\usepackage{fontenc}
\usepackage{units}
\usepackage{textcomp} % fix warning with missing font shapes
\usepackage{scrhack} % fix warnings when using KOMA with listings package
\usepackage{xspace} % to get the spacing after macros right
\usepackage{mparhack} % get marginpar right
\usepackage{fixltx2e} % fixes some LaTeX stuff
\PassOptionsToPackage{printonlyused,smaller}{acron ym}
\usepackage{acronym} % nice macros for handling all acronyms in the thesis
%\renewcommand*{\acsfont}[1]{\textssc{#1}} % for MinionPro
\renewcommand{\bflabel}[1]{{#1}\hfill} % fix the list of acronyms
% ************************************************** **************************************************


% ************************************************** **************************************************
% 4. Setup floats: tables, (sub)figures, and captions
% ************************************************** **************************************************
\usepackage{tabularx} % better tables
\setlength{\extrarowheight}{3pt} % increase table row height
\newcommand{\tableheadline}[1]{\multicolumn{1}{c}{\spacedlowsmallcaps{#1}}}
\newcommand{\myfloatalign}{\centering} % to be used with each for alignment
\usepackage{caption}
\captionsetup{format=hang,font=small}
\usepackage{subfig}
% ************************************************** **************************************************


% ************************************************** **************************************************
% 5. Setup code listings
% ************************************************** **************************************************
\usepackage{listings}
%\lstset{emph={trueIndex,root},emphstyle=\color{Bl ueViolet}}%\underbar} % for special keywords
\lstset{language=[LaTeX]Tex,%C++,
keywordstyle=\color{RoyalBlue},%\bfseries,
basicstyle=\small\ttfamily,
%identifierstyle=\color{NavyBlue},
commentstyle=\color{Green}\ttfamily,
stringstyle=\rmfamily,
numbers=none,%left,%
numberstyle=\scriptsize,%\tiny
stepnumber=5,
numbersep=8pt,
showstringspaces=false,
breaklines=true,
frameround=ftff,
frame=single,
belowcaptionskip=.75\baselineskip
%frame=L
}
% ************************************************** **************************************************


% ************************************************** **************************************************
% 6. PDFLaTeX, hyperreferences and citation backreferences
% ************************************************** **************************************************
% ************************************************** ******************
% Using PDFLaTeX
% ************************************************** ******************
\PassOptionsToPackage{pdftex,hyperfootnotes=false, pdfpagelabels}{hyperref}
\usepackage{hyperref} % backref linktocpage pagebackref
\pdfcompresslevel=9
\pdfadjustspacing=1
\PassOptionsToPackage{pdftex}{graphicx}
\usepackage{graphicx}

\usepackage{float} % lädt das Paket zur Verwendung von zusätzlichen Positionsbefehlen
% ************************************************** ******************
% Setup the style of the backrefs from the bibliography
% (translate the options to any language you use)
% ************************************************** ******************
\newcommand{\backrefnotcitedstring}{\relax}%(Not cited.)
\newcommand{\backrefcitedsinglestring}[1]{(Cited on page~#1.)}
\newcommand{\backrefcitedmultistring}[1]{(Cited on pages~#1.)}
\ifthenelse{\boolean{enable-backrefs}}%
{%
\PassOptionsToPackage{hyperpageref}{backref}
\usepackage{backref} % to be loaded after hyperref package
\renewcommand{\backreftwosep}{ and~} % separate 2 pages
\renewcommand{\backreflastsep}{, and~} % separate last of longer list
\renewcommand*{\backref}[1]{} % disable standard
\renewcommand*{\backrefalt}[4]{% detailed backref
\ifcase #1 %
\backrefnotcitedstring%
\or%
\backrefcitedsinglestring{#2}%
\else%
\backrefcitedmultistring{#2}%
\fi}%
}{\relax}

% ************************************************** ******************
% Hyperreferences
% ************************************************** ******************
\hypersetup{%
%draft, % = no hyperlinking at all (useful in b/w printouts)
colorlinks=true, linktocpage=true, pdfstartpage=3, pdfstartview=FitV,%
% uncomment the following line if you want to have black links (e.g., for printing)
%colorlinks=false, linktocpage=false, pdfborder={0 0 0}, pdfstartpage=3, pdfstartview=FitV,%
breaklinks=true, pdfpagemode=UseNone, pageanchor=true, pdfpagemode=UseOutlines,%
plainpages=false, bookmarksnumbered, bookmarksopen=true, bookmarksopenlevel=1,%
hypertexnames=true, pdfhighlight=/O,%nesting=true,%frenchlinks,%
urlcolor=webbrown, linkcolor=RoyalBlue, citecolor=webgreen, %pagecolor=RoyalBlue,%
%urlcolor=Black, linkcolor=Black, citecolor=Black, %pagecolor=Black,%
pdftitle={\myTitle},%
pdfauthor={\textcopyright\ \myName, \myUni, \myFaculty},%
pdfsubject={},%
pdfkeywords={},%
pdfcreator={pdfLaTeX},%
pdfproducer={LaTeX with hyperref and classicthesis}%
}

% ************************************************** ******************
% Setup autoreferences
% ************************************************** ******************
% There are some issues regarding autorefnames
% http://www.ureader.de/msg/136221647.aspx
% http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords
% you have to redefine the makros for the
% language you use, e.g., american, ngerman
% (as chosen when loading babel/AtBeginDocument)
% ************************************************** ******************
\makeatletter
\@ifpackageloaded{babel}%
{%
\addto\extrasamerican{%
\renewcommand*{\figureautorefname}{Figure}%
\renewcommand*{\tableautorefname}{Table}%
\renewcommand*{\partautorefname}{Part}%
\renewcommand*{\chapterautorefname}{Chapter}%
\renewcommand*{\sectionautorefname}{Section}%
\renewcommand*{\subsectionautorefname}{Section}%
\renewcommand*{\subsubsectionautorefname}{Section} %
}%
\addto\extrasngerman{%
\renewcommand*{\paragraphautorefname}{Absatz}%
\renewcommand*{\subparagraphautorefname}{Unterabsa tz}%
\renewcommand*{\footnoteautorefname}{Fu\"snote}%
\renewcommand*{\FancyVerbLineautorefname}{Zeile}%
\renewcommand*{\theoremautorefname}{Theorem}%
\renewcommand*{\appendixautorefname}{Anhang}%
\renewcommand*{\equationautorefname}{Gleichung}%
\renewcommand*{\itemautorefname}{Punkt}%
}%
% Fix to getting autorefs for subfigures right (thanks to Belinda Vogt for changing the definition)
\providecommand{\subfigureautorefname}{\figureauto refname}%
}{\relax}
\makeatother


% ************************************************** **************************************************
% 7. Last calls before the bar closes
% ************************************************** **************************************************
% ************************************************** ******************
% Development Stuff
% ************************************************** ******************
\listfiles
%\PassOptionsToPackage{l2tabu,orthodox,abort}{nag}
% \usepackage{nag}
%\PassOptionsToPackage{warning, all}{onlyamsmath}
% \usepackage{onlyamsmath}

% ************************************************** ******************
% Last, but not least...
% ************************************************** ******************
\usepackage{classicthesis}


Vielen Dank im Vorraus
Jur4ik

rstuby
30-10-2012, 13:46
Ist deine Tabelle breiter als die Textbreite?

Ansonsten lies dir bitte durch, wie man ein MINIMALBEISPIEL erstellt, damit wir etwas zum Ausprobieren haben.

rstuby
30-10-2012, 13:58
Ich meine damit: geht es dir prinzipiell um dieses Phänomen

\documentclass{scrreprt}
\usepackage[ngerman]{babel}
\usepackage{blindtext}

\begin{document}
\blindtext


\captionof{table}{Hier steht die Beschriftung}
\noindent\begin{tabular}{lll}
\hline
Hier steht in Spalte 1 Text & In Spalte 2 steht auch etwas & und auch in Spalte 3, recht viel sogar\\
\hline
\end{tabular}

\bigskip

\blindtext

\end{document}
oder um etwas anderes?