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 / cv_template.tex
Created May 12, 2016 20:20 — forked from tomoconnor/cv_template.tex
cv_template.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Don't like 10pt? Try 11pt or 12pt
\documentclass[11pt]{article}
% This is a helpful package that puts math inside length specifications
\usepackage{calc}
%\usepackage[none]{hyphenat}
% Layout: Puts the section titles on left side of page
\reversemarginpar
@asmjahid
asmjahid / cv.tex
Created May 12, 2016 20:20 — forked from Kattjakt/cv.tex
cv
\documentclass[10pt,a4paper]{article} % Font size (10-12pt) and paper size (a4paper, letterpaper, legalpaper, etc)
\include{structure} % Include structure.tex which contains packages and document layout definitions
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[swedish]{babel}
\hyphenation{Some-long-word} % Specify custom hyphenation points in words with dashes where you would like hyphenation to occur, or alternatively, don't put any dashes in a word to stop hyphenation altogether
%% start of file `template.tex'.
%% Copyright 2006-2013 Xavier Danaux ([email protected]).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
\documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')