- sudo apt-get install abiword
- open the word document in abiword
- save as latex (.tex) document (from "save file as type" select latex )
- Once you have .tex, open lyx and import the .tex into it
Rizwan Bulbul
Wednesday, 21 July 2010
Conversion from word to lyx
Sunday, 27 June 2010
ACM SIGSPATIAL FORMAT FOR LYX
- sudo apt-get install texlive-publishers
- Download and save on your Desktop the ACM .cls file from http://www.acm.org/sigs/publications/acm_proc_article-sp.cls
- cd /usr/share/texmf-texlive/tex/latex/acmtrans
- sudo mv ~/Desktop/acm_proc_article-sp.cls acmtrans2e.cls
- sudo cp /usr/share/lyx/layouts/article.layout ~/.lyx/layouts/acmtrans2e.layout
- sudo gedit ~/.lyx/layouts/acmtrans2e.layout
- Change second line # \DeclareLaTeXClass{article} to # \DeclareLaTeXClass[acmtrans2e]{article (ACM)}
- sudo texhash
- In Lyx: Tools --> Reconfigure
- Restart Lyx
- In Lyx: Douments ---> Setting
and right click on the added "BibTex Generated Bibliography" at the end of the lyx document and select settings and "Style" drop down has the "acm".
Tuesday, 1 June 2010
Installing leksah, gtk, gtk2hs, and glade on Ubuntu 10.04 LTS -the Lucid Lynx
- sudo apt-get install cabal-install
- sudo apt-get install libghc6-zlib-dev
- cabal update
- sudo cabal install cabal-install --global
- sudo apt-get install libgtk2.0-dev
- sudo apt-get install libgtksourceview2.0-dev
- sudo cabal install alex --global
- sudo cabal install happy --global
- sudo cabal install gtk2hs-buildtools --global
- sudo apt-get install libglade2-dev
- sudo cabal install glade --global
- sudo cabal install leksah --global
Friday, 21 May 2010
Configuring Lyx for including "Document Class" for "article (Springer LNCS)"
- Download llncs2e.zip
- Extract to or copy extracted folder llncs2e to /usr/share/texmf/tex/latex
- In terminal: sudo texhash
- In Lyx: Tools --> Reconfigure
- Restart Lyx
- In Lyx: Douments ---> Settings
Monday, 22 March 2010
Cabalized gtk2hs: errors
Cabalized version available at http://www.mail-archive.com/gtk2hs-devel@lists.sourceforge.net/msg00535.html
During installation of cairo-0.10.5:
[1 of 1] Compiling Main ( Setup.hs, dist\setup\Main.o )
Linking .\dist\setup\setup.exe ...
Configuring cairo-0.10.5...
setup.exe: Missing dependencies on foreign libraries:
* Missing C libraries: z, cairo
This problem can usually be solved by installing the system packages that
provide these libraries (you may need the "-dev" versions). If the libraries
are already installed but in a non-standard location then you can use the
flags --extra-include-dirs= and --extra-lib-dirs= to specify where they are.
cabal: Error: some packages failed to install:
cairo-0.10.5 failed during the configure step. The exception was:
exit: ExitFailure 1
During installation of cairo-0.10.5:
[1 of 1] Compiling Main ( Setup.hs, dist\setup\Main.o )
Linking .\dist\setup\setup.exe ...
Configuring cairo-0.10.5...
setup.exe: Missing dependencies on foreign libraries:
* Missing C libraries: z, cairo
This problem can usually be solved by installing the system packages that
provide these libraries (you may need the "-dev" versions). If the libraries
are already installed but in a non-standard location then you can use the
flags --extra-include-dirs= and --extra-lib-dirs= to specify where they are.
cabal: Error: some packages failed to install:
cairo-0.10.5 failed during the configure step. The exception was:
exit: ExitFailure 1
Issues in the installation of darcs version of gtk2hs on windows
With ghc-6.10.3
$ autoreconf
configure.ac:105: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /mingw/bin/autoconf failed with exit status: 1
Redoing autoreconf works
$ ./configure
./configure: line 5002: syntax error near unexpected token `GLIB,glib-2.0'
./configure: line 5002: `PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.0.0 gobject-2.0 >=
2.0.0, , as_fn_error "'
With Haskell Platform (ghc-6.10.4)
./configure
There was an error saying that the ghc is not found in the included path. However, it was already there.
$ autoreconf
configure.ac:105: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /mingw/bin/autoconf failed with exit status: 1
Redoing autoreconf works
$ ./configure
./configure: line 5002: syntax error near unexpected token `GLIB,glib-2.0'
./configure: line 5002: `PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.0.0 gobject-2.0 >=
2.0.0, , as_fn_error "'
With Haskell Platform (ghc-6.10.4)
./configure
There was an error saying that the ghc is not found in the included path. However, it was already there.
Thursday, 18 February 2010
eduroam configuration on Android
The Following are the steps for configuring eduroam WLAN on Android 1.6 (HTC-Magic).
(Note: The settings are applicable specially for TU Wien campus)
In Wi-Fi networks list press eduroam
Credential storage password: enter your wireless account password
Setting Preferences
EAP method: TTLS
Phase 2 authentication: MSCHAP2
CA certificate: N/A
Client certificate: N/A
Private key password: leave blank
Identity: your wireless account username (e.g. e0XXXXX@student.tuwien.ac.at)
Anonymous identity: leave blank
Wireless password: your wireless account password (same as credential storage password)
Subscribe to:
Posts (Atom)