Text Formatting ⇒ I cant see some of my words after compiling
I cant see some of my words after compiling
Hi guys,
I am new here and a beginner with Latex too, and naturally I have a problem. I am using Texmaker 4.5 and when I am writing some of my sentences are hollow. There are still there, but after i compile the text, they are not visible on the pdf side.
I would be thankful for any help.
I am new here and a beginner with Latex too, and naturally I have a problem. I am using Texmaker 4.5 and when I am writing some of my sentences are hollow. There are still there, but after i compile the text, they are not visible on the pdf side.
I would be thankful for any help.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
I cant see some of my words after compiling
Hi and welcome,
have you checked the log-file? Are there any errors are warnings around? Can you see the sentences with another viewer?
Can you create a minimal compiling working example, so we can reproduce the issue?
have you checked the log-file? Are there any errors are warnings around? Can you see the sentences with another viewer?
Can you create a minimal compiling working example, so we can reproduce the issue?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
I cant see some of my words after compiling
Sorry I havent answered sooner, i had a family meeting to attend.
In the log file seems everything to be ok, i see no warnings.
And i have no idea how to produce a mcwe.

In the log file seems everything to be ok, i see no warnings.
And i have no idea how to produce a mcwe.
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
I cant see some of my words after compiling
Welcome to the Forum!
Have a look at some good information, click this link:
minimal working example
Stefan
Have a look at some good information, click this link:

Stefan
LaTeX.org admin
I cant see some of my words after compiling
Thanks for the help.
I have recreited the document and I find the problem. Somehow after the "%" everything goes hollow. The next sentence is normal, then again the same thing.
Do you now why is using "%" is a problem?
I have recreited the document and I find the problem. Somehow after the "%" everything goes hollow. The next sentence is normal, then again the same thing.
Do you now why is using "%" is a problem?
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
I cant see some of my words after compiling
The percent sign is the comment starter in any LaTeX file, which should be mentioned in every LaTeX introductioin. Maybe you should read one.
If you need to typeset the percent sign, use
If you need to typeset the percent sign, use
\%
, or even better: Make use of package siunitx.The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
I cant see some of my words after compiling
Thanks,
I definietly will read one when I find some time.
I definietly will read one when I find some time.
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
I cant see some of my words after compiling
LaTeX.org admin