I work in Latexe without gui, latex2rtf-2.3.1_win-NO-GUI. But the font change command does not respond.
\documentclass[14pt]{article} Then I tried to slightly change the request.
\documentclass[14pt,a4paper,twoside]{report} \documentclass[14pt,a4paper]{article} After I decided to reassign commands
\renewcommand{\tiny}{\fontsize{7}{8.4pt}\selectfont} \renewcommand{\scriptsize}{\fontsize{9}{11pt}\selectfont} \renewcommand{\footnotesize}{\fontsize{11}{13.6pt}\selectfont} \renewcommand{\small}{\fontsize{12}{14.5pt}\selectfont} \renewcommand{\normalsize}{\fontsize{14}{18pt}\selectfont} \renewcommand{\large}{\fontsize{17}{20pt}\selectfont} \renewcommand{\Large}{\fontsize{20}{25pt}\selectfont} \renewcommand{\LARGE}{\fontsize{25}{30pt}\selectfont} Also reassigned but slightly different
\renewcommand\tiny{\fontsize{7}{8.4pt}\selectfont} \renewcommand\scriptsize{\fontsize{9}{11pt}\selectfont} \renewcommand\footnotesize{\fontsize{11}{13.6pt}\selectfont} \renewcommand\small{\fontsize{12}{14.5pt}\selectfont} %\renewcommand\normalsize{\fontsize{14}{16.8pt}\selectfont} \renewcommand\normalsize{\fontsize{14}{16.8pt}\selectfont} \renewcommand\large{\fontsize{17}{20pt}\selectfont} \renewcommand\Large{\fontsize{20}{25pt}\selectfont} \renewcommand\LARGE{\fontsize{25}{30pt}\selectfont} but for some reason these two options do not work.
I do not know what to use to make the font 14 instead of the standard 10. Please tell me.