Search found 11 matches

by clarinetist
Wed Jan 08, 2014 7:03 am
Forum: General
Topic: Table of Contents
Replies: 0
Views: 1927

Table of Contents

I know it's generally frowned upon to not post up a MWE, but I have already asked the question here: http://tex.stackexchange.com/questions/152810/how-can-i-create-two-table-of-contents-for-a-solutions-packet-with-one-of-them . Quite frankly, I'm lost once I start going through the link in the ...
by clarinetist
Wed Oct 30, 2013 11:10 pm
Forum: Graphics, Figures & Tables
Topic: Boxes and Arrows
Replies: 6
Views: 17248

Boxes and Arrows

The size of a node primarily orientates itself towards the size of its content. If the content is small, the minimum size specifications are active (by the keys minimum size , minimum width , minimum height ). If the content is bigger than the specified minimum dimensions, the concerned node will ...
by clarinetist
Wed Oct 30, 2013 9:46 pm
Forum: Graphics, Figures & Tables
Topic: Boxes and Arrows
Replies: 6
Views: 17248

Boxes and Arrows

What I mean is, is there a way for me to specify the dimensions of the nodes without the "minimum" parameters? For example, if I switched the dimensions to 3cm (code is below), the squares are no longer the same size.

\documentclass[12pt]{article}
\usepackage[margin=2cm]{geometry}
\usepackage ...
by clarinetist
Wed Oct 30, 2013 4:39 pm
Forum: Graphics, Figures & Tables
Topic: Boxes and Arrows
Replies: 6
Views: 17248

Boxes and Arrows

Here's what I've got.

\documentclass[12pt]{article}
\usepackage[margin=2cm]{geometry}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{arrows}
\usetikzlibrary{shapes.multipart}

\begin{document}
\begin{center}
%\begin{tikzpicture}[every text node part/.style={align=center}] used for ...
by clarinetist
Wed Oct 30, 2013 12:37 am
Forum: Graphics, Figures & Tables
Topic: Boxes and Arrows
Replies: 6
Views: 17248

Boxes and Arrows

How would this be done in LaTeX? (Arrows are supposed to be straight.)
Capture.PNG
Capture.PNG (10.76 KiB) Viewed 17248 times
by clarinetist
Mon Aug 19, 2013 11:39 am
Forum: Math & Science
Topic: Double Superscript Error (Actuarial Symbol)
Replies: 2
Views: 6350

Re: Double Superscript Error (Actuarial Symbol)

Perfect, thank you! :D
by clarinetist
Mon Aug 19, 2013 10:18 am
Forum: Math & Science
Topic: Double Superscript Error (Actuarial Symbol)
Replies: 2
Views: 6350

Double Superscript Error (Actuarial Symbol)


\documentclass[12pt]{book}
\usepackage{amsmath}
\usepackage{hyperref}
\begin{document}
\subsection{Term Insurance (\texorpdfstring{$A^{(m)}^{1}_{x:\overline{n}|}$}{})}
\end{document}


It comes out exactly as I would like it: Capture.PNG
The only problem is that I get a double superscript error ...
by clarinetist
Sun Aug 11, 2013 11:57 pm
Forum: Graphics, Figures & Tables
Topic: Bars on Top of Symbols collide with Table Rules
Replies: 1
Views: 4947

Bars on Top of Symbols collide with Table Rules

Never mind - problem solved here.
by clarinetist
Sun Aug 11, 2013 10:11 pm
Forum: Graphics, Figures & Tables
Topic: Bars on Top of Symbols collide with Table Rules
Replies: 1
Views: 4947

Bars on Top of Symbols collide with Table Rules

This problem is more of an aesthetics problem, more than anything. Here's how the output looks on my computer at the 100% view on Adobe Reader.
AR-100.png
If I zoom this in to 200% on Adobe Reader, I get this.
AR-200.png
So, it looks like the table rule by \hline is hiding the bars on top of the ...
by clarinetist
Mon Nov 19, 2012 12:55 am
Forum: Text Formatting
Topic: Vertical Space using Overset on a Subscript
Replies: 3
Views: 4237

Vertical Space using Overset on a Subscript

Hi cgnieder,

Thanks for the blurb about the \\. This is what I want (minus the bar on top of the Z:
Capture.PNG
Capture.PNG (737 Bytes) Viewed 4213 times