Search found 8 matches

by DavidH
Mon Nov 20, 2023 4:24 pm
Forum: Graphics, Figures & Tables
Topic: Dotfill in cases environment
Replies: 2
Views: 13953

Dotfill in cases environment

Thank you.

To follow up, does that mean, that if more than two lines within the brace are present, the second argument has to be imposed? E.g.

Code: Select all

$
\begin{DotCases}[x\\x\\x]{f(x)=}
1    \dotfill \text{not}
x    \dotfill \text{too}\\
1-x \dotfill \text{long}
\end{DotCases}
$
by DavidH
Fri Nov 17, 2023 8:52 pm
Forum: Graphics, Figures & Tables
Topic: Dotfill in cases environment
Replies: 2
Views: 13953

Dotfill in cases environment

I'm trying to use \dotfill in a cases environment within an equation. Right now I have the solution below.

However, the length of the line after the bracket goes beyond the limiting margin, as \textwidth is specified within the \tabularx command. The line is extended corresponding to the length of ...
by DavidH
Sat Jun 09, 2012 7:31 pm
Forum: Texmaker and TeXstudio
Topic: Slow Compilation and Freeze
Replies: 5
Views: 38241

Re: Slow Compilation and Freeze

By producing source code, do you then mean my preamble?
by DavidH
Sat Jun 09, 2012 7:19 pm
Forum: Texmaker and TeXstudio
Topic: Slow Compilation and Freeze
Replies: 5
Views: 38241

Slow Compilation and Freeze

Hi,

I'm using MikTeX 2.9, TeXMaker 3.3.4 (May 2012) and compiling with PdfLatex.
I have several problems with the speed of certain actions when writing in TeXMaker. Firstly, it takes one and a half minute (90 secs) to compile my document (80 pages, and several images, eps to pdf), and even ...
by DavidH
Sat Apr 14, 2012 11:55 am
Forum: Page Layout
Topic: Customization of chapter style
Replies: 4
Views: 4616

Customization of chapter style

I just found some code that, partly, solves the problem with too much white space above the chapter title / label:


\makeatletter
\let\@makechapterheadOLD\@makechapterhead
\renewcommand{\@makechapterhead}{\mbox{}\vspace*{-50pt}\@makechapterheadOLD}
\let\@makeschapterheadOLD\@makeschapterhead ...
by DavidH
Thu Apr 12, 2012 11:26 pm
Forum: Page Layout
Topic: Customization of chapter style
Replies: 4
Views: 4616

Customization of chapter style

Alright, this is what I've done so far


\usepackage{titlesec}

\newcommand{\mainchapterstyle}{%
\titleformat{\chapter}[display]%
{\flushright \Huge\bfseries}%
{\flushleft \Large\sc Chapter \thechapter}%
{1.0em}{}}


However, I still got two issues.
- The first is that I would like to decrease ...
by DavidH
Thu Apr 12, 2012 7:15 pm
Forum: Page Layout
Topic: Customization of chapter style
Replies: 4
Views: 4616

Customization of chapter style

Hi there..

I'd like to be able to customize the style of my chapter headings. I've been looking at different chapter styles for the memoir-class (though I'm using the report documentclass), but I'm having difficulties understanding the original code for these styles.

I'd like my chapter heading ...
by DavidH
Sun Feb 05, 2012 4:46 pm
Forum: Page Layout
Topic: nomencl | Nomenclature in boxed Columns
Replies: 0
Views: 2033

nomencl | Nomenclature in boxed Columns

Hi there..

I'm writing my thesis, and have created a nomenclature by the nomencl package. However, I would like the nomenclature to be in two columns, boxed individually. The column problem I have solved by


\usepackage{multicol}

\renewcommand*\nompreamble{\begin{multicols}{2}}
\renewcommand ...