Search found 10 matches

by wrightjj
Sat May 02, 2009 9:41 pm
Forum: General
Topic: Precounting
Replies: 2
Views: 1761

Re: Precounting

Thanks.
by wrightjj
Sat May 02, 2009 9:25 pm
Forum: General
Topic: Precounting
Replies: 2
Views: 1761

Precounting

Is there a way to "pre-run" latex so that it will count a specific counter? Or is there a way link the value of a counter to earlier in the document?

At the end of my document I could print the value of a certain counter, but what if I want this number in the beginning of the document?
by wrightjj
Wed Apr 29, 2009 10:15 pm
Forum: General
Topic: multicol skipping a page
Replies: 7
Views: 5516

multicol skipping a page

Ok next question. For my list of ingredients, I'm using the hanging package so the first line won't be indented and then all the subsequent lines will be indented. So when one ingredient item is very long it will wrap indented and look nice, distinguishing between a continued single item and a new ...
by wrightjj
Tue Apr 28, 2009 1:09 am
Forum: General
Topic: multicol skipping a page
Replies: 7
Views: 5516

multicol skipping a page

Wow, great reply. I definitely am going to be asking you some questions as I dissect what you've suggested. First off, why do you use trivlist for the summary? I had:


\newcommand{\summary}[1]{
\begin{flushleft}
\textit{#1}\\
\end{flushleft}
}


Is there an advantage to using trivlist and doing ...
by wrightjj
Mon Apr 27, 2009 9:42 pm
Forum: General
Topic: multicol skipping a page
Replies: 7
Views: 5516

multicol skipping a page

Ok this does it. You should be able to see that page 2 there is a title at top of page but then the rest follows on page 3.


\documentclass[letterpaper,11pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{multicol}

\setlength{\columnsep}{30pt} % space inbetween columns in multicol ...
by wrightjj
Sun Apr 26, 2009 11:03 pm
Forum: General
Topic: multicol skipping a page
Replies: 7
Views: 5516

multicol skipping a page


\documentclass[letterpaper,11pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{multicol}

I'm having a problem with the multicol package. I'm making a cookbook and the title of each recipe starts with a flushleft environment like this:


\begin{flushleft}
\vspace{3\baselineskip}
\textbf ...
by wrightjj
Mon Apr 13, 2009 1:47 am
Forum: General
Topic: Flushleft at End of Page
Replies: 3
Views: 3011

Flushleft at End of Page

In creating my MWE, I figured it out. This is what I had for my "recipe name" command.


\newcommand{\recipe}[1]{
\begin{flushleft}
\vspace{3\baselineskip}
\textbf{\LARGE{#1}}
\end{flushleft}
\addcontentsline{toc}{subsection}{#1}
}


When I was creating the MWE, I removed the \addcontentsline and ...
by wrightjj
Sun Apr 12, 2009 10:53 pm
Forum: General
Topic: Flushleft at End of Page
Replies: 3
Views: 3011

Flushleft at End of Page


\documentclass[11pt]{article}
\usepackage{geometry,graphicx,verbatim,multicol,xfrac,ifthen,hanging}
\geometry{letterpaper,tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in}


Hi, I'm having a weird problem with flushleft spacing in the article class. I'm making a cookbook with hundreds of recipes ...
by wrightjj
Sat Apr 04, 2009 4:32 pm
Forum: Math & Science
Topic: Microsoft Word Fractions
Replies: 2
Views: 3395

Re: Microsoft Word Fractions

Yes, that's what I'm looking for. Thank you.
by wrightjj
Sat Apr 04, 2009 6:53 am
Forum: Math & Science
Topic: Microsoft Word Fractions
Replies: 2
Views: 3395

Microsoft Word Fractions

I'm looking for a way to write fractions in LaTeX the way Microsoft Word automatically formats fractions. I've tried a couple of different methods, but haven't arrived at anything I really like yet:

\newcommand{\frak}[2]{\ensuremath{^{#1}/_{#2}}}

and

\newcommand{\frakk}[2]{\ensuremath ...