start=0 passed to substring$

Issue #31 resolved
Former user created an issue

pybtex returns error message "start=0 passed to substring$" if starting characters position in substring$ is "0", but bibtex allows it.

so, pybtex should do the same.

example1: "string" #0 #1 substring$ top$ prints "" (empty string)

example2: "string" #1 #1 substring$ top$ prints "s"

Comments (2)

  1. Log in to comment