Search found 4 matches

by prosper
Thu May 13, 2010 9:15 pm
Forum: Page Layout
Topic: Align multicols on the bottom
Replies: 2
Views: 13579

Align multicols on the bottom

Thank you, skip,

after carefully examining your code, I decided to switch orders, resulting in an alignment by the top, which was my purpose.
\begin{multicols}{2}
\begin{align*}
% some equations
\end{align*}
\vfill
\columnbreak
\begin{align*}
% related equations
\end{align*}
\vspace*{\fill ...
by prosper
Wed Apr 07, 2010 9:04 pm
Forum: General
Topic: What variable current section name?
Replies: 7
Views: 38017

What variable current section name?

In fact, some rather odd problem remains:
When I use this snippet of code

\AtBeginSection[]
{
\begin{frame}
\frametitle{\sectiontitle}
\tableofcontents[currentsection,hideothersubsections,]
\end{frame}
}
LateX will not print the title of the new session that is about to begin, but rather the ...
by prosper
Mon Apr 05, 2010 2:50 am
Forum: General
Topic: What variable current section name?
Replies: 7
Views: 38017

What variable current section name?

frabjous ,

this solved my problem. I could even easily extend the functionality to subsectiontitles ...

I don't quite grasp the exact syntax of the commands you gave, but I encountered those while searching on "\sectionmark" which was the closest I got to a "solution" after literally hours of ...
by prosper
Wed Mar 24, 2010 7:45 pm
Forum: General
Topic: subsection not in toc but keeping numbering
Replies: 3
Views: 4185

Re: subsection not in toc but keeping numbering

Many a thankyous, Loicus for this most useful post.
I'm only just beginning with Latex and it's fascinating.