I am using a numbered reference system using natbib .
\usepackage[square, numbers, sort&compress]{natbib}
However, a problem I have is that when I ant to put in the details i.e. use \citet{xxxx} , I do not get the "et al." in italics. I need it to be in italics. Does anyone know how I can change ...
Search found 18 matches
- Thu Feb 28, 2013 1:15 pm
- Forum: BibTeX, biblatex and biber
- Topic: Italicize "et. al." in in-text Citation
- Replies: 1
- Views: 22432
- Fri Aug 03, 2012 2:43 pm
- Forum: General
- Topic: PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4
- Replies: 8
- Views: 30423
Re: PDFTeX Warning: Found pdf version 1.5, allowed maximum 1
Thanks...I had this problem today for 1.6 vs 1.5 and it worked perfectly (saying version 6 instead of 5)
- Sat Jun 23, 2012 5:13 pm
- Forum: Graphics, Figures & Tables
- Topic: colortbl | Cell Color in a Table
- Replies: 2
- Views: 15843
colortbl | Cell Color in a Table
I have now identified an incompatability between the mdwtab and xcolor packages (once I remove the mdwtab package the colour shows up), but I would like to know if there is a way around it
\documentclass[12pt, oneside, a4paper]{memoir}
\pagenumbering{arabic}
\usepackage{graphicx}
\usepackage ...
\documentclass[12pt, oneside, a4paper]{memoir}
\pagenumbering{arabic}
\usepackage{graphicx}
\usepackage ...
- Fri Jun 22, 2012 11:41 pm
- Forum: Graphics, Figures & Tables
- Topic: colortbl | Cell Color in a Table
- Replies: 2
- Views: 15843
colortbl | Cell Color in a Table
Hello. I am trying to fill a cell with color by the the colortbl package using the \cellcolor{gray} command but it is not working. I am managing to do \textcolor{gray} within the table, but the cell color is not working (nothing shows up).
This is the code I am using. I can see the 'Hello' in row 2 ...
This is the code I am using. I can see the 'Hello' in row 2 ...
- Mon Apr 23, 2012 10:30 am
- Forum: General
- Topic: Glossaries package, two-column glossary
- Replies: 4
- Views: 10555
Re: Glossaries package, two-column glossary
Thank you
That is perfect. I have now managed to get it exactly how I wanted it to be shown, as it was the missing link.
Thanks again
That is perfect. I have now managed to get it exactly how I wanted it to be shown, as it was the missing link.
Thanks again
- Fri Apr 13, 2012 3:30 pm
- Forum: General
- Topic: Glossaries package, two-column glossary
- Replies: 4
- Views: 10555
Re: Glossaries package, two-column glossary
Thank you for this. Now I have a separate problem. I have a list of definitions and a list of acronyms. I want to have the list of definitions to remain as is, but the list of acronyms to use the \glossarystyle{long} version.
Is it possible to achieve this?
I have tried doing \printglossary{type ...
Is it possible to achieve this?
I have tried doing \printglossary{type ...
- Thu Apr 12, 2012 10:51 pm
- Forum: General
- Topic: Glossaries package, two-column glossary
- Replies: 4
- Views: 10555
Glossaries package, two-column glossary
I am using the Glossaries package for generating an acronyms list. It is working well, but I would like to format the output. At the moment I have the acronym written, a space and the 'definition' next to it. However I would like to have all the 'definitions' to be all under each other rather than ...
- Sun Mar 18, 2012 1:58 am
- Forum: Text Formatting
- Topic: natbib | Problem with Dash for Citation Ranges
- Replies: 2
- Views: 2338
natbib | Problem with Dash for Citation Ranges
Hello,
just a short update. I figured out that it was giving me -- because I had the
option included. Is it possible to keep the disable ligatures included but then not have the -- problem?
Thanks
just a short update. I figured out that it was giving me -- because I had the
Code: Select all
\usepackage{microtype}
\DisableLigatures{}
Thanks
- Sun Mar 18, 2012 1:39 am
- Forum: Text Formatting
- Topic: natbib | Problem with Dash for Citation Ranges
- Replies: 2
- Views: 2338
natbib | Problem with Dash for Citation Ranges
Hello,
I am using the
Thank you
I am using the
sort&compress
option with natbib, and a problem I am getting is that if I have e.g. references 3-6 cited, I get 3--6. How can I remove the second dash?Thank you
- Mon Mar 12, 2012 9:20 pm
- Forum: Page Layout
- Topic: fancyhdr | Header for Bibliography
- Replies: 1
- Views: 2835
fancyhdr | Header for Bibliography
I am using fancyhdr and have managed to get the correct headings for all the chapters, but when it comes to the bibliography I get the heading of the previous chapter and I do not get Bibliography in the heading. I am adding an excerpt of the data but a MWE is difficult to add as the problem shows ...