Math & Science ⇒ texmaker
-
- Posts: 4
- Joined: Sat Dec 02, 2017 11:41 am
texmaker
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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: 10335
- 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: 10335
- 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: 10335
- 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