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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis