Search found 25 matches

by jocom
Tue Feb 15, 2011 8:37 pm
Forum: Graphics, Figures & Tables
Topic: How to fix overlapping Automatas?
Replies: 1
Views: 1486

Re: How to fix overlapping Automatas?

It might not be the most elegant solution, but you could consider separating the automata by pagebreaks (i.e. inserting \newpage between them).

But, on the other hand, there might not be a nice typographical solution as the floats are outnumbering the prose by far in your document.

I hope you will ...
by jocom
Tue Feb 15, 2011 11:44 am
Forum: Graphics, Figures & Tables
Topic: Multiple loops in graph with Tikz
Replies: 0
Views: 2707

Multiple loops in graph with Tikz

Hi,

I'm trying to build a graph with multiple loops attached to one node.
This is what I have come up with till now.

\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows}
\begin{document}

\begin{figure}
\begin{tikzpicture}[->, shorten >=2pt, shorten <=2pt, >=stealth']
\tikzstyle ...
by jocom
Tue Dec 21, 2010 5:11 pm
Forum: Text Formatting
Topic: Custom footnotemark in table in minipage
Replies: 6
Views: 4775

Re: Custom footnotemark in table in minipage

Thanks very much for this trick!

I agree that it isn't the most elegant in some kind; but it definitively gives the desired result!

jocom
by jocom
Tue Dec 21, 2010 4:41 pm
Forum: Text Formatting
Topic: Custom footnotemark in table in minipage
Replies: 6
Views: 4775

Custom footnotemark in table in minipage

Thanks for the reply.

Sorry that I didn't give a MWE. I should have built on, on my previous case.

For now I will use the code you provided, but slightly modified.


\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage ...
by jocom
Tue Dec 21, 2010 3:14 pm
Forum: Text Formatting
Topic: Custom footnotemark in table in minipage
Replies: 6
Views: 4775

Re: Custom footnotemark in table in minipage

Thanks for that pointer, it solves a lot!

The only problem I', stuck with is that it will not center my table anymore. Any ideas how to solve that?

edit: It actually centers my threeparttable, but it does not center my tabular above my notes (which are wider than the table).

jocom
by jocom
Tue Dec 21, 2010 1:25 pm
Forum: Text Formatting
Topic: footnote number format switches mid-page
Replies: 4
Views: 2275

Re: footnote number format switches mid-page

Hi,

Welcome on this forum.

If you don't provide any code we can't help.
Please give a MWE. Then we can examine it and see where it goes wrong.

jocom
by jocom
Tue Dec 21, 2010 12:51 pm
Forum: Text Formatting
Topic: How to make chapter spacing smaller
Replies: 3
Views: 5490

How to make chapter spacing smaller

Hi, take a look in the titlesec package.
You can format all your sectioning commands with it.
For example, is use this:

\usepackage{titlesec}
\titleformat{\chapter}[display]%
{\relax}{\mbox{}\marginpar{\vspace*{-3\baselineskip}\color{webbrown!60}\chapterNumber\thechapter}}{0pt}%
{\raggedright ...
by jocom
Tue Dec 21, 2010 12:27 pm
Forum: Text Formatting
Topic: Custom footnotemark in table in minipage
Replies: 6
Views: 4775

Custom footnotemark in table in minipage

Hi,

I've got the following problem.
I'm trying to format a table which needs footnotes. Thats easy.
But I also need multiple references to the same footnote. Not so easy.
At last I would prefer to use custom marks. Not so easy in a minipage.

I produced the following minimal example ...
by jocom
Thu Dec 16, 2010 9:22 am
Forum: Fonts & Character Sets
Topic: Capital H with a hat (^) below it.
Replies: 5
Views: 4652

Re: Capital H with a hat (^) below it.

Hi,

Thank you very much! It works.
I didn't understand you right in your previous post and used \textsubcircum inside the \textipa command, instead of plain.

This is great!

jocom
by jocom
Wed Dec 15, 2010 11:11 pm
Forum: Fonts & Character Sets
Topic: Capital H with a hat (^) below it.
Replies: 5
Views: 4652

Re: Capital H with a hat (^) below it.

Hi,

Thanks for your reply.
It's the same problem, as H still codes for a hooktop H instead of standard capital H.

jocom