Fedora :: Create Text Files With Mathematical Notations And Symbols?
Sep 2, 2010
Does anyone have the name of a good program that will allow me to create text files with mathematical notations and symbols? I like to ptake notes at school on my laptop but I find it difficult to do so in my math classes. I just downloaded a program called Mirai Math. Haven't tried it yet but it looks a little to clunky. I'm looking for something simple.
View 7 Replies
ADVERTISEMENT
May 12, 2010
I've been wondering about this for a long time but never thought to ask: I do a lot of scientific work so there are many times it would be really handy to be able to type mathematical symbols or Greek letters which, for the most part, aren't part of the ASCII character set. Like "∞ ρ σ τ ω ∑ ... √ ∫ ≤ ≥ " and so on. Is there a keyboard layout (for Linux) that maps simple key combinations to these kinds of characters? (Assuming all the encoding and font issues are worked out properly) I know I could create one myself but it'd be a lot easier if someone's already done the work, or at least if there's a partial solution I could modify.
View 3 Replies
View Related
Sep 9, 2011
Every time I try to create a text file with gedit while using su I get this error:
(gedit:2401): EggSMClient-WARNING **:
Failed to connect to the session manager:
None of the authentication protocols specified are supported
**
GLib-GIO:ERROR:gdbusconnection.c:2270:initable_init: assertion failed: (connection->initialization_error == NULL)
Aborted (core dumped) I'm following the Fedora Bible (2010 edition) and I'm trying to get KDE up. This is what it says to do: After running switchdesk or switchdesk-gui, you need to perform one other task. As root, edit or create the file /etc/sysconfig/desktop. Add the following lines to the file:
DESKTOP="KDE"
DISPLAYMANAGER="KDE"
However, I receive that error. Does it want me to log in as root? I tried and it wouldn't let me, so I tried looking up how to do it, and I needed to change another text file with su (which is my problem in the first place). Just to be clear, this error occurs in any directory that I'm in. (home, or otherwise)
View 2 Replies
View Related
Dec 7, 2010
When I try to open text file with mouse pad or kate write all I see is PK and in small letters HF over TF_. I have no idea how this happened. How do I get my text document back? Using XFCE4.6.1, mousepad and kate write for my journal. Properties says its a zip archive but I didn't do that. Anyway tried to unzip it and got:
Code:
PowerJustice may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of PowerJustice or
PowerJustice.zip, and cannot find PowerJustice.ZIP, period.
View 6 Replies
View Related
May 18, 2011
Can anyone point me to a well working peace of software (free will be preferred) that can convert text-files into pdf.
View 6 Replies
View Related
Jan 27, 2011
Here is a video on this link[URL].. Someone among my superiors some one wants to create some thing similar to the video on above link and has asked me what software can they use to do the same.The purpose is to create educational content only.Which can have the demonstrations (animations ) and audio also running in backend of the subject such as Maths or Finance in the same fashion as you see on the link above.I am not clear as what software can be used for this on Linux or Windows. I have users which use Windows and Linux both.
I am looking solution for
1) Linux users
2) Windows users
In case of Linux it is Ubuntu for some users and Fedora for some others. I am a Ubuntu user so I am specifically looking a solution for Ubuntu but I also need suggestions for Windows type of users.I have no clue of such video animations at all.I have no idea of how the video on the link I mentioned could be created let me know some one who can suggest me some thing for this situation. I have no idea what should I search in this situation.
View 2 Replies
View Related
Apr 5, 2010
By issuing the 'nm' command on shared library (internally using one static library), the functions exposed by static library is also being listed, Which allows to use internal functions which is of course not intended. I have one static library having A(), B() and C() functions. Creating one shared library which has function XYS() that is using A() and B() functions from Static library. While doing 'nm' on shared library, all the static library function are being listed.
Static Lib:
#include<stdio.h>
void A(char *msg)
{
printf("
[code]....
View 4 Replies
View Related
Jan 22, 2010
I have 2 text files : file1.txt and file2.txt
cat file1.txt
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
cat file2.txt
2 this is sentence1file2
6 this is sentence2file2
54 this is sentence3file2
I would like to join these 2 files. The result should look as follows :
cat joinedfile.txt
2 this is sentence1file2
6 this is sentence2file2
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
54 this is sentence3file2
==> so the joined file must be sorted on the first number. Any ideas how this can be achieved ?
View 4 Replies
View Related
Feb 17, 2010
I am using Centos 5.4 with gcc v4.1.2. If I take a bunch of .o files and I then link with my main.o to form an executable then this links and executes just fine. If however, I try to create an archive file (.a) using 'ar rus xxx.o yyy.o etc' and then try to link the resulting .a with my main.o then I get 'undefined symbol' linker errors and I don't understand why.
View 2 Replies
View Related
Apr 15, 2011
Fedora provides several compression techniques. E.g tar, tar.gz, zip etc. I want to know which among them provides
1. the best compression ratio for text files
2. the best compression ratio for binary files
3. fastest compression
View 6 Replies
View Related
Oct 22, 2009
trying to learn how to write a bash script that will create a new text file named jimbola in my home directory. The file will need to be able to have the first and last name of Jim Bola included in it.
View 4 Replies
View Related
Jun 1, 2010
Can I use sed to include a text file in the beginning of other text files inside a folder and its subfolders? So it should be recursive.
View 4 Replies
View Related
Nov 5, 2009
I would like to write a text user interface (TUI) to adjust some text config files etc. Is there a tool or application for creating TUIs like this. I�m talking about those types of config tools which you see executed at first boot.
View 19 Replies
View Related
Nov 6, 2010
i have a collection of text files for 50 gbs..i want to compress these files and store them into dvds.i want to know the present popular optimized method to compress the files.let me know masters.
View 1 Replies
View Related
Dec 30, 2010
I want to run pdf files on fedora 13 through text-only mode(i mean not gui but when i change it to init 3).At gui i know how to do it by converting pdf to html but if we are not at gui?
View 4 Replies
View Related
Jul 21, 2010
My site was recently hacked and a line of <JAVASCRIPT> was inserted into all my php files. Is there a way to pull just that one line out of all the php files on the server? I was thinking of using a grep -iR <CODE> *.php then piping thru sed
View 1 Replies
View Related
Jan 15, 2010
may be an advanced question but I need to know how to do this. Here at work I am in charge of recruiting and we have about 1,000 resumes in already. All of the resumes are in a .pdf format. I need to rename every .pdf in the following format:{firstnameLastname}.pdfThe only way I know how to do this is to convert all the .pdf files to text, extract the name out of the first few lines of text, import into excel, and then use VBA to rename the files in mass:Here is my logic so far:~Deskop/a = houses all the .pdfresumesOpen terminal: Code: cd ~/Desktop/afor f in *.pdf; do pdftotext -raw $f; done That will convert all of the preceding resumes into text filesNow I would like to append the name of the text file into the last line of the text file. So, for example, for Resume1.txt, I want to append "Resume1.txt" to the last line within Resume1.txt. So after I run the command I open Resume1.txt and on the last line within I want to see "Resume1.txt" on the last line, at the end of the resume.How can I do this? I would like to use a loop and have the terminal append the filename to the body of the text file until all of the have been appended.
View 1 Replies
View Related
Apr 21, 2010
Currently, when I'm searching text in files of my PHP project, I use this line :
Code:
grep -r 'myTextToFind' *
But now, I would like to search only in ".lang" files. How can I do that ?
View 7 Replies
View Related
Aug 17, 2011
We had seen some time ago, various tricks to remove the character MS-DOS text files on Linux. Here is a new trick to do this directly from the vim editor.
to convert a file opened with vim in UNIX format, simply use the following command code...
View 2 Replies
View Related
Jul 10, 2010
I have a collection of .MOV files which I want to turn into a DVD. A real DVD, the kind that will play in a stand-alone DVD player. I am not too concerned about fancy menus or anything like that. I just want something my parents can stick in their DVD-VHS combo and hit the "Play" button. I don't know where to begin looking. Has anyone done this? Is there any kind of a How-To or something? What Linux tools exist for doing this?
View 4 Replies
View Related
Apr 28, 2009
Im trying to understand why in my fedora 10 box I can not get php to create files. His is the cod that Im trying to run.
file createfile.php
[Code]....
View 4 Replies
View Related
Jun 5, 2010
I am using k3b on Fedora 13. I am trying to create a DVD iso image from mpeg2 files. When I try to do this I get the following error.
Devices
-----------------------
LITE-ON DVDRW SOHW-1653S CS0R (/dev/sr0, CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD+R, DVD+RW, DVD+R DL) [DVD-ROM, DVD-R Sequential, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Restricted Overwrite] [%7]
[Code]....
View 1 Replies
View Related
May 30, 2011
Inside, www/html folder as an ordinary user i am not able to create files.using vi editor, as root in terminal, I can work there.I am using scite text editor. How to give access to that folder for the general user?
View 4 Replies
View Related
Oct 29, 2010
Im trying to use the mathematical input with maxima in Texmacs (Lubuntu 10.10), but this part of the plugin seems to not work properly. Maxima works very good without that option, but if i "press it" only appears a question mark (?)
View 1 Replies
View Related
May 24, 2010
I am an engineer. What distribution has the best support for mathematical and 3D modeling software? I also do some photo editing so it would be great if the distro also had support for that.
View 3 Replies
View Related
Jan 26, 2010
I was wondering how to calculate some problems related to network transfer speed. If someone can show me a function to calculate network transfer speed over time, I would appreciate it.I'm in the midst of transferring 1.3TB of data to a network storage system. By looking at the stats, 4.6GB file transferred out in 6 min and 30 seconds. How long would it take to transfer 1.3TB of data?
View 3 Replies
View Related
Oct 29, 2010
I have 4 NTFS partitions and I want the info regarding those partition to be displayed as a whole. I'we mounted all my NTFS in /mnt but it doesn't works to refer only to the folder where the partitions are mounted and you have to refer to them individually, so i cant display them as a whole. Also if anybody knows if conky supports mathematical functions or if he knows a tutorial about that it would be great 'cause if so I could make it caluclate the free and used space that should be displayed regarding those NTFS partitions of mine.
View 6 Replies
View Related
Apr 29, 2010
what my intension is i want to cross complile vlc source code into arm9 mini 2440 target board for that i am compiling vlc source code in intel desktop pc which has fedora 10 version. so that in order to compile vlc source code we need to install following codecs those are libmad 0.15.1b,libid3tag-0.15.1b,madplay-0.15.1b,i got these codecs from h[URL] .and vlc sorce code from [URL]. i have successfully compiled libmad 0.15.1b and libid3tag-0.15.1b . those two are compiled in the following way [color] ./cofigure --prefix=/home/narendra/lib/ make make install [/color]
i was trying to compile madplay-0.15.1b in the following way
Code:
./configure --prefix=/home/narendra/madplay-0.15.1b CPPFLAGS="-I /home/narendra/lib/libmad-0.15.1b/include/" LDFLAGS="-L /home/narendra/lib/libid3tag-0.15.1b/lib/"
after this command i keep getting this error message
[Code]....
View 14 Replies
View Related
Aug 8, 2011
I m able to do the changes in the home directory of the users' but when it comes to the /var/www/html folder, it's not allowing to do any changes/create the files or folders
I m able to view the files and it's contents
Global Settings:
View 4 Replies
View Related
Jul 12, 2011
It is saying to make sure there is enough room in the tmp folder, so I cleaned out the entire tmp folder but the same error is still happening. Is there a way to make the tmp folder bigger? Or perhaps extract the temporary files to a different folder? Or maybe the size if the tmp folder is not even the problem?
View 1 Replies
View Related