Dear all,
1) I have tried Ukrainian version on different versions of Windows (XP, 7) - OK,
kubuntu 15.04 - OK, but on ubuntu it goes english after switching
the language to Ukrainian
Currently I do not know whether it is my peculiar ubuntu options,
problems with Ukrainian locale, or Gretl
2) Converting model tables into LaTex lacks packages for cyryllic fonts:
pdf previev doesn't work, TexStudio points on errors whike building
A possible by-hands solutions (I do not know whether it is a good one):
Original 3 top lines:
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[a4paper,pdftex]{geometry}
.....
A working variant:
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc} ################<-
\usepackage[a4paper,pdftex]{geometry}
Oleh