Latest Forum Posts
Re: Bibliography references cited on page xx incorrect 21/05/2013 01:13, mirouOk I found a good solution. The appendix pages shall be named Apdx # (or Anx if you are working on french for instance) and in the main file to define new page numbering you shall write this command before including each appendix file
\pagenumbering{arabic}\renewcommand{\thepage}{Anx.\arabic{page}}
Then you can i...
Re: Stop automatic Slide Transition 21/05/2013 00:43, XireWith what you display your slides ?...
Re: how to don't reset the cite counter between chapters? 21/05/2013 00:38, XireHi,
I've had the same problem, I used natbib with chapterbib. The number don't reset in each chapter....
Re: \usepackage{multibib}, \newcites 21/05/2013 00:30, XireIt is not the good to use multibib. If you want two sections do something like this :
\documentclass[a4paper, 12pt]{article}
\usepackage{multibib}
\newcites{nu}{Peer reviewed article(s)}
\newcites{th}{Thesis/Dissertation}
\nociteth{*}
\bibliographystyleth{plain}
\bibliographyth{akincv}
\nocitenu{*}
\biblio...
Fill a frame of a section with a color 20/05/2013 23:04, RobinTHi, I hope someone can help me with filling a frame of a section with a color. Here's my code so far:
\titleformat{\section}{\normalfont} {} {1pt} {\quad}
Now I want the frame to be filled with, for example blue, while making the text white.
Thanks in advance!
Robin...
Re: latex natbib remove url doi isbn 20/05/2013 21:25, pemfirThank you so much !!!! it worked !!!!!!!...
Re: latex natbib remove url doi isbn 20/05/2013 20:24, cgniederHave you adjusted \bibliographystyle{...} to use your renamed version of natbib.bst? If yes, could you post a and maybe attach your modified version of natbib.bst?
Regards...
Re: Too many unprocessed floats... \clearpage produces void 20/05/2013 20:03, kaiserkarl13Sorry for the delayed reply; I hope you have found the answer, but if not:
If you right-click on the "float:figure" box in LyX, it gives you a Settings... menu. If you check the "Page of floats" box, it will insert \begin{figure} instead of the default (no ) figure float.
A paragraph break is jus...
latex natbib remove url doi isbn 20/05/2013 18:55, pemfirI would like to prevent natbib from outputing url, doi, isbn information in the reference section. I copied pasted the natbib.bst from the miktex main folder to my project folder, renamed it, and removed lines related to format.url output/format.doi output/format.isbn output according to
http://www.latex-community.or...
figures using pstricks 20/05/2013 17:45, eocanseyHi all I kindly request your help in generating a pstricks code for the figures attached. Thanks...
Comments