Search found 4 matches

by shenoivis
Tue Jan 24, 2017 8:23 am
Forum: BibTeX, biblatex and biber
Topic: Switching between numeric and authoryear in natbib for multiple citations
Replies: 1
Views: 2239

Switching between numeric and authoryear in natbib for multiple citations

\documentclass[a4paper,12pt]{report}
\usepackage[author year]{natbib}

\makeatletter % Reference list option change
\renewcommand\@biblabel[1]{#1.} % from [1] to 1.

\newcommand\Mycitep[1]{%
(\citeauthor{#1},~\citeyear{#1})
}
\newcommand\Mycitet[1]{%
\citeauthor{#1}~(\citeyear{#1 ...
by shenoivis
Sun Apr 24, 2016 9:25 am
Forum: Fonts & Character Sets
Topic: setting font size for content and title for frame in beamer
Replies: 1
Views: 3773

setting font size for content and title for frame in beamer

Dear Forum,
I want to use Calibri type font. Also, i would like to set the font size for the frame contents/body and frame title using preamble in beamer.
by shenoivis
Wed Mar 25, 2015 6:26 pm
Forum: Text Formatting
Topic: wrong page number in toc
Replies: 3
Views: 6019

wrong page number in toc

Dear fourm,

earlier code
#######################################################
\include{abstract}
\cleardoublepage\addcontentsline{toc}{chapter}~~~~~~~~~~~~~~~~~ABSTRACT}
#######################################################

i changed the order of the \addcontentsline and included ...
by shenoivis
Tue Mar 24, 2015 5:26 pm
Forum: Text Formatting
Topic: wrong page number in toc
Replies: 3
Views: 6019

wrong page number in toc

Dear fourm,
I am getting wrong entry in table of contents. also the list of abbrevations is not in its front pages position in toc. please any one help in this regard.the code i use for your reference please.
also, is there any method to suppress the figures that are in appendices not to enter the ...