Generali can not compile always

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
megh500
Posts: 25
Joined: Tue Jan 24, 2017 5:54 am

i can not compile always

Post by megh500 »

when ever i want to compile my latex file it will be busy and will not be compiled.why?
i found that the problem is because of using these

\usepackage{blindtext}
\usepackage[inline]{enumitem}
\usepackage{xcolor}


what should i do?i tried texstudio,texmaker but my article would not be complied and it is busy
Last edited by Stefan Kottwitz on Wed Jan 25, 2017 2:42 pm, edited 1 time in total.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

i can not compile always

Post by kaiserkarl13 »

The following works for me:

Code: Select all

\documentclass{article}
\usepackage{blindtext}
\usepackage[inline]{enumitem}
\usepackage{xcolor}

\begin{document}
hello!
\end{document}
Please be more specific.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10341
Joined: Mon Mar 10, 2008 9:44 pm

i can not compile always

Post by Stefan Kottwitz »

I can confirm that these three lines are ok and don't cause an error. You may use other settings that cause an error or may cause a conflict with one of the three packages you mentioned.
Please post more code, such as an example that you tested and that shows the problem, that we can test too. These three lines work, you can see it yourself in the simplest way: just click on "Open in Overleaf" above, that's an online LaTeX editor that compiles the three lines.

Stefan
LaTeX.org admin
Post Reply