Search found 13 matches

by alex.blackbit
Mon Oct 03, 2011 9:05 pm
Forum: BibTeX, biblatex and biber
Topic: Substitute ':' with ',' once in BibTeX Output
Replies: 1
Views: 2479

Substitute ':' with ',' once in BibTeX Output

I solved this issue myself (with kind help from a very smart friend) by adding a "separator character" parameter to a clone of the output.nonnull and output.check functions and using those.
Here is a unified diff as reference.

--- plain.bst 2011-09-16 16:32:21.979569012 +0200
+++ sozsbg.bst 2011 ...
by alex.blackbit
Mon Oct 03, 2011 8:49 pm
Forum: BibTeX, biblatex and biber
Topic: Indentation from second Line on in Bibliography Entry
Replies: 0
Views: 1767

Indentation from second Line on in Bibliography Entry

Hi,

In case a bibliography entry is longer than one line, all lines but the first should be indented by a (possibly modifiable) value.
What's the easiest way to achieve this ?
I am using a custom .bst, derived from plain.bst.

Thanks in advance, all hints welcome.
by alex.blackbit
Tue Sep 27, 2011 6:29 pm
Forum: BibTeX, biblatex and biber
Topic: Substitute ':' with ',' once in BibTeX Output
Replies: 1
Views: 2479

Substitute ':' with ',' once in BibTeX Output

Hi,

I have a modified plain.bst (@book template) where i have the demand for:
address: publisher
For now let's say the rest of the .bst stays the same.
Since (at least i believe that) the ',' is the seperator character in the bibtex output, which is produced by the "output"->"output.nonnull ...
by alex.blackbit
Tue Sep 27, 2011 5:13 pm
Forum: BibTeX, biblatex and biber
Topic: Date in Parentheses with "plain" BibTeX style
Replies: 2
Views: 4542

Date in Parentheses with "plain" BibTeX style

that works like a charm.
thanks a lot for your time.

the next task for me will be to have the following for a book:
address: publisher
instead of
publisher, address
i already reversed the order, that was easy, i now have
address, publisher

afaics the ',' is caused by the output function ...
by alex.blackbit
Tue Sep 27, 2011 2:07 pm
Forum: BibTeX, biblatex and biber
Topic: Date in Parentheses with "plain" BibTeX style
Replies: 2
Views: 4542

Date in Parentheses with "plain" BibTeX style

Hi,

I am in the process of modifying plain.bst for my needs.
The change I want to achieve is to have the date of a publication in parentheses.
I read the available documentation and some random websites, but obviously I don't get the concept of this "unnamed language".

I tried with the following ...
by alex.blackbit
Mon Mar 15, 2010 12:37 pm
Forum: Graphics, Figures & Tables
Topic: figure inside tabular
Replies: 2
Views: 20636

figure inside tabular

hi,

i have several blocks like this:
\begin{figure}[h!]
\includegraphics[width=0.3\textwidth]{images/Logo}
\caption{Logo}
\end{figure}

these should be placed in a normal tabular environment, but it seems i don't know how to do that right.
i tried: \begin{tabular}{c}
\begin{figure}[h ...
by alex.blackbit
Thu Mar 19, 2009 12:48 pm
Forum: General
Topic: savable pdf form
Replies: 3
Views: 2890

Re: savable pdf form

just in case i didn't make that clear enough.
the Form environment of the hyperref package does what it should.
problem solved.
by alex.blackbit
Thu Mar 12, 2009 6:24 pm
Forum: General
Topic: savable pdf form
Replies: 3
Views: 2890

Re: savable pdf form

it is actually working.
sorry for the wasted post.
by alex.blackbit
Fri Mar 06, 2009 4:03 pm
Forum: General
Topic: savable pdf form
Replies: 3
Views: 2890

savable pdf form

hi,

i can create forms using the hyperref package and the Form environment.
this works as expected.
but what i would like to have is a _savable_ form in the resulting pdf document.
searching the inet i did not find a way to do this.
any hints?
by alex.blackbit
Thu Aug 28, 2008 12:59 pm
Forum: General
Topic: overfull \hbox - why?
Replies: 5
Views: 10670

overfull \hbox - why?

localghost,

i got a usable result with margin=1cm for {geometry} and

Code: Select all

\begin{supertabular}{p{0.1\linewidth}p{0.8\linewidth}}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
please note that 0.1+0.8<1.0. do you have a quick explanation why this is necessary?