Replace \bf in package desciption by \em as it sticks out with \bf

This commit is contained in:
Andreas Fabri 2010-09-24 07:01:05 +00:00
parent e89b580703
commit b05a41a56a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Real solving of polynomials is a fundamental problem with a wide application range. Real solving of polynomials is a fundamental problem with a wide application range.
This package is targeted to provide black-box implementations of state-of-the-art This package is targeted to provide black-box implementations of state-of-the-art
algorithms to determine, compare and approximate real roots of univariate polynomials algorithms to determine, compare and approximate real roots of univariate polynomials
and bivariate polynomial systems. Such a black-box is called an {\bf Algebraic Kernel}. and bivariate polynomial systems. Such a black-box is called an {\em Algebraic Kernel}.
So far the package only provides models for the univariate kernel. Nevertheless, So far the package only provides models for the univariate kernel. Nevertheless,
it already defines concepts for the bivariate kernel, since this settles the interface it already defines concepts for the bivariate kernel, since this settles the interface
for upcoming implementations.} for upcoming implementations.}