Search found 7 matches

by Mahmudul
Tue Jun 30, 2020 1:15 am
Forum: Graphics, Figures & Tables
Topic: How to fit a big table?
Replies: 4
Views: 19521

How to fit a big table?

Thanks a lot @ Bartman

Code: Select all

{\small
\begin{longtable}{<column format>}
\toprule
head row
\midrule
first content row 
\addlinespace
second content row
\bottomrule
\end{longtable}}
[/quote]
by Mahmudul
Sun Jun 28, 2020 3:08 pm
Forum: Graphics, Figures & Tables
Topic: How to fit a big table?
Replies: 4
Views: 19521

How to fit a big table?

Thanks @Bartman . I am going to try this approach...

Code: Select all

{\small
\begin{longtable}
content
\begin{longtable}}
by Mahmudul
Sun Jun 28, 2020 5:32 am
Forum: Graphics, Figures & Tables
Topic: How to fit a big table?
Replies: 4
Views: 19521

How to fit a big table?

Hi, I have a table which is pretty big in terms of length and width. I have been using \resizebox option to fit the table. It does work well. However, the size of the fonts becomes so small can't read it properly. Hence, I have been trying another option to make it more readable. The code along with ...
by Mahmudul
Fri Jun 26, 2020 9:23 pm
Forum: Theses, Books, Title pages
Topic: Illegal, another \bibstyle command error
Replies: 7
Views: 52235

Illegal, another \bibstyle command error

For the main file you should run PDFLaTeX, LuaLaTeX or XeLaTeX only, but not BibTeX! If your editor automatically runs BibTeX by default, deactivate this step or call the proper LaTeX command on the terminal instead from the editor menu, toolbar, or shortcut key.

Thanks again! I was using ...
by Mahmudul
Fri Jun 26, 2020 1:38 pm
Forum: Theses, Books, Title pages
Topic: Illegal, another \bibstyle command error
Replies: 7
Views: 52235

Illegal, another \bibstyle command error


So instead of calling bibtex FullThesis, you should call
bibtex Chapter1
and
bibtex Chapter2
Rainer

@Muhmudul: Please don't run `bibtex FullThesis' but:
bibtex Chapter1
bibtex Appen1
bibtex Chapter2

but only for those files that have a bibliography.

Thanks a lot, @rais and @Ijon Tichy for ...
by Mahmudul
Fri Jun 26, 2020 1:00 am
Forum: Theses, Books, Title pages
Topic: Illegal, another \bibstyle command error
Replies: 7
Views: 52235

Illegal, another \bibstyle command error

rais wrote: When it comes to \bibliographystyle, think `Highlander' (there can be only one)
Thanks for your help. Could you please elaborate a bit more on `Highlander (there can be only one)'? since I am a novice user, not much familiar with the Latex jargon.
by Mahmudul
Wed Jun 24, 2020 3:53 pm
Forum: Theses, Books, Title pages
Topic: Illegal, another \bibstyle command error
Replies: 7
Views: 52235

Illegal, another \bibstyle command error

Hi for my Ph.D. thesis, I am trying to compile several chapters into one main file (report). I am also trying to have separate appendixes and references for each chapter instead of having one big appendix and reference end of the report. For reference, I am using the following command end of each ...