diff options
Diffstat (limited to 'Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lang.html')
-rw-r--r-- | Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lang.html | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lang.html b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lang.html new file mode 100644 index 00000000000..20e08b9e8f8 --- /dev/null +++ b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lang.html @@ -0,0 +1,78 @@ +<html> +<head> +<meta http-equiv="content-type" content="text/html; charset=iso-8859-2"> +<meta http-equiv="Content-language" content="pl"> +<meta name="Author" content="Włodzimierz Macewicz"> +</head> +<body> +<h4>Tablica struktur opisujących języki</h4> + +Tablica zawiera struktury opisujące definiowane języki. Ostatnim +elementem tablicy <b>musi</b> być element +którego wartość pola <code>id</code> wynosi <code>NULL</code>. +<pre> +Public struct _multilanguage multilanguage[] = + { + { + &us_day_name_ptr, + &us_mon_name_ptr, + &us_toascii_table, + &us_lower_table, + &us_upper_table, + &us_char_type, + &us_order_tbl, + 0, + NULL, + "english", + "US english", + NULL + }, + { + <a href=day.html>&pl_maz_day_name_ptr</a>, + <a href=mon.html>&pl_maz_mon_name_ptr</a>, + <a href=toascii.html>&pl_maz_toascii_table</a>, + <a href=lower.html>&pl_maz_lower_table</a>, + <a href=upper.html>&pl_maz_upper_table</a>, + <a href=typy.html>&pl_maz_char_type</a>, + <a href=order.html>&pl_maz_order_tbl</a>, + 0, + <a href=decode.html>Decode_Number</a>, + <a href=id.html>"PL-mazowia"</a>, + <a href=name.html>"Polish mazowia"</a>, + <a href=spec.html>&maz_decode</a> + }, + { + &pl_iso2_day_name_ptr, + &pl_iso2_mon_name_ptr, + &pl_iso2_toascii_table, + &pl_iso2_lower_table, + &pl_iso2_upper_table, + &pl_iso2_char_type, + &pl_iso2_order_tbl, + 0, + Decode_Number, + "PL-latin2", + "Polish ISO-8859-2 (Latin2)", + &iso2_decode + }, + { + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + 0, + NULL, + NULL, + NULL, + NULL + } + }; + +</pre> + +</body> +</html> + |