Search found 3 matches

by wildeskraut
Sat Dec 11, 2010 2:36 pm
Forum: General
Topic: \begin{center} does not really center text
Replies: 6
Views: 16623

\begin{center} does not really center text

Hello Axel,

belief me, I tried your solution.

I took a ruler and found that it is not centered perfectly as well.

I am using this workaround now, which prints those three dots as white dots on white paper:

\vfill {\textsf{\textbf{
China und Afrika\\{\large {\WeisseSchriftaufweissemPapier ...
by wildeskraut
Sat Dec 11, 2010 2:06 pm
Forum: General
Topic: \begin{center} does not really center text
Replies: 6
Views: 16623

\begin{center} does not really center text

Hello Alex,

it did not solve this problem, it is still same like before.

The name "Hans Mayer" is centered when I put it like that:

\documentclass[a4paper,12pt]{scrartcl}
\begin{document}
\begin{titlepage}

\begin{center}
\begin{Large}
\vfill {\textsf{\textbf{
China und Afrika \\ {\large ...
by wildeskraut
Sat Dec 11, 2010 1:23 pm
Forum: General
Topic: \begin{center} does not really center text
Replies: 6
Views: 16623

\begin{center} does not really center text

I am writing a text and need a covering page, using \begin{center} causes a problem. I use it for two lines and only one of them is really centred.

Here is my code:
\begin{center}
\begin{Large}
\vfill {\textsf{\textbf{
China und Afrika \\ {\large Oliver Söder}
}}}

\end{Large}
\end{center}


Here ...