Skip to content

Instantly share code, notes, and snippets.

View asmjahid's full-sized avatar

MD JAHIDUL ALAM MOJUMDER asmjahid

View GitHub Profile
@asmjahid
asmjahid / resume.tex
Created May 12, 2016 20:27 — forked from sadmansk/resume.tex
LatexResume
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Deedy - One Page Two Column Resume
% LaTeX Template
% Version 1.1 (30/4/2014)
%
% Original author:
% Debarghya Das (http://debarghyadas.com)
%
% Original repository:
% https://github.com/deedydas/Deedy-Resume
@asmjahid
asmjahid / resume.tex
Created May 12, 2016 20:27 — forked from soulcyon/resume.tex
My latest resume
\documentclass[11pt]{article}
\usepackage{ifthen}
\usepackage{xcolor}
\usepackage{multicol}
\usepackage[left=1cm,top=0.7cm,right=1cm,bottom=1cm,nohead,nofoot]{geometry}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\setitemize{itemsep=-0.3em}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[]{deedy-resume}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% LAST UPDATED DATE
%
\documentclass[a4paper,10pt]{article}
%A Few Useful Packages
\usepackage{marvosym}
\usepackage{fontspec} %load fonts
\usepackage{url,parskip} %formatting
\usepackage{xunicode,xltxtra} %other packages for XeTeX
%Graphics - Colors
\RequirePackage{color,graphicx}
\documentclass[11pt,a4paper,sans]{moderncv}
\usepackage[utf8]{inputenc}
\usepackage{kotex}
\moderncvstyle{classic}
\moderncvcolor{blue}
\usepackage{lipsum}
\usepackage[scale=0.75]{geometry}
% 이름
\firstname{이} % Your first name
% cover letter LaTeX template
\documentclass[10pt]{letter}
\usepackage{newcent}
\signature{Your Name}
\address{Street \\ City \\ Country}
\begin{document}
\begin{letter}{Company name \\ Street\\ City\\ Country}
\opening{Dear Sir or Madam:}
Bacon ipsum dolor amet sirloin landjaeger alcatra, beef corned beef hamburger tenderloin. Hamburger shankle tongue porchetta short loin ham doner pork loin strip steak landjaeger. Meatloaf pork chop shank fatback pork sirloin. Beef ribs short ribs beef pastrami t-bone pork chicken porchetta shank prosciutto capicola pork belly tail. Landjaeger tenderloin pork chop frankfurter drumstick, swine chicken salami cow pork loin pastrami. Fatback shank capicola rump. Drumstick cow andouille, biltong venison short loin cupim flank fatback ball tip pork chicken ham shoulder pork loin.
@asmjahid
asmjahid / hacker_cv_decause.tex
Created May 12, 2016 20:23 — forked from decause/hacker_cv_decause.tex
This is a LaTeX template for what I'd call a "Hacker CV." Licensed CC-BY-SA
% Contributing Authors msoucy@csh.rit.edu and remyd@civx.us
% LaTeX Hacker_CV using res.cls
\documentclass[margin]{res}
\usepackage{enumitem}
\setlist[itemize]{nosep,label=-}
%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
%\usepackage{newcent} % uses new century schoolbook postscript font.
\setlength{\textwidth}{5.1in} % set width of text portion
\newcommand{\centered}{\moveleft.5\hoffset\centerline}
\newcommand{\event}[2]{{\it #1}\hfill #2\\}
@asmjahid
asmjahid / cv.tex
Created May 12, 2016 20:22 — forked from ja-mf/cv.tex
cv-template latex
\documentclass[margin]{res}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{graphics}
\usepackage{graphicx}
%\usepackage{amsmath}
\usepackage{textpos}
\oddsidemargin -.5in
\evensidemargin -.5in
@asmjahid
asmjahid / cv.tex
Created May 12, 2016 20:20 — forked from Krule/cv.tex
My expanded CV
\documentclass[letterpaper]{article}
\usepackage{color,hyperref,geometry,subfigure,fancyhdr,sectsty,pstricks}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[sc,osf]{mathpazo}
\usepackage{adforn}
\usepackage{soul}
\usepackage{setspace}
\usepackage{scrextend}
% resume.tex
%
% (c) 2002 Matthew Boedicker <mboedick@mboedick.org> (original author) http://mboedick.org
% (c) 2003 David J. Grant <dgrant@ieee.org> http://www.davidgrant.ca
% (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com> http://www.courtesan.com/todd
% (c) 2009 Derek R. Hildreth <derek@derekhildreth.com> http://www.derekhildreth.com
% (c) 2011 Shreesh Ayachit <shreesh.ayachit@gmail.com>
%This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/1.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
% GENERAL NOTE: There may be some notes specific to myself. If you're only interested in my LaTeX source or it doesn't make sense, please disregard it.