Guest User

Untitled

a guest
Jun 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[tmargin=1.25in,bmargin=1.25in,lmargin=1.5in,rmargin=1.5in]{geometry}
  3. usepackage{fancyhdr}
  4.  
  5. renewcommand{sfdefault}{phv} % Arial
  6.  
  7. begin{document}
  8. fontfamily{ptm}selectfont
  9. pagestyle{fancy}
  10. renewcommand{headrulewidth}{0pt}
  11.  
  12. sffamily
  13. noindentrule{14cm}{1pt}
  14. begin{center}
  15. huge{textbf{Title is using correct font}}
  16. par
  17. vspace{7mm}
  18. end{center}
  19. vspace{-baselineskip}
  20. noindentrule{14cm}{1pt}
  21. fontfamily{ptm}selectfont
  22. begin{flushleft}
  23.  
  24. vspace{7mm}
  25. par
  26. renewcommand{sfdefault}{large{textbf{ABSTRACT should be arial 12}}}
  27. sfdefault
  28. par
  29. fontfamily{ptm}selectfont
  30. vspace{7mm}
  31. par
  32. Correctly using Times New Roman 11
  33. vspace{7mm}
  34. par
  35. renewcommand{sfdefault}{large{textbf{1 quad quad INTRODUCTION should be arial 12}}}
  36. sfdefault
  37. par
  38. fontfamily{ptm}selectfont
  39. vspace{7mm}
  40. par
  41. Correctly using Times New Roman 11
  42. vspace{7mm}
  43. par
  44.  
  45. renewcommand{sfdefault}{large{textbf{2 quad quad METHODOLOGY should be arial 12}}}
  46. sfdefault
  47. par
  48. fontfamily{ptm}selectfont
  49. vspace{7mm}
  50. par
  51. Correctly using Times New Roman 11
  52. vspace{7mm}
  53. par
  54. pagestyle{fancy}
  55.  
  56. end{flushleft}
  57. end{document}
  58.  
  59. documentclass[11pt]{article}
  60. usepackage[vmargin=1.25in,hmargin=1.5in]{geometry}
  61.  
  62. usepackage{times} % Times Roman
  63. usepackage[scaled=0.86]{helvet} % Helvetica
  64.  
  65. usepackage{sectsty}
  66. sectionfont{largesffamily}
  67.  
  68. begin{document}
  69. raggedright
  70.  
  71. hrule
  72. begin{center}
  73. hugebfseriessffamily Title is using arial
  74. end{center}
  75. hrule
  76.  
  77. section*{ABSTRACT now uses arial}
  78.  
  79. Correctly using Times Roman
  80.  
  81. section{INTRODUCTION now uses arial}
  82.  
  83. Correctly using Times Roman
  84.  
  85. section{METHODOLOGY now uses arial}
  86.  
  87. Correctly using Times Roman
  88. end{document}
Add Comment
Please, Sign In to add comment