Search found 8 matches

by sdaza
Sun Nov 27, 2011 11:11 pm
Forum: BibTeX, biblatex and biber
Topic: Citation Error for splitted Document
Replies: 5
Views: 2212

Re: Citation Error for splitted Document

The asr style works fine if I copy the syntax of my input .tex file into the template.tex file. So, I think it is not a problem related to the bib style.

I have tried with different templates, but it doesn't work.
I don't know how to fix it.

Thank you anyway.
by sdaza
Sun Nov 27, 2011 7:48 pm
Forum: BibTeX, biblatex and biber
Topic: Citation Error for splitted Document
Replies: 5
Views: 2212

Re: Citation Error for splitted Document

I did it, but I got the same error. An additional problem with \include command is this puts the "included" document in a new page.

Any ideas about how to solve my problem?
by sdaza
Sun Nov 27, 2011 3:18 am
Forum: BibTeX, biblatex and biber
Topic: Citation Error for splitted Document
Replies: 5
Views: 2212

Citation Error for splitted Document

Hi everyone,

I have a problem with my bibliography when I use \input command. This is my template:
\documentclass[12pt]{article}
\begin{document}

\input{paper04}

\newpage
\bibliographystyle{asr}
\bibliography{ref}
\end{document}
I get this citation error:
Citation `maldonado ...
by sdaza
Wed Jan 12, 2011 8:37 pm
Forum: General
Topic: Sweave and TexmakerX
Replies: 0
Views: 912

Sweave and TexmakerX

Hi everyone!

Does anyone know how to integrate texmakerx and sweave on Windows? I mean, to run .rnw files directly from texmakerx and get a pdf or dvi file. Now I can get a pdf using a two-steps approach: 1) run the sweave command from R, 2) then, run the .tex file from tmx. I want to get the pdf ...
by sdaza
Mon Nov 15, 2010 9:44 pm
Forum: Graphics, Figures & Tables
Topic: problem centering a table
Replies: 1
Views: 1528

problem centering a table

Hi everyone,
I have the following table (see example). The problem is that it is located in the middle of a page (vertical and horizontal centering), and I just want it to be located next to the main text and horizontally centered. I don't know what the problem with the code is. I have tried with ...
by sdaza
Thu Nov 11, 2010 2:27 am
Forum: BibTeX, biblatex and biber
Topic: installation of a .bst file
Replies: 4
Views: 14314

Re: installation of a .bst file

frabjous, it worked! Thank you!
by sdaza
Thu Nov 11, 2010 1:25 am
Forum: BibTeX, biblatex and biber
Topic: installation of a .bst file
Replies: 4
Views: 14314

Re: installation of a .bst file

It didn't work. I am using MikTex 2.8 and I got: not a TDS-compliant root directory.

Any ideas?
by sdaza
Thu Nov 11, 2010 12:33 am
Forum: BibTeX, biblatex and biber
Topic: installation of a .bst file
Replies: 4
Views: 14314

installation of a .bst file

Hi everyone,
I have tried to install specific bibliography styles coping the corresponding .bst the files in the bst directory (bibtex), but it didn't work. This is the link of the styles:

http://sovidence.blogspot.com/2009/05/tex-sociology-bib-style.html

Any ideas? I am using Windows 7.

Thank ...