Favicon of ShareLaTeX

ShareLaTeX

Write and collaborate on LaTeX documents in real-time. Access hundreds of templates, control versions, and switch between visual and code editors.

Create complex, beautifully formatted documents with an online LaTeX editor designed for collaboration. Get started instantly with no downloads or setup required, making it accessible for everyone, regardless of their LaTeX experience. The unique dual-editor allows you to work in a Visual Editor for easy formatting or switch seamlessly to the Code Editor for full control.

This platform is purpose-built for scientific and technical writing, helping you produce professional work with ease. Key features include:

  • Real-time collaboration: Work simultaneously with colleagues, add comments, and say goodbye to endless email chains.
  • Version control: Track changes and access your project's complete history to easily revert to previous versions.
  • Extensive templates: Choose from thousands of free templates, from publisher-approved articles to project reports and presentations.
  • Powerful tools: Manage bibliographies, citations, formulas, figures, and tables efficiently for flawless formatting.

Directory Structure

sharelatex
overleaf
mongo-data
redis-data
sharelatex-data
.env
docker-compose.yml

docker-compose.yml

services:
  sharelatex:
    image: sharelatex/sharelatex:latest
    container_name: sharelatex
    restart: always
    depends_on:
      - mongo
      - redis
    ports:
      - "80:80"
    volumes:
      - ./sharelatex-data:/var/lib/sharelatex
    environment:
      SHARELATEX_MONGO_URL: mongodb://mongo/sharelatex
      SHARELATEX_REDIS_HOST: redis
      REDIS_HOST: redis
      SHARELATEX_APP_NAME: Overleaf Community Edition
      SHARELATEX_NAV_TITLE: Overleaf Community Edition
      SHARELATEX_ADMIN_EMAIL: ${ADMIN_EMAIL}
      SHARELATEX_SESSION_SECRET: ${SESSION_SECRET}

  mongo:
    image: mongo:4.4
    container_name: mongo
    restart: always
    volumes:
      - ./mongo-data:/data/db

  redis:
    image: redis:6
    container_name: redis
    restart: always
    volumes:
      - ./redis-data:/data

.env

ADMIN_EMAIL=admin@example.com
SESSION_SECRET=your_super_secret_session_key_here

Share:

Ad
Favicon

 

  
 

Similar to ShareLaTeX

Favicon

 

  
  
Favicon

 

  
  
Favicon