| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year |
| seen | Jan 21 at 12:17 | |
| stats | profile views | 8 |
|
May 26 |
comment |
Page with Symbols and Notation The page numbers can be inserted with \pageref. |
|
May 26 |
comment |
Make a table span multiple pages Thanks, just what I needed! |
|
May 24 |
comment |
Page with Symbols and Notation Well, I have to tell latex where the symbol is in my source code. Do I tag it by putting \gls{name} in the code line where this symbol arises? |
|
May 24 |
comment |
Page with Symbols and Notation How do I mark the entries in the glossar? do I put \gls{fn} in the line where I have F_n? |
|
May 6 |
comment |
Position of a figure I am already using 'float' with 'h'. It makes no difference. Edit: AHHH, there is a difference between h and H |
|
May 5 |
comment |
Two images are not on the same level t fixed it, you guys are the best! |
|
May 5 |
comment |
No page numbering There is one problem left. Between the last section and the table of contents, I get one blank page with a horizontal bar at the top. The horizontal bar comes from fancyhdr. How can I clear also fancyhdr styles before the table of contents? See: i49.tinypic.com/23mvg3t.jpg |
|
May 3 |
comment |
Blank page after bibliography GREAT, that worked really well! |
|
May 2 |
comment |
Blank page after bibliography Yes it does. I want to have a title on this page without any numbering in front of it. Is it possible to modify the \section command? |
|
May 2 |
comment |
Italics in the enumerate environment Thank you very much! |
|
May 2 |
comment |
Italics in the enumerate environment Great, thanks alot! |
|
Apr 26 |
comment |
Hyperref - Token not allowed Ahh, I see, those are PDF bookmarks, thanks! |
|
Apr 26 |
comment |
Runaway argument You are right, the \frac is the problem, it should not have been there at all: |
|
Apr 26 |
comment |
Runaway argument Ok Gonzalo, will do from now on! |
|
Apr 26 |
comment |
Runaway argument \begin{align*} \frac{\psi(u)}{\overline{F_I}(u)}&=\left(\frac{\rho}{1+\rho}\right)\sum_{n=1}^{\infty}(\frac{\lambda\mu}{c})^{n}\frac{\overline{F_I^{n }}(u)}{\overline{F_I}(u)}\\ &\leq K\left(\frac{\rho}{1+\rho}\right)\sum_{n=1}^{\infty}\left(\frac{1+\rho\right)^{-n}(1+\epsilon)^{n}<\infty. \end{align} \end{document} |
|
Apr 26 |
comment |
Runaway argument There was an alignment over the original alignment, which seems to create the problem: \documentclass[a4paper, twoside, ngerman, openright, 12pt]{report} \usepackage[T1]{fontenc} \usepackage[ngerman]{babel} \begin{document} |