Example:
Code: Select all
\noindent Some text
\\ \\
\noindent Some more textin my PDF file. Any experience concerning this issue or possible solutions?Some text
Ê
Some more text
Thanks
Code: Select all
\noindent Some text
\\ \\
\noindent Some more textin my PDF file. Any experience concerning this issue or possible solutions?Some text
Ê
Some more text
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
Code: Select all
\documentclass[12pt,a4paper]{scrartcl}
\usepackage{fourier}
\begin{document}
\begin{itemize}
\item LOREM IPSUM
\end{itemize}
\end{document}Code: Select all
\documentclass[12pt,a4paper]{scrartcl}
\usepackage{fourier}
\begin{document}
\begin{itemize}
\item LOREM IPSUM
\end{itemize}
\end{document}\usepackage[utf8]{inputenc}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