LaTeX command parser for Greek letters and mathematical symbols
Functions
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
command_text |
|
Return Value
logical
Subroutines
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
text |
|
integer,
|
intent(in) |
|
|
:: |
start |
|
integer,
|
intent(out) |
|
|
:: |
start_pos |
|
integer,
|
intent(out) |
|
|
:: |
end_pos |
|
logical,
|
intent(out) |
|
|
:: |
found |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
text |
|
integer,
|
intent(in) |
|
|
:: |
start_pos |
|
integer,
|
intent(in) |
|
|
:: |
end_pos |
|
character(len=*),
|
intent(out) |
|
|
:: |
command |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
text |
|
integer,
|
intent(out) |
|
|
:: |
commands(:,:) |
|
integer,
|
intent(out) |
|
|
:: |
num_found |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
latex_command |
|
character(len=*),
|
intent(out) |
|
|
:: |
unicode_char |
|
logical,
|
intent(out) |
|
|
:: |
success |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
input_text |
|
character(len=*),
|
intent(out) |
|
|
:: |
result_text |
|
integer,
|
intent(out) |
|
|
:: |
result_len |
|