Search found 4161 matches

by Johannes_B
Tue Jun 04, 2013 5:59 pm
Forum: Graphics, Figures & Tables
Topic: Table Lines and Caption Position
Replies: 6
Views: 24084

Table Lines and Caption Position

Hi there,

have a look at the example I adapted from your code.


\documentclass[conference]{IEEEtran}
\usepackage{booktabs}
\usepackage{siunitx}

\begin{document}
\begin{table}
% \scriptsize
\caption {Load flow results}
\label{Load flow}
\begin{tabular}{lSSSSSSl}\toprule
{Bus} & {Voltage ...
by Johannes_B
Tue Jun 04, 2013 5:45 pm
Forum: Text Formatting
Topic: Automatic Insertion of unbreakable Space after Guillemets
Replies: 33
Views: 27101

Automatic Insertion of unbreakable Space after Guillemets

Please note something: I had french in school, but this is a long long time ago. I don't know about Stefan or Thorsten. And tough I actually learnt the language. i can't remember for the life of me about the Punctuation rules of the french language. I guess it's the same about the others.

If this ...
by Johannes_B
Tue Jun 04, 2013 5:10 pm
Forum: Page Layout
Topic: Too much vertical space between different environments
Replies: 5
Views: 15616

Too much vertical space between different environments

Hi Christophe,

have you heard of minimal examples? Those help us understanding the porblem and give us something to test. Your example contains references, they are irrelevant to your question. Please take a few minutes improving your example into a good Minimal Working Example . You can write ...
by Johannes_B
Tue Jun 04, 2013 10:36 am
Forum: BibTeX, biblatex and biber
Topic: Timestamps in Bibliography Items
Replies: 1
Views: 5955

Re: Timestamps in Bibliography Items

Hy, the timestamp something written into the bib-file by jabref. It is just for you to know when you added an entry.
by Johannes_B
Tue Jun 04, 2013 10:29 am
Forum: Graphics, Figures & Tables
Topic: Reproduction of certain Figures
Replies: 1
Views: 2288

Reproduction of certain Figures

Reproducing this is time consuming, we all are unpaid and voluntarily. Please understand that.
If you have a basic knowledge you can most of it yourself, post your example and ask for specialised help.
An alternative to pstricks would be pgf/Tikz or Inkscape.
by Johannes_B
Tue Jun 04, 2013 9:29 am
Forum: General
Topic: Document with ToC written in two Languages
Replies: 4
Views: 8201

Document with ToC written in two Languages

Very good example.

The ethiop-package makes characters like ' ~ ^ _ . active (It says so in the documentation in the section called common pitfalls ).

The ' (U+0027) acts in mathmode as the prime symbol, in textmode it is converted to the apostophe.
Now LaTeX sees the prime symbol in the toc-file ...
by Johannes_B
Mon Jun 03, 2013 9:38 pm
Forum: Page Layout
Topic: Centered Section Dots in Header of Presentation
Replies: 1
Views: 4734

Centered Section Dots in Header of Presentation

Hey, seems that nobody replied yet. Do you know about minimal working examples . Those can help us understand your problem. We can test it, spot the cause of the problem and are able to help you.

Maybe you edit your last post or write a new one (one or two frames), and somebody might be able to ...
by Johannes_B
Mon Jun 03, 2013 9:25 pm
Forum: Text Formatting
Topic: Justified and lowercase Text with Syllabification in Headers
Replies: 15
Views: 14644

Justified and lowercase Text with Syllabification in Headers

Just like it is described in the documentation in section 11 Fancy layouts.

Please post an example if you succeed. This would proof to us, that you are at least trying. You could also post a followup question.
by Johannes_B
Mon Jun 03, 2013 9:00 pm
Forum: General
Topic: Document with ToC written in two Languages
Replies: 4
Views: 8201

Document with ToC written in two Languages

Well, my first guess would be a missing }, or one too many. Do you know what a Minimal example is?
You should try it out, it helps in finding the error.
Right now, we could only guess.
by Johannes_B
Mon Jun 03, 2013 7:34 pm
Forum: Text Formatting
Topic: Why is the first paragraph not indented in this document?
Replies: 12
Views: 11408

Why is the first paragraph not indented in this document?

Leave no man behind!

The first paragraph after a heading is never indented.

I adapted your preamble and used the blindtext package to typeset an example document.


\documentclass[a4paper, 12pt]{book}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyhead[LE]{\leftmark}
\fancyhead[RO ...