Why is my document pdf generated by pdflatex looks different from the one generated by latex+dvips+ps2pdf ? From the code below, i have tow different papers switch to the tow cited commands above :
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[francais]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{lipsum}
\author{M ROUAN SERIK}
\title{Article with \LaTeXe}
\fontfamily{cmr}
\begin{document}
\maketitle
\section{Titled section}
\lipsum
\end{document}
Here's my pdffonts for the tow pdfs :
Pdflatex:
name type encoding emb sub uni object ID
------------------------------- ---------------- --- --- --- ---------
AMTRHA+SFRM1728 Type 1 Custom yes yes no 4 0
DPTCLU+SFRM1200 Type 1 Custom yes yes no 5 0
JVZRKA+CMMI12 Type 1 Builtin yes yes no 6 0
UEWNID+SFBX1440 Type 1 Custom yes yes no 7 0
FOVERL+SFRM1000 Type 1 Custom yes yes no 8 0
latex+dvips+ps2pdf
name type encoding emb sub uni object ID
------------------------------------ ----------------- ---------------- --- --- --- ---------
WVMUEH+SFRM1000 Type 1C WinAnsi yes yes no 16 0
ZHRBNN+SFBX1440 Type 1C WinAnsi yes yes no 14 0
IMJWCD+CMMI12 Type 1C Custom yes yes no 12 0
MDMSVR+SFRM1200 Type 1C WinAnsi yes yes no 10 0
TWHNMT+SFRM1728 Type 1C WinAnsi yes yes no 8 0