help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Long file names in Dired


From: Emanuel Berg
Subject: Re: Long file names in Dired
Date: Sat, 25 Apr 2015 03:29:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Marcin Borkowski <mbork@mbork.pl> writes:

> (And I have reasons - basically, BibTeX is a pile of
> crap. I agree that it /is/ less unusable for writing
> in English exclusively, but again - it creates /a
> lot/ more problems than it solves.)

You mean you write in Polish at your universities?

(Not to say LaTeX, BibTeX, etc. cannot be used outside
them walls of science, of course: I always said if
writers learned LaTeX - and some HTML and CSS for PR -
they would put the entire publishing industry out
of business.)

> That said, I like that idea, though I would use
> BibLaTeX (which is a modern replacement for BibTeX,
> curing many - even though not all - of its problems
> (the main one which it doesn't help is the format
> for multiple authors), or amsrefs, which is less
> powerful than Bib(La)TeX, but has a much saner
> format for multiple names (and is /way/ easier to
> configure than Bib(La)TeX).

I have no experience with amsrefs. I am unsure if
I use BibTeX or BibLaTeX.

This is the part of the Makefile that does the .bib
file:

    biber -q ${name} # get .bbl (from .bcf)

And this is the line in the .tex file:

    \usepackage[backend=biber]{biblatex}

So when I said BibTex, probably that should
be BibLaTeX!

As for the problem with multiple authors, I haven't
came across that. I have many entries of the kind:

    @techreport{scheduling-of-mixed-criticality-applications,
        author      = {Georgia Giannopoulou and Nikolay Stoimenov and Pengcheng 
Huang and Lothar Thiele},
        title       = {Scheduling of Mixed-Criticality Applications on 
Resource-Sharing Multicore Systems},
        institution = {Computer Engineering and Networks Laboratory, ETH 
Zurich, 8092 Zurich, Switzerland},
        year        = 2013
    }

You mean the problem is, that turns out as "et. al."
in the PDF? I'm sure that can be configured if you
have a problem with it. I don't, and besides no one
care for references anyway - just put them there and
then forget about them, is what people do.

-- 
underground experts united
http://user.it.uu.se/~embe8573


reply via email to

[Prev in Thread] Current Thread [Next in Thread]