Search found 11 matches

by pointeddot
Mon Jun 30, 2014 1:58 am
Forum: BibTeX, biblatex and biber
Topic: picture citation footnote on wrong page
Replies: 1
Views: 3572

picture citation footnote on wrong page

Hey guys,

I have a problem: A lot of times citations for my pictures are on the wrong page.
Who can help me?

Thank you very much!

My code is:

\begin{figure}[h]
\centering
\includegraphics[scale=0.4]{Bilder/Batterie4}
\caption[Zeitliche Entwicklung der Batteriepreis zwischen 2010 und 2020 ...
by pointeddot
Mon Jun 30, 2014 12:36 am
Forum: Graphics, Figures & Tables
Topic: Table too wide
Replies: 4
Views: 5009

Table too wide

Thanks a lot, it works!

One last question: How can I center the writings in my cells? I tried with m{2cm}, but it did not work.
Thank you!

\begin{table}[t]
\begin{center}
\begin{tabular}{|p{1.5cm}| p{1.3cm} | p{2.4cm} | p{2.4cm} | p{2.2cm} | p{2.2cm}|} \hline

\multicolumn{2}{|c ...
by pointeddot
Sun Jun 29, 2014 10:21 pm
Forum: Graphics, Figures & Tables
Topic: Table too wide
Replies: 4
Views: 5009

Table too wide

Hey guys,

it would be great if anyone here could help me..
This is the table I want to create. Also there are multicolumns and raiseboxes in it. Somehow this table is too wide.

Thank you very much!

\begin{table}[t]
\begin{center}
\begin{tabular}{|p{1.5cm}| p{1.3cm} | p{2.4cm} | p{2.4cm} | p{2 ...
by pointeddot
Sat Sep 28, 2013 12:29 pm
Forum: Math & Science
Topic: Numbered Lines in Case Differentiation
Replies: 2
Views: 3629

Numbered Lines in Case Differentiation

Hey guys,

I have the following problem. I have a cases environment, which works just fine, but I cannot number its lines.
\[
Q_{[i]}=
\begin{cases}
1; & \text{falls } p^{*}_{[i]}-p'_{[i]}>0 \\
0; & \text{falls } p^{*}_{[i]}-p'_{[i]}=0
\end{cases}
\]
Can you maybe help me with this?

Thank ...
by pointeddot
Sat Sep 28, 2013 8:59 am
Forum: Text Formatting
Topic: Chapter with Citations
Replies: 1
Views: 2963

Chapter with Citations

Hey guys,

somehow I can not cite an author in my headline. Does anyone know a solution for that?

Code: Select all

\chapter{Algorithm by \citeauthor{...}}
Or maybe if it does not work with the \citeauthor command. How can I get the letters look like words being cited?

Thank you!
by pointeddot
Thu Sep 26, 2013 3:46 pm
Forum: Graphics, Figures & Tables
Topic: Landscape Format with Caption
Replies: 1
Views: 3523

Landscape Format with Caption

Hey guys,

I hope someone here can help we with my problem.

I am trying to have a table in landscape format. My problem is, that I need the table in tiny letters and I need a caption of the table. The thing is that, when I try to get a caption, the tiny font size will not be kept.

My code looks ...
by pointeddot
Sun Jul 07, 2013 3:54 pm
Forum: Graphics, Figures & Tables
Topic: Drawing a Gantt Chart
Replies: 4
Views: 7126

Re: Drawing a Gantt Chart

Can you explain me how I can install this for Texmaker on my mac?

I do not find data to be downloaded etc...
Sorry for my ridiculous questions;)
by pointeddot
Sun Jul 07, 2013 1:38 pm
Forum: Graphics, Figures & Tables
Topic: Drawing a Gantt Chart
Replies: 4
Views: 7126

Drawing a Gantt Chart

Hey there,

I want to create a Gantt chart to show which machine is followed by which machine in different jobs.

In the photo you can see, how I would like to have it. I sure went through a lot of examples, but I could not find the same one. It would also be okay, it the chart would be slightly ...
by pointeddot
Mon Jul 01, 2013 2:45 pm
Forum: Graphics, Figures & Tables
Topic: Problems with a graph...
Replies: 6
Views: 6590

Problems with a graph...

Thank you for your post! This one was really important for me.
I now got it this way:

\documentclass[11pt]{article}
\usepackage{pstricks,pst-all}
\begin{document}
\section*{Aufgabe 5}
\section*{\markboth{Aufgabe 5}}
\addcontentsline{toc}{section}{Aufgabe 5}
\begin{figure}[h]
\centering
\psset ...
by pointeddot
Thu Jun 27, 2013 4:24 pm
Forum: Graphics, Figures & Tables
Topic: Problems with a graph...
Replies: 6
Views: 6590

Re: Problems with a graph...

Dear Johannes,
thank you for your quick answer.

What i mean by the increasing distance is that the distance between the dots is increasing the farer the functions gets away from (0/0). Pretty hard to explain.
I will attach you a screenshot of the function I drew so far. I think you will now know ...