Giter Club home page Giter Club logo

resume's Introduction

Resume ๐Ÿ“Œ

you can check Shambo_Chowdhury_Resume.pdf which is the latest build of my resume

LaTeX Resume Builder with Docker

This project allows me to build my resume in PDF and PNG formats using LaTeX inside a Docker container. This ensures a consistent environment for building my resume, regardless of the host operating system.

Prerequisites

  • Docker installed on your system.

Project Structure

  • Dockerfile: Contains the instructions to create the Docker image.
  • resume.tex: my LaTeX resume source file.

Getting Started

Follow these steps to build and run the Docker image to generate resume.

1. Clone the Repository

If you haven't already, clone this repository to your local machine:

git clone https://github.com/yourusername/latex-resume-docker.git
cd latex-resume-docker

2. Build the Docker Image

Build the Docker image with the following command:

docker build -t latex-resume .

This process can take some time, especially the first time, as it needs to download and install all the required packages.

3. Compile the LaTeX Document to PDF

Run the following command to compile your resume.tex file to a PDF:

docker run --rm -v $(pwd):/data latex-resume pdflatex resume.tex

4. Convert PDF to PNG

docker run --rm -v $(pwd):/data latex-resume convert -density 300 resume.pdf -quality 90 resume.png

This command uses ImageMagick's convert tool to generate a high-quality PNG from the PDF.

resume's People

Contributors

typhonshambo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.