سلام . نه دو تا لینک بیشتر نیست واسه لینوکس . یکی واسه rpm و یکی هم debian که اینا به درد من نمی خورند. من سورس برنامه رو می خوام بر روی آرچ لینوکس نصب کنم .
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuبا سلام . قبلش بخاطر جوابهاتون تشکر می کنم .
دوم . من می خواهم کدهای python و lua رو در لاتک بصورت syntax highlighting قرار بدم توی گوگل سرچ کردم که بسته listings رو پیدا کردم ازش استفاده کردم طبق راهنماش اینجوری :
[code dir="ltr"]\documentclass{article}
\usepackage{color}
\usepackage{listings}
\begin{document}
\lstset{language=html}
\begin{lstlisting}
<html>
<body>
hellow
</body>
</html>
\end{lstlisting}
\end{document}
\begin{figure}[!ht]
\includegraphics[scale=0.5]{4.png}
\caption{نحوه قرار گیری لایه ها}
\end{fiugre}