Search found 6 matches

by philalou
Thu Dec 11, 2014 6:53 am
Forum: BibTeX, biblatex and biber
Topic: Bibliography as a section from different files
Replies: 5
Views: 5948

Re: Bibliography as a section from different files

Thank you Johannes.

This is a very helpful tip. I was not aware of this package and its availability with bib latex.

Is the bibliography needs to be loaded as you have? Or can I add a file in my tree that can be loaded? How can I do this?

Another thing I'm wondering is related to my initial query ...
by philalou
Wed Dec 10, 2014 3:55 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography as a section from different files
Replies: 5
Views: 5948

Re: Bibliography as a section from different files

Yes the achemso style is required. Unless it is possible to obtain a similar format using biblatex.

Authors, Title, Journal name in italic, Year in bold, Volume in italic, pages.
by philalou
Tue Dec 02, 2014 2:50 am
Forum: BibTeX, biblatex and biber
Topic: Bibliography as a section from different files
Replies: 5
Views: 5948

Bibliography as a section from different files

Hi all,

I'm currently struggling at using each of my bibliography files for the thesis I'm compiling as being separate sections in each of my chapters and having showed in my table of contents. In addition the bibliography as soon as it is compiled, shows on a separate page.

I tried to build a ...
by philalou
Tue Dec 02, 2014 2:16 am
Forum: Graphics, Figures & Tables
Topic: Text fit with column widths
Replies: 4
Views: 6205

Re: Text fit with column widths

Thank you Johannes for your suggestions.

I ended up transposing my table.
by philalou
Sun Nov 30, 2014 10:30 pm
Forum: Graphics, Figures & Tables
Topic: Text fit with column widths
Replies: 4
Views: 6205

Text fit with column widths

Hi Johannes_B,
Thank you for your answer. I have breeze quickly through the minimal working example document you posted. I think with the new code I'm posting, this answers your demand.

\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{tabulary}

\begin ...
by philalou
Sat Nov 29, 2014 10:11 pm
Forum: Graphics, Figures & Tables
Topic: Text fit with column widths
Replies: 4
Views: 6205

Text fit with column widths

Hi all,

First I am still discovering the large possibilities of LaTeX and am very excited of using it for compiling my thesis.

I'm struggling however at compiling tables. Find bellow the code of a table I'm currently trying of adding to my document.

\begin{table}
\begin{tabulary}{1\textwidth ...