Search found 23 matches

by pemfir
Sun Mar 09, 2014 5:51 am
Forum: Graphics, Figures & Tables
Topic: The vertical line extends too much
Replies: 1
Views: 9286

The vertical line extends too much

I am trying to create a table and the first verticle line is too long and extends outside of the range of the table a bit. How can i remove it ?



\centering
\footnotesize
\caption{Sample of simulation runs and measured energy consumption.}
\begin{tabular}
{c|ccccc|c} \hline\hline
Run ...
by pemfir
Sat Jun 22, 2013 4:10 pm
Forum: Text Formatting
Topic: referencing while the sections have * in them
Replies: 1
Views: 2833

referencing while the sections have * in them

Hello I have the following code, and when i want to cross reference different sections in the appendix, I get basically nothing (blank). Now this may make sense since I am using \section*{} which removes the numbering in the headings, but I was wondering if there is a way I can manually assign a ...
by pemfir
Fri Jun 21, 2013 6:09 pm
Forum: Text Formatting
Topic: Numbering of Appendix
Replies: 1
Views: 5223

Numbering of Appendix

\documentclass[10pt,a4paper]{article}

\begin{document}
\section{Appendix}
\subsection{Appendix Subsection}
\end{document}

If I use the above code, I get this
1 Appendix
1.1 Appendix Subsection


I would like to have something like this.
Appendix
Appendix Subsection 1
Appendix Subsection 2 ...
by pemfir
Thu Jun 13, 2013 4:53 pm
Forum: Texmaker and TeXstudio
Topic: "Click to jump to the line" does not work
Replies: 1
Views: 21812

"Click to jump to the line" does not work

Hello,
I am sorry if i cannot include a working example of this, since I do not know what causes the issue and i have to copy paste a very large document.

Right clicking on the pdf output and choosing "Click to jump to the line", should take me to latex document where the corresponding text is ...
by pemfir
Sat Jun 08, 2013 3:34 pm
Forum: Graphics, Figures & Tables
Topic: figure placement
Replies: 5
Views: 16239

figure placement

Hello,
I have 2 figures in a paper. The figures are in the latest part of the paper and Latex places them after the conclusion section (between conclusion and references). I have tried many options to push the figures back into the main document because it can't just sit after the conclusion section ...
by pemfir
Fri Jun 07, 2013 5:16 pm
Forum: Text Formatting
Topic: Font Encoding Issue in Journal Template
Replies: 3
Views: 13318

Re: Font Encoding Issue in Journal Template

Thank you so much, it fixed the problem !
I just do not understand, how was i supposed to know this ?!?!
by pemfir
Fri Jun 07, 2013 4:58 pm
Forum: Text Formatting
Topic: Font Encoding Issue in Journal Template
Replies: 3
Views: 13318

Font Encoding Issue in Journal Template

I am trying to submit a paper to Inderscience Journal . They have a LaTeX template but I keep getting a lot of error messages when trying to compile their own templates. The latest error message I get is like this.
! Package fontenc Error: Encoding file `ly1enc.def' not found.(fontenc)
You might ...
by pemfir
Mon May 20, 2013 9:25 pm
Forum: BibTeX, biblatex and biber
Topic: latex natbib remove url doi isbn
Replies: 2
Views: 24257

Re: latex natbib remove url doi isbn

Thank you so much !!!! it worked !!!!!!!
by pemfir
Mon May 20, 2013 6:55 pm
Forum: BibTeX, biblatex and biber
Topic: latex natbib remove url doi isbn
Replies: 2
Views: 24257

latex natbib remove url doi isbn

I 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 ...
by pemfir
Fri Sep 14, 2012 2:00 pm
Forum: Graphics, Figures & Tables
Topic: Subfigures with caption on side
Replies: 2
Views: 11321

Re: Subfigures with caption on side

Thank you very much