Search found 8 matches
- Mon Aug 16, 2010 2:09 pm
- Forum: Graphics, Figures & Tables
- Topic: Row color error
- Replies: 6
- Views: 8583
Re: Row color error
I have exactly the same problem. I believe there is a bug in the colortbl package. Until someone doesn't fix the bug in the package, all other solutions are not good.
- Wed Mar 03, 2010 12:51 am
- Forum: Text Formatting
- Topic: Space between bullet and text (in itemize)
- Replies: 2
- Views: 25227
Re: Space between bullet and text (in itemize)
Thanks. That was one fast and superb answer.
- Wed Mar 03, 2010 12:05 am
- Forum: Text Formatting
- Topic: Space between bullet and text (in itemize)
- Replies: 2
- Views: 25227
Space between bullet and text (in itemize)
I would like to set the space between the bullet in "itemize" list and the text. When I try something like
\item[$\bullet$\hspace{1cm}] Text...
it moves the bullet in the left direction (so it displaces it from the alignment of the document. I would like to define my own environment where I could ...
\item[$\bullet$\hspace{1cm}] Text...
it moves the bullet in the left direction (so it displaces it from the alignment of the document. I would like to define my own environment where I could ...
- Sat Dec 05, 2009 4:54 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: Nomencl + hyperref / remove duplicates from the list
- Replies: 3
- Views: 6891
Nomencl + hyperref / remove duplicates from the list
I found the solution using phantomsection:
\newcommand{\abbr}[2]{\phantomsection\label{abbr:#1}\nomenclature{#1}{#2, \pageref{abbr:#1}\phantomsection\label{abbr:#1bbbb}}\hyperref[abbr:#1bbbb]{#1}}
\newcommand{\abref}[1]{\hyperref[abbr:#1bbbb]{#1}}
Since there is a big chance, that some ...
\newcommand{\abbr}[2]{\phantomsection\label{abbr:#1}\nomenclature{#1}{#2, \pageref{abbr:#1}\phantomsection\label{abbr:#1bbbb}}\hyperref[abbr:#1bbbb]{#1}}
\newcommand{\abref}[1]{\hyperref[abbr:#1bbbb]{#1}}
Since there is a big chance, that some ...
- Sat Dec 05, 2009 3:51 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: Nomencl + hyperref / remove duplicates from the list
- Replies: 3
- Views: 6891
Re: Nomencl + hyperref / remove duplicates from the list
I made a macro that works almost as I wanted:
\newcommand{\abbr}[2]{\label{abbr:#1}\nomenclature{#1}{\label{abbr:#1b}#2, \pageref{abbr:#1}}\hyperref[abbr:#1b]{#1}}
Now when you write \abbr{Abbr}{Abbreviation}, it will put Abbr in the text and in the list of abbreviations. You can also click back ...
\newcommand{\abbr}[2]{\label{abbr:#1}\nomenclature{#1}{\label{abbr:#1b}#2, \pageref{abbr:#1}}\hyperref[abbr:#1b]{#1}}
Now when you write \abbr{Abbr}{Abbreviation}, it will put Abbr in the text and in the list of abbreviations. You can also click back ...
- Mon Nov 30, 2009 7:53 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: Nomencl + hyperref / remove duplicates from the list
- Replies: 3
- Views: 6891
Nomencl + hyperref / remove duplicates from the list
Hello, I have one question.
Is there a way how to make the list of abbreviations clickable? I mean, if I use \usepackage[refpage]{nomencl} \usepackage{hyperref} I would like to have the list of nomenclatures to contain the clickable references to the pages. Everything else is clickable, but list ...
Is there a way how to make the list of abbreviations clickable? I mean, if I use \usepackage[refpage]{nomencl} \usepackage{hyperref} I would like to have the list of nomenclatures to contain the clickable references to the pages. Everything else is clickable, but list ...
- Thu Aug 06, 2009 7:13 pm
- Forum: Text Formatting
- Topic: Underbrace color
- Replies: 2
- Views: 3734
Re: Underbrace color
Thank you. That's what I actually did it the meantime. Here is my macro:
\newcommand{\ubcolor}[2]{\color{#1}{\underbrace{\color{black}{#2}}}}
Thanks anyway.
\newcommand{\ubcolor}[2]{\color{#1}{\underbrace{\color{black}{#2}}}}
Thanks anyway.
- Thu Aug 06, 2009 4:12 pm
- Forum: Text Formatting
- Topic: Underbrace color
- Replies: 2
- Views: 3734
Underbrace color
Hello, is it possible to change the color of underbrace only? I have an equation that is in normal black color, and I underbrace some part of it. However, I want to have the underbrace in light gray color. Is is somehow possible to change the color only of the brace and not the text? Thank you.