Text FormattingI cant see some of my words after compiling

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
polovcev
Posts: 4
Joined: Sat Dec 10, 2016 2:08 pm

I cant see some of my words after compiling

Post by polovcev »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

I cant see some of my words after compiling

Post by Johannes_B »

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?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
polovcev
Posts: 4
Joined: Sat Dec 10, 2016 2:08 pm

I cant see some of my words after compiling

Post by polovcev »

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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

I cant see some of my words after compiling

Post by Stefan Kottwitz »

Welcome to the Forum!

Have a look at some good information, click this link: Infominimal working example

Stefan
LaTeX.org admin
polovcev
Posts: 4
Joined: Sat Dec 10, 2016 2:08 pm

I cant see some of my words after compiling

Post by polovcev »

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?
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

I cant see some of my words after compiling

Post by Johannes_B »

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 \%, 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.
polovcev
Posts: 4
Joined: Sat Dec 10, 2016 2:08 pm

I cant see some of my words after compiling

Post by polovcev »

Thanks,

I definietly will read one when I find some time.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

I cant see some of my words after compiling

Post by Stefan Kottwitz »

Here are some good introductions and guides: LaTeX Resources for Beginners.

Stefan
LaTeX.org admin
Post Reply