I'm using this:
Code: Select all
\documentclass[letterpaper,12pt]{article}
\usepackage[latin1]{inputenc}
\usepackage[english]{babel}
\usepackage{fontenc}
\usepackage{graphicx}
#...skipped...
\scriptsize{
\begin{verbatim}
linux:~ # gedit /etc/fstab
\end{verbatim}
}
Text text text text, text text. Text text text text, text text. Text, text text text, text text. Text text text text, text text. Text.
\scriptsize{}
more ahead in document and this keeps the subsequent text getting more and more tiny. I got no error in log message. Does anybody knows what is it all about? Did I miss something?Thank you in advance.