Search found 4 matches

by jm.meyer
Thu Nov 19, 2009 8:53 pm
Forum: Text Formatting
Topic: unwanted \thesection formatting in \ref
Replies: 1
Views: 1846

unwanted \thesection formatting in \ref

Hi,
as you can see in the following example the output of \ref keeps formatting the sections number is as defined in
\renewcommand{\thesection}{\large\arabic{section}}.
example:

\documentclass[a4paper,oneside,12pt]{scrreprt}

\renewcommand{\thesection}{\large\arabic{section}}

\begin{document ...
by jm.meyer
Tue Nov 10, 2009 2:24 am
Forum: Text Formatting
Topic: Overriding fontsize in macro
Replies: 2
Views: 2045

Overriding fontsize in macro

I'm facing this problem since i want to use "\ref{subsec:foo}" to refer to a "\label{subsec:foo}" that labels a "\subsection{Foo}". Im using \documentclass{scrreprt} from KOMA Script and altered the fontsize of the section-number via: \renewcommand{\thesubsection}{\large\arabic{section}.\normalsize ...
by jm.meyer
Mon Nov 09, 2009 6:26 pm
Forum: Text Formatting
Topic: Overriding fontsize in macro
Replies: 2
Views: 2045

Overriding fontsize in macro

Hi,
is it somehow possible to override the style of a macro's output, e.g. its fontsize ?

\documentclass{article}
\newcommand{\helloworld}{{\large\textbf{Hello World!}}}
\begin{document}
\begin{normalsize}
\helloworld

\\Above message is too large! It doesn't work this way, but how?
\end ...
by jm.meyer
Mon Nov 09, 2009 5:44 pm
Forum: New Members
Topic: Greetings
Replies: 1
Views: 1607

Greetings

Hi,
i'm a graduate student of physics and i'm not completely unexperienced with Latex, but as it turns out, i still haven't figured out some very basic function of it. For that i might be able to help when it comes to the math mode, but first i'll flood you with newbe questions about macros ;-p
So ...