Search found 15 matches

by Bob_the_Topper
Sat Apr 20, 2013 7:44 pm
Forum: Text Formatting
Topic: Enforcing lining Figures for Math Mode and Tables
Replies: 2
Views: 5640

Enforcing lining Figures for Math Mode and Tables

Hi!

I use cfr-lm to get oldstyle figures for regular text but they look bad in tables. Of course I could switch to lining figures manually ( \lstyle or \textl ) every single time but this is quite tedious. Also, lining figures are used automatically in math mode. Is there a way to enforce lining ...
by Bob_the_Topper
Sun Jun 03, 2012 5:54 pm
Forum: Text Formatting
Topic: Explanation of TeX Flag for Hyphenation
Replies: 0
Views: 2171

Explanation of TeX Flag for Hyphenation

Hi!

Could somebody please explain what exactly the TeX command \uchyph=0 does?

Background: I found this command in the UK TeX FAQ and it's supposed to prevent hyphenation of acronyms. But when I use it the hyphenation of seemingly random words will not work properly anymore. The default ...
by Bob_the_Topper
Sun May 27, 2012 3:53 pm
Forum: General
Topic: References do not appear
Replies: 14
Views: 42526

References do not appear

Now apalike-fr.bst is under "/usr/share/texmf-texlive/bibtex/bst/base/" but the problem of references still exists.I checked that plain.bst is under "/usr/share/texmf-texlive/bibtex/bst/base/". When I use "plain" as style, any issue is raised.

Sorry, but I don't know either. Perhaps TeXLive uses ...
by Bob_the_Topper
Sat May 26, 2012 2:14 pm
Forum: General
Topic: References do not appear
Replies: 14
Views: 42526

References do not appear

I don't know where to put apalike-fr.bst file.
any help?
Like I said, it depends on your system. The best way is perhaps to look where plain.bst is and put apalike-fr.bst there too. Most likely you'll need root privilege to write to the directory.

Open up a shell and run the following

find ...
by Bob_the_Topper
Fri May 25, 2012 8:18 pm
Forum: General
Topic: References do not appear
Replies: 14
Views: 42526

References do not appear


Isn't possible to use an uncommon bibliography style like \bibliographystyle{apalike-fr}?
Of course it's possible to use "uncommon" styles, but you need the corresponding .bst file on your system.

In your case BibTeX should have shown an error like the one you got with my first example ...
by Bob_the_Topper
Fri May 25, 2012 3:28 pm
Forum: General
Topic: References do not appear
Replies: 14
Views: 42526

References do not appear


your example doesn't work in my system.

Sorry, my fault. I used an uncommon bibliography style in the example. How about this:
\begin{filecontents}{lit.bib}

@article{DA08,
Author = "da Fontura Costa, L. and Oliveira, Jr., O. N.",
Journal = "arXiv:0711.3199v3 [physics.soc-ph]",
Year = "2008 ...
by Bob_the_Topper
Thu May 24, 2012 11:42 pm
Forum: General
Topic: References do not appear
Replies: 14
Views: 42526

References do not appear


there is no bibliography at all.

Does the example I gave work on your system? Just put all the code in a .tex file and run the usual sequence of latex and bibtex on it.


this is the content of my file references.bib:

[...]
@article{DA08,
Author = "da Fontura Costa, L., O. N. Oliveira Jr ...
by Bob_the_Topper
Thu May 24, 2012 4:32 pm
Forum: General
Topic: cleveref | Cross-references in Appendix fail
Replies: 5
Views: 5863

cleveref | Cross-references in Appendix fail

Any more ideas what's going wrong here? Maybe an regression bug in cleveref?
by Bob_the_Topper
Thu May 24, 2012 4:30 pm
Forum: General
Topic: References do not appear
Replies: 14
Views: 42526

References do not appear

Hi,
I compile my document LaTeX by using "latex" then I convert DVI to PDF but I have a problem with references that not appear after compiling.
any help?
I don't understand your problem and you did not provide a MWE. Is it only some references that do not work or is there no bibliography at all ...