Search found 3 matches

by StylishGiraffe
Fri Jun 24, 2016 3:04 pm
Forum: BibTeX, biblatex and biber
Topic: References still not showing
Replies: 1
Views: 2156

References still not showing

I am using an ACM Template working on Overleaf.
At this point I need to put all of my references into the paper.
I already create a new .bib file, called it on the .text file under the command of:


\bibliographystyle{plain}
\bibliography{references.bib}


But still not working :cry:

One thing ...
by StylishGiraffe
Mon Apr 18, 2016 11:39 am
Forum: Text Formatting
Topic: Enumerate item has a huge gap between word
Replies: 2
Views: 3192

Enumerate item has a huge gap between word

I tried to use a numbering with enumerate.

Code: Select all

\begin{enumerate}
\item \textbf{Sample Title}
\linebreak
Lorem Ipsum blablabla
The result is this
Changed formatting from inline to block.
Changed formatting from inline to block.
ask.png (3.25 KiB) Viewed 3192 times
Any idea how to remove the long gap?