dkl2l.h File Reference
convert ISO-LATIN-1 encoded characters to LaTeX sequence.
More...
#include <dk.h>
Go to the source code of this file.
|
Functions |
char * | dk_l2l_encoding (char c) |
| Find LaTeX sequence for character c.
|
Detailed Description
convert ISO-LATIN-1 encoded characters to LaTeX sequence.
This module provides functions to convert ISO-LATIN-1 encoded characters into the appropriate LaTeX sequence.
Function Documentation
char* dk_l2l_encoding |
( |
char |
c |
) |
|
Find LaTeX sequence for character c.
- Parameters:
-
| c | Character in the range 0x00-0xff. |
- Returns:
- String containing the LaTeX sequence to show the glyph for c. For some characters there is no LaTeX sequence (or at least no sequence known to me), a pointer to an empty string is returned for these characters.