Math & Science ⇒ texmaker
-
- Posts: 4
- Joined: Sat Dec 02, 2017 11:41 am
texmaker
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
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
texmaker
welcome to the forum!
From this part: "the text will not appear below when viewed with pdf" I assume that you mean an issue with the output, not text doesn't appear in the editor (Texmaker).
Can you show us the code? Because the code matters, LaTeX translates the code, while Texmaker just helps editing and saves it and calls pdfLaTeX. Please show us code in the meaning of a

Stefan
-
- Posts: 4
- Joined: Sat Dec 02, 2017 11:41 am
texmaker
Code: Select all
\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}
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
texmaker
It's better to speak about real code (without private text, just filler text).
If I fix that code, text2 appears below the table.
Stefan
-
- Posts: 4
- Joined: Sat Dec 02, 2017 11:41 am
texmaker
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 could not appear but all other documents appeared.
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
texmaker
Stefan
-
- Posts: 4
- Joined: Sat Dec 02, 2017 11:41 am
texmaker
Please I need code that will solve this problem for me. Thank you in anticipation
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
texmaker
If somebody posts a

Without code, it's just talking. Perhaps your figure or table is too big, or the page geometry settings (margins, head height, footer height) are wrong.
Stefan