Search found 3 matches

by lena_of
Sat Apr 11, 2015 10:58 am
Forum: Graphics, Figures & Tables
Topic: Two sideways tables on the same page?
Replies: 9
Views: 19736

Two sideways tables on the same page?

Thank you! why didn't i think of just putting several tables inside the sideways environment.

If width of table is a problem just use:\resizebox{\textwidth}{!}{% } command:

\resizebox{\textwidth}{!}{%
\begin{tabular}

table...

\end{tabular}
}

Works well within the \sidewaystable environment ...
by lena_of
Fri Apr 10, 2015 8:20 am
Forum: BibTeX, biblatex and biber
Topic: Publisher only shown for some misc references
Replies: 3
Views: 11843

Publisher only shown for some misc references

Thanks, I had a look and tried copying the specified solution into my bibstyle file, but the only result was a fatal error in compiling bibtex.

Also deleted all .bbl files, which didn't change anything...it compiles, but still have the same issues.

My issue with biblatex (other than not really ...
by lena_of
Thu Apr 09, 2015 6:48 pm
Forum: BibTeX, biblatex and biber
Topic: Publisher only shown for some misc references
Replies: 3
Views: 11843

Publisher only shown for some misc references

Hi.

I'm haveing issues with my reference list. I use Mendeley to make my bibtex file, and a lot of the refrences end up as @misc . Which is ok. I have made my own bibstyle file with latex makebst.

My problem is that for one @misc file the publisher will appear, while for another @misc file it ...