Search found 4 matches

by rsmnsu
Tue Oct 16, 2018 8:29 pm
Forum: Text Formatting
Topic: Suddenly stopped compiling
Replies: 1
Views: 1667

Suddenly stopped compiling

Hi, I am working on a paper, which was completed and working fine yesterday.
Suddenly today it is not compiling.
The body is as below

\documentclass[12pt,english]{article}
\usepackage{graphicx} % for graphics
%\usepackage[draft]{graphicx} % temporarily turn off graphicx
%\usepackage{subfig ...
by rsmnsu
Fri Feb 16, 2018 9:31 pm
Forum: BibTeX, biblatex and biber
Topic: Citation not shown
Replies: 1
Views: 5110

Citation not shown

\documentclass[12pt,english]{article}
\usepackage{lscape}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{array}
%\usepackage{floata}
\usepackage{multirow}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{esint}
\usepackage{booktabs} %for table ...
by rsmnsu
Mon Dec 04, 2017 12:21 pm
Forum: BibTeX, biblatex and biber
Topic: Want to replace numbers with author,year in in text citation
Replies: 1
Views: 4636

Want to replace numbers with author,year in in text citation

I initiate in overleaf
\documentclass[]{article}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{booktabs}
\usepackage{amsmath}
\usepackage{rotating}
\usepackage{lscape}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{float}
\usepackage{booktabs,caption ...
by rsmnsu
Mon Nov 13, 2017 8:12 pm
Forum: BibTeX, biblatex and biber
Topic: citations doubling up with bibliography
Replies: 1
Views: 2575

citations doubling up with bibliography

\documentclass[]{article}
\usepackage{hyperref}
\bibliographystyle{apalike}

\bibliography{paper1}
\bibliographystyle{apalike}

My bibliography is doubling up with references in square bracket. How can I remove the elements in square bracket. for example
[Acemoglu et al., 2015] Acemoglu, D ...