Search found 4 matches

by zhanyzhaks
Sun Dec 03, 2017 1:13 pm
Forum: Math & Science
Topic: texmaker
Replies: 7
Views: 5349

texmaker

Please what could be the possible cause of this problem, "table environment with figures is not obeying the margin". Some text will even be appearing on the page number. Some text when page is filled up are hidden. But this problem does not affect my chapter 1-3 where I write plain text and maths ...
by zhanyzhaks
Sat Dec 02, 2017 9:54 pm
Forum: Math & Science
Topic: texmaker
Replies: 7
Views: 5349

texmaker

The text2 only appeared below the table when I put it before \end{table}.
What about TeXnicCenter that could not upload figure?
With the above preamble, I typed
\begin{figure} [h]
\includegraphics[scale=0.5]{filename.JPEG}
\caption{my pics} \label{fig. 1}
\end{figure}.
With this, the figure ...
by zhanyzhaks
Sat Dec 02, 2017 7:07 pm
Forum: Math & Science
Topic: texmaker
Replies: 7
Views: 5349

texmaker

See the code example.
\documentclass {article}
\usepackage{graphicx}
\usepackage{pstricks}
\begin{document}
(text1)
\begin{table}
\begin{center}
\begin{tabular}
(table formed)
\end{tabular}
\end{center}
\end{table}
(text2) .
\end{document}
But the text2 will not appear below the table ...
by zhanyzhaks
Sat Dec 02, 2017 12:16 pm
Forum: Math & Science
Topic: texmaker
Replies: 7
Views: 5349

texmaker

Please I'm using texmaker but when I insert a picture, the rest of the text below will not appear. Again, if I type text after inserting a table, the text will not appear below when viewed with pdf. Can someone help me out? Thanks.