Search found 12 matches

by kzg
Mon Oct 25, 2010 12:09 pm
Forum: BibTeX, biblatex and biber
Topic: a list of citations
Replies: 7
Views: 3884

Re: a list of citations

it does not work at all for me.
I have included the natbib package and solved the problem.

Thx
by kzg
Sun Oct 24, 2010 9:50 pm
Forum: BibTeX, biblatex and biber
Topic: a list of citations
Replies: 7
Views: 3884

a list of citations

here the code:

Code: Select all


\documentclass[12pt, a4paper, oneside]{memoir}
\usepackage[OT4]{fontenc}
\usepackage[cp1250]{inputenc}
\usepackage{citeref}
\begin{document}
blablabla
\cite{item1, item2, item3, item4}
blablabla
\bibliographystyle{unsrt}
\small\bibliography{PhD}
\end{document}

by kzg
Sun Oct 24, 2010 8:12 pm
Forum: BibTeX, biblatex and biber
Topic: a list of citations
Replies: 7
Views: 3884

Re: a list of citations

i have also included
\usepackage{citeref}

compressing should be set per defaulf, but somehow it does not compress my citations :(
by kzg
Sun Oct 24, 2010 8:07 pm
Forum: BibTeX, biblatex and biber
Topic: a list of citations
Replies: 7
Views: 3884

Re: a list of citations

i am using bibtex and LEd for editting.

can you please show how can i use this 'compress' option?

thx
by kzg
Sun Oct 24, 2010 7:34 pm
Forum: BibTeX, biblatex and biber
Topic: a list of citations
Replies: 7
Views: 3884

a list of citations

Hello,

in my thesis i am referencing a list of publications in the following form:
...blablabla ~\cite{item1,item2,item3,item4} blablabla....

this line apear in the text like this:

...blablabla [1,2,3,4] blablabla...

what should i do to have a citations list like this:

...blablabla [1-4 ...
by kzg
Wed Sep 08, 2010 10:03 am
Forum: Graphics, Figures & Tables
Topic: centering the caption under figure
Replies: 7
Views: 10289

Re: centering the caption under figure

now it is as i want it to be.

Thank you a lot!!!
by kzg
Wed Sep 08, 2010 9:40 am
Forum: Graphics, Figures & Tables
Topic: centering the caption under figure
Replies: 7
Views: 10289

centering the caption under figure

Here the code one again:


\documentclass[12pt, a4paper, oneside]{memoir}
\usepackage{graphicx}
\usepackage[OT4]{fontenc}
\usepackage[cp1250]{inputenc}
\begin{document}
\begin{figure}[h!]
\centering
\caption{a short topic is centered.}
\caption {a very long topic should be centered but somehow it ...
by kzg
Tue Sep 07, 2010 6:11 pm
Forum: Graphics, Figures & Tables
Topic: centering the caption under figure
Replies: 7
Views: 10289

Re: centering the caption under figure

i have sent a pdf file with my result of the above code compilation. second caption is not centered. maybe the problem lies in the LEd?
by kzg
Tue Sep 07, 2010 5:26 pm
Forum: Graphics, Figures & Tables
Topic: centering the caption under figure
Replies: 7
Views: 10289

centering the caption under figure

Hello Latex profis,

i am doing the following:
\documentclass[12pt, a4paper, oneside]{memoir}
\usepackage{graphicx}
\usepackage[OT4]{fontenc}
\usepackage[cp1250]{inputenc}
\begin{document}
\begin{figure}[h!]
\centering
\caption{a short topic is centered.}
\caption{a very long topic should be ...
by kzg
Mon Sep 06, 2010 1:45 pm
Forum: Text Formatting
Topic: problem with formating
Replies: 5
Views: 2939

Re: problem with formating

i have found the problem source: it was the 'pxfonts' package which i used for some spetial symbols. i have no idea why this package produces fonts problem? but at least i can create so many bold symbols as i want :)