Search found 7 matches

by iranacre
Wed Aug 19, 2009 10:55 pm
Forum: Text Formatting
Topic: narrow paragraph
Replies: 3
Views: 6670

Re: narrow paragraph

Thanks, I'm using it in \newenvironment too. So, for me there's no problem to redefine \parindent variable and use \narrower. I just wanted to see any definition of the command.
by iranacre
Wed Aug 19, 2009 10:26 pm
Forum: General
Topic: how to make a list of copies of theorems in appendix?
Replies: 2
Views: 1883

Re: how to make a list of copies of theorems in appendix?

Thanks for info, but no. It only shows names of theorems. I need the whole content :-\
by iranacre
Wed Aug 19, 2009 10:24 pm
Forum: Text Formatting
Topic: narrow paragraph
Replies: 3
Views: 6670

narrow paragraph

Hi all,

I was wondering how to make a narrow paragraph in a text and found a command \narrower. I couldn't find any description to this command but it seems to make paragraph narrower by value of \parindent variable. Any idea how to change this value?

Thanks!
by iranacre
Wed Aug 05, 2009 7:27 pm
Forum: General
Topic: How to pass \newenvironment arguments to {end definition} ?
Replies: 3
Views: 5250

How to pass \newenvironment arguments to {end definition} ?

You can also use \pushQED and \popQED

Code: Select all

\newenvironment{myBox}[1]%
{%
   \pushQED{#1}%
   \begin{lrbox}{\tmpBox}%
}
{%
   \end{lrbox}\scalebox{\popQED}{\usebox{\tmpBox}}%
}
by iranacre
Tue Jul 28, 2009 10:56 pm
Forum: General
Topic: value of a variable?
Replies: 2
Views: 2855

Re: value of a variable?

Thanks a lot :)
by iranacre
Tue Jul 28, 2009 10:24 pm
Forum: General
Topic: value of a variable?
Replies: 2
Views: 2855

value of a variable?

How to get a value of a variable? For example, I need to add vertical space of a size defined by \topsep. How do I do it?
Thanks
by iranacre
Fri Jul 24, 2009 11:18 pm
Forum: General
Topic: how to make a list of copies of theorems in appendix?
Replies: 2
Views: 1883

how to make a list of copies of theorems in appendix?

Hello,
I've encountered a problem I don't know how to solve. In my document I have a lot of theorems and would like to have a list of them (just statements) at the end in appendix. I also would like to have some additional info about them in appendix such as year or authors without having that in ...