Is it possible to have Beamer bibliography icon together with a numbering?
This post shows a nice way of selecting the icon according to the type of reference. However, beyond showing the type I would like to include the numbering to be emphatic.
This is an example of the output I would like ...
Search found 6 matches
- Thu Jul 08, 2021 3:18 pm
- Forum: BibTeX, biblatex and biber
- Topic: Beamer bibliography icon together with numbering
- Replies: 0
- Views: 9273
- Thu Jul 08, 2021 1:59 pm
- Forum: Page Layout
- Topic: Different spacing between section number and its caption TOC
- Replies: 2
- Views: 11980
Different spacing between section number and its caption TOC
For the record, here is the link to the crosspost in Tex Stackexchange .
Moreover, below you find the answer suggested by Werner.
The process might be somewhat counter-intuitive, but you need to insert the spacing changes mid-document for it to have a partial effect in the ToC. The reason for ...
Moreover, below you find the answer suggested by Werner.
The process might be somewhat counter-intuitive, but you need to insert the spacing changes mid-document for it to have a partial effect in the ToC. The reason for ...
- Fri Jun 28, 2013 11:51 pm
- Forum: Page Layout
- Topic: Different spacing between section number and its caption TOC
- Replies: 2
- Views: 11980
Different spacing between section number and its caption TOC
Hi,
I want to use two different spacing between section number and its caption in the Table of Contents (TOC)
I already have tried the solutions:
http://tex.stackexchange.com/questions/7853/toc-text-numbers-alignment
http://tex.stackexchange.com/questions/39971/adjusting-spaces-for-the-toc ...
I want to use two different spacing between section number and its caption in the Table of Contents (TOC)
I already have tried the solutions:
http://tex.stackexchange.com/questions/7853/toc-text-numbers-alignment
http://tex.stackexchange.com/questions/39971/adjusting-spaces-for-the-toc ...
- Wed Dec 19, 2012 10:45 pm
- Forum: Text Formatting
- Topic: nomencl | New Line in Item Label conflicts with Group Label
- Replies: 5
- Views: 5328
nomencl | New Line in Item Label conflicts with Group Label
cgnieder, thanks a lot !
It is working perfectly!
=]
It is working perfectly!
=]
- Mon Dec 17, 2012 9:39 pm
- Forum: Text Formatting
- Topic: nomencl | New Line in Item Label conflicts with Group Label
- Replies: 5
- Views: 5328
nomencl | New Line in Item Label conflicts with Group Label
Hi Stefan, thanks for the welcome.
Well, to be more clear please see the attached picture. I want the name of the groups to be wider ("blue space") and the labels smaller ("delimited green").
If you comment the line
\renewcommand{\nomlabel}[1]{{\parbox[t]{1.5cm}{#1}}\hfil}
you will get ...
Well, to be more clear please see the attached picture. I want the name of the groups to be wider ("blue space") and the labels smaller ("delimited green").
If you comment the line
\renewcommand{\nomlabel}[1]{{\parbox[t]{1.5cm}{#1}}\hfil}
you will get ...
- Mon Dec 17, 2012 7:19 pm
- Forum: Text Formatting
- Topic: nomencl | New Line in Item Label conflicts with Group Label
- Replies: 5
- Views: 5328
nomencl | New Line in Item Label conflicts with Group Label
Hi,
Following the solution given in this thread , I am using
\renewcommand{\nomlabel}[1]{\smash{\parbox[t]{1.5cm}{#1}}\hfil}
However, it conflicts with the \nomgroup (see below).
\documentclass{article}
\usepackage{ifthen}
\usepackage{calc}
\usepackage[noprefix]{nomencl}
% Configure title of ...
Following the solution given in this thread , I am using
\renewcommand{\nomlabel}[1]{\smash{\parbox[t]{1.5cm}{#1}}\hfil}
However, it conflicts with the \nomgroup (see below).
\documentclass{article}
\usepackage{ifthen}
\usepackage{calc}
\usepackage[noprefix]{nomencl}
% Configure title of ...