Giter VIP home page Giter VIP logo

texiteasy's Introduction

TexItEasy

Simple and Powerful Latex Editor http://texiteasy.com

Features

  • Syntax coloration
  • Command completion (with commands defined in the source, \ref your \label, \cite your bibitem and bibfile)
  • Integrated pdf viewer (auto sync during scrolling, reverse sync with Ctrl+Click on the pdf)
  • Spell checker
  • Hide auxiliary files
  • Search with regex
  • Splitable editor
  • Quickly open associted files (input, bibliography)
  • Autodetect the master file (if it is open)
  • Restore last session
  • Configure multiple builders
  • Configure keybinding and themes

Build on Linux

Build Status

Ubuntu

svn checkout https://github.com/Bramas/texiteasy/trunk/source
sudo apt-get install libqt4-dev qt4-qmake libpoppler-qt4-dev zlib1g-dev
cd source
qmake texiteasy.pro
make

ArchLinux

sudo pacman -S make gcc qt4 poppler-qt4 zlib texlive-core
wget https://github.com/Bramas/texiteasy/archive/master.tar.gz
tar -zxf master.tar.gz
cd texiteasy-master/source
qmake-qt4 texiteasy.pro
make

optional but usefull:

pacman -S texlive-lang texlive-science texlive-pstricks

even more:

pacman -S texlive-lang texlive-science texlive-pstricks texlive-pictures texlive-latexextra

everything:

pacman -S texlive-most

Build on Mac Os

Build poppler

be sure that pkg-config is aware of your version of qt:

export PKG_CONFIG_PATH="$HOME/Qt/5.4/clang_64/lib/pkgconfig

be sure that qt chooser is aware of your version of qt (in /etc/xdg/qtchooser/5.conf):

$HOME/Qt/5.4/clang_64/bin
$HOME/Qt/5.4/clang_64/lib

I dont know why but qt pkgconfig gives the wrong include path, so you have to link as follow:

 ln -s $HOME/Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/ $HOME/Qt/5.4/clang_64/include/QtCore
 ln -s $HOME/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/ $HOME/Qt/5.4/clang_64/include/QtGui
 ln -s $HOME/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/ $HOME/Qt/5.4/clang_64/include/QtWidgets
 ln -s $HOME/Qt/5.4/clang_64/lib/QtXml.framework/Versions/5/Headers/ $HOME/Qt/5.4/clang_64/include/QtXml

Build on Windows

Use the mingw-builds (all dependencies are included):

http://sourceforge.net/projects/mingwbuilds/files/external-binary-packages/Qt-Builds/

texiteasy's People

Contributors

bramas avatar ousia avatar orthographic-pedant avatar

Watchers

Amit K avatar James Cloos 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.