I am having a problem of restricting the length of a text line within the viewable width of a page as I got the error:
How to fix it? Thanks a lot!Overfull \hbox (179.70857pt too wide) in paragraph at lines 37--39
How to fix it? Thanks a lot!Overfull \hbox (179.70857pt too wide) in paragraph at lines 37--39
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\documentclass[a4paper]{article}
%\documentclass[12pt]{article}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage[margin=1in]{geometry} % set the margins to 1in on all sides
\usepackage{graphicx} % to include figures
\usepackage{amsmath} % great math stuff
\usepackage{amsfonts} % for blackboard bold, etc
\usepackage{amsthm} % better theorem environments
\begin{document}
\section*{Discussion}
\begin{enumerate}
\item {\it Write up a short discussion – that includes your data, along with an interpretation of their meaning.
Is there anything special about these sequences? (Try Google, or the following link: http://www.neb. com/nebecomm/tech\_reference/restriction\_enzymes/cross\_index\_recognition\_sequences.asp)}
\end{enumerate}
My detection results on the three species' genomes are stored in M.jannaschii\_overrep.txt, M.jannaschii\_underrep.txt, H.pylori\_overrep.txt, H.pylori\_underrep.txt, H.influenzae\_overrep.txt and H.influenzae\_underrep.txt.
\end{document}
Code: Select all
M.janna\-schii\_un\-der\-rep.txt, ... H.in\-flu\-en\-zae\_underrep.txt.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p