Search found 12 matches

by TesTT
Fri Feb 22, 2013 12:59 am
Forum: Document Classes
Topic: Create customised references
Replies: 5
Views: 4481

Create customised references

Thanks a lot! I changed \savelabel to the following so that the label is actually hidden (which is what I wanted).

Code: Select all

\newcommand*\savelabel[2]{%
  \immediate\write\@auxout{%
    \noexpand\global\noexpand\@namedef{mylabel@#1}{#2}}}
by TesTT
Fri Feb 22, 2013 12:00 am
Forum: Document Classes
Topic: Create customised references
Replies: 5
Views: 4481

Create customised references

Thanks a lot for that, but basically what I want/need is a simple command like

\CreateAnInvisibleLabel[labelname]{Legendre}

which creates a hidden reference point so that I can access it, e.g.

... as defined in the \ref{labelname} polynomials ...

which gives me

... as defined in the ...
by TesTT
Thu Feb 21, 2013 10:35 pm
Forum: Document Classes
Topic: Create customised references
Replies: 5
Views: 4481

Create customised references

Hey,

My document might look like the text below:

Paragraph 1: Lie groups represent the best-developed theory of continuous symmetry of mathematical objects and structures, which makes them indispensable tools for many parts of contemporary mathematics.
...
As discussed in Paragraph 1 we conclude ...
by TesTT
Sun Feb 17, 2013 3:56 am
Forum: Graphics, Figures & Tables
Topic: Add a Frame to a Proof
Replies: 7
Views: 10207

Re: Add a Frame to a Proof

Just one little additional question: how can i indent the text after the first line (as shown in the screenshot), i.e. keep the red-shaded areas clear of any text?
by TesTT
Sun Feb 17, 2013 3:47 am
Forum: Graphics, Figures & Tables
Topic: Add a Frame to a Proof
Replies: 7
Views: 10207

Re: Add a Frame to a Proof

Thanks for the tip. It works perfectly now. :)
by TesTT
Sat Feb 16, 2013 9:01 pm
Forum: Graphics, Figures & Tables
Topic: Add a Frame to a Proof
Replies: 7
Views: 10207

Re: Add a Frame to a Proof

Well, I received the following error messages when I tried your code. Hence I assumed it could only be used with certain latex libraries (since you mentioned TikZ). :/
by TesTT
Thu Feb 14, 2013 2:31 pm
Forum: Graphics, Figures & Tables
Topic: Add a Frame to a Proof
Replies: 7
Views: 10207

Re: Add a Frame to a Proof

Thanks a lot for your reply. But is there an equivalent for Miktex?
by TesTT
Wed Feb 13, 2013 12:02 am
Forum: Graphics, Figures & Tables
Topic: Add a Frame to a Proof
Replies: 7
Views: 10207

Add a Frame to a Proof

Hey,

In university I learned to write theorems and proofs as shown in the attached picture. Now I started typing my own lecture notes and was wondering how one could accomplish such a "frame" around the edges of the proof.

Thanks for your help. :)
by TesTT
Sat Aug 18, 2012 3:05 pm
Forum: Graphics, Figures & Tables
Topic: Inaccurate vertical Table Line
Replies: 2
Views: 2849

Inaccurate vertical Table Line

As I said in my first post, if I do what you suggest then my table looks crooked (see attachment).

:/

Edit:
Oh, my bad, you were right, of course. it all looks terrific now. Thanks. :)
by TesTT
Sat Aug 18, 2012 2:44 pm
Forum: Graphics, Figures & Tables
Topic: Inaccurate vertical Table Line
Replies: 2
Views: 2849

Inaccurate vertical Table Line

Hey,

I have the following code
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}

\begin{document}
The quick brown fox jumps over the lazy dog.

\begin{tabular}{
>{\centering\arraybackslash}p{1.2cm}
>{\centering\arraybackslash}p{1.4cm}|
>{\centering\arraybackslash}p{2.0cm}
>{\centering ...