You can use vertical space ( Insert > Formatting > Vertical Space ). E.g., to have text only in the middle and the bottom, you can use something like this:
1 . Insert a vertical space using VFill in "Spacing" drop-down list, with "Protect" checked (without "Protect", vertical spacing without any ...
Search found 823 matches
- Wed Dec 19, 2012 5:10 pm
- Forum: LyX
- Topic: How to make the first page almost blank with some text
- Replies: 2
- Views: 4965
- Tue Dec 11, 2012 6:16 pm
- Forum: Texmaker and TeXstudio
- Topic: TeXstudio | Editing Text is overwritten instead of moved
- Replies: 1
- Views: 21647
Re: TeXstudio | Editing Text is overwritten instead of moved
Shouldn't behave that way. Did you check "Ins" key on your keyboard. If it's active, then what you described is completely normal behaviour in any editor.
- Tue Dec 11, 2012 5:54 am
- Forum: Text Formatting
- Topic: memoir | Custom left Margin for enumerated Lists
- Replies: 1
- Views: 7598
memoir | Custom left Margin for enumerated Lists
If you want an easy version, you can try enumitem package instead of memoir's way of dealing with lists. E.g.:
\documentclass{memoir}
\usepackage{enumitem}% for customizing the lists
\usepackage{showframe}% just to show page geometry, not needed
\begin{document}
\noindent Some text.
\begin ...
\documentclass{memoir}
\usepackage{enumitem}% for customizing the lists
\usepackage{showframe}% just to show page geometry, not needed
\begin{document}
\noindent Some text.
\begin ...
- Tue Dec 11, 2012 5:36 am
- Forum: LyX
- Topic: Unable to use a package in Lyx that was installed in Miktex
- Replies: 1
- Views: 2262
Unable to use a package in Lyx that was installed in Miktex
Always look at the exact name of the .sty file, that's the one you should use when loading a package. In this case, it is prooftree.sty, not proofs. So, load it by the command:
Code: Select all
\usepackage{prooftree}
- Tue Dec 11, 2012 2:11 am
- Forum: LyX
- Topic: How to use a package/style in LyX installed in Miktex
- Replies: 2
- Views: 5465
How to use a package/style in LyX installed in Miktex
Since you installed the package using MikTeX, it should be ready for use. To load a package, you use usepackage command. So, in LyX, all you have to do is to load the package by:
1. Going to Document > Settings > Preamble
2. Typing in the preamble the following:
\usepackage{bussproofs}
After ...
1. Going to Document > Settings > Preamble
2. Typing in the preamble the following:
\usepackage{bussproofs}
After ...
- Sun Dec 09, 2012 3:59 pm
- Forum: Page Layout
- Topic: Formatting for a Thesis Layout
- Replies: 6
- Views: 7996
Formatting for a Thesis Layout
First of all the ToC. The problem is, the names for the nomenclature and the references are still not upper case. I managed to display "Abbildungsverzehnis" and "Tabellenverzehnis" in upper case by changing the following code.
\addcontentsline{toc}{chapter}{ABBILDUNGSVERZEICHNIS}
\addcontentsline ...
\addcontentsline{toc}{chapter}{ABBILDUNGSVERZEICHNIS}
\addcontentsline ...
- Fri Nov 30, 2012 10:03 pm
- Forum: Page Layout
- Topic: Formatting for a Thesis Layout
- Replies: 6
- Views: 7996
Formatting for a Thesis Layout
[...]
I wanted to have upper case letters for the chapters in the ToC instead of every chapter heading in the text in upper case letters. What do I have to do to achieve this?
You can try uppercase command in the preamble, like this:
% Definitionen zur Inhaltsverzeichnis-Formatierung ...
- Fri Nov 30, 2012 1:40 am
- Forum: Page Layout
- Topic: Formatting for a Thesis Layout
- Replies: 6
- Views: 7996
Formatting for a Thesis Layout
[...] How is it possible to make the page numbers of the pages for the LoF and LoT according to the main page numbers so it doesn't start to count from 1 when the appendix starts? I have tried so long now and couldn't find any solution to this problem.
Remove \pagenumbering{arabic} command before ...
Remove \pagenumbering{arabic} command before ...
- Thu Nov 29, 2012 11:46 am
- Forum: LyX
- Topic: achemso | ToC shows only Chapters
- Replies: 2
- Views: 4163
achemso | ToC shows only Chapters
A somehow similar question was asked here. Maybe
\SectionNumbersOn
will do the trick.- Thu Nov 01, 2012 6:13 pm
- Forum: BibTeX, biblatex and biber
- Topic: Inclusion of simple Bibliography Database fails
- Replies: 1
- Views: 2165
Inclusion of simple Bibliography Database fails
You should add that "foo.bib" file of yours, with at least one entry in it with which, when .tex file is compiled, the error occurs. I didn't encounter any issues when using your code. An example (using pdflatex , TeXLive 2011):
\begin{filecontents}{foo.bib}
@BOOK{mittelbach2006,
author ...
\begin{filecontents}{foo.bib}
@BOOK{mittelbach2006,
author ...