General :: LaTeX - Document Details (Author / Date) Will Not Display

Aug 16, 2010

The following are the two tex input files written in vi and compiled with pdflatex. In the first case the document details (author, date etc) are displayed as desired but are omitted in the second case. The only difference is the use of maketitle.

Case 1:
documentclass{article}
author{Name}
date{}
itle{Title}
Begin{document}
maketitle
Text to be inputted
end{document}

Case 2:
documentclass{article}
author{Name}
date{}
itle{Title}
Begin{document}
Text to be inputted
end{document}

View 2 Replies


ADVERTISEMENT

Ubuntu :: Get Xsane To Scan A Document And Have It Display As A Full 8.5x11 Sized Document Instead Of Something Half That Size?

Mar 13, 2010

how to get xsane to scan a document and have it display as a full 8.5x11 sized document instead of something half that size? I've been trying and trying and can't seem to figure it out.

View 3 Replies View Related

OpenSUSE :: Sanskrit Words In Texlive-latex (document In English)

Jun 29, 2010

I am creating a latex document (in English) where I want to write some Sanskrit words in Devanagari script. In my debian-5.0.4 OS where I have texlive-latex3 I did it by installing a package called latex-sanskrit. Is there any such package for opensuse-11.2 and which repository contains it? It will be preferable if it can be installed by yast2.

View 2 Replies View Related

Programming :: Latex - Include Landscape Figures In 2 Column Article Class Document?

Oct 5, 2009

I am creating a document using Latex and I am using the existing article class "documentclass[twocolumn]{article}" The paper needs to have a two column format, but I have figures that I would like to include in a landscape orientation, possibly on a new page, (they appear too small even if I have them span either 1 or both columns).

View 1 Replies View Related

Programming :: Preferred Method For Obtaining Harvard Style Referencing In LaTeX Document?

Mar 30, 2011

What is the preferred method for obtaining Harvard style referencing in a LaTeX document?

View 1 Replies View Related

General :: Getting Emacs Recognizing .tex As Latex And Even Running Latex-mode?

Jul 5, 2010

I am a semi-noob on this and I have problems getting my emacs recognizing .tex as latex and even running latex-mode. Usually when you run latex-mode (M-x : latex-mode) emacs should switch to latex-mode, but nothing happens in my case. The menu bar still show the TeX options, highlighting remains the same etc.

I am running emacs 23.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4), this is on a university system so I don't know much about it.

> uname -a
Linux karakum 2.6.18-164.11.1.el5 #1 SMP Wed Jan 20 00:57:09 EST 2010 x86_64 x86_64 x86_64 GNU/Linux.

View 12 Replies View Related

Programming :: HTML5 "details" Tag Display - Inline - Display - Hidden CSS Ignored - Firefox - Seamonkey

Jan 11, 2011

I'm testing HTML5 for the first time, using Firefox (beta) 4.0b8 and SeaMonkey (beta) 2.1b1, and its ignoring some CSS. Specifically, I have problems with the <details> tag. (It is nested in a paragraph...I am using it to provide an in-paragraph definition in hopes it can be toggled.)

Firefox only partly supports <details>. It's not supposed to show anything except the content of <summary>, unless you click on <summary>'s content. Instead, it puts a line break before the content of <details>, splitting the paragraph in two peices (which looks silly), without the "closed/open" functionality.

So I tried using "display:inline" in my CSS, but that gets ignored. Just for fun, I also tried "display:hidden" (also ignored) and "display:none" (obeyed).

SeaMonkey doesn't doesn't do anything special with the content of <display>...but it also ignores the same CSS as Firefox.

The only thing I can do to support semantic design is apply "font-style:italic" to all <details> elements.

Granted, you might ask, "why bother using <details> at all. then?" Well, I would like to have <details> for the browsers that support it, with the "font-style:italic" to degrade the page nicely for those that don't (such as for SeaMonkey).

Does anyone know why "display:inline" and "display:hidden" get ignored?

View 1 Replies View Related

General :: Display All Rpm Installed List Sorted By Date?

Oct 4, 2010

I know "rpm -qa --last" lists all rpm with date and time. But I want to sort the list by date, with earlier installed rpms displayed ahead. So it needs pipe, ie something like "rpm -qa --last | ...". What is exact script to do it?

View 3 Replies View Related

General :: A Script That Will Display Only The Last Login Of Each User With The Date And Year?

Apr 20, 2010

This is on an old machine that is running Solaris 7. I know that I can run the command script 'last' to get a list of who has logged in. When I do that I get a very long list of lines like:

username pts/4 100.32.11.123 Wed Dec 6 18:30 - 18:40 (00:09)

I see that the year is not posted. I have about 11 years worth of logins where users have logged in multiple times over several years.

So, here is what I need: I only need the date of the very last time a person logged in. I also need the year of that last login.

script that will do this? Something with output like

username1 pts/4 100.32.11.123 Wed Dec 6 2005 18:30 - 18:40 (00:09)
username2 pts/4 110.33.11.18 Tue Apr 20 2009 8:30 - 9:30 (01:00)
username3 pts/4 10.32.11.18 Mon Jun 12 2008 1:30 - 2:40 (01:10)
username4 pts/4 110.33.12.19 Sat Oct 10 2001 00:12 - 00:13 (00:01)
...

View 4 Replies View Related

General :: Script To Display Modified Date&time Of Files?

May 31, 2010

I am using the following script to creates list of accessed files.I like to add modified date and time of accessed files in the output.

For this what needs to be added in the below script??

#!/bin/bash
#
# creates list of accessed files
#
set $(date)
find /hdc160GB/programmers/projects -cmin -1440 > /hdc160GB/programmers/data/fileschanged/alert_$6-$2-$3.txt

View 7 Replies View Related

Ubuntu :: Document Management App - Record The Category - Bank Statement - Date - Comment

Dec 29, 2010

I'm trying to clear a bit of space in my overstuffed filing cabinet by scanning all my bank statements, credit card statements, insurance, important post etc. into my computer.

I've been looking for a very simple document management system, where I can record the category (bank statement etc.) date, comment, etc.

I don't want to make these accessible via the internet and I really don't want to hand them all to Mr. Google, via googledocs, because he already has enough info about me without reading my bank statements.

View 1 Replies View Related

General :: Prevent Author New Files Overwrite Changes

Jun 29, 2011

I use software where I have to edit a text file in order to get my custom needs from it. Problem is that when the author puts out an update, it always overwrites my changes and I have to spend hours trying to compare the file, re-edit my changes back in, etc. This happens sometimes as often as once per month.

I've wondered if there might be a linux tool or commands which would look through the new file, then at my old file, changing only the text which already exists while not breaking anything else. Most software authors seem to know how to do this but since mine doesn't, how can I accomplish this on my own?

View 7 Replies View Related

Ubuntu :: Get Document Viewer To Display Chinese Characters In A Pdf?

Feb 28, 2010

Is there a way to get Document Viewer to display Chinese characters in a pdf? Adobe Viewer does but I would prefer to avoid proprietary software. I cannot get either Document Viewer or Okular to properly show Chinese characters in pdf documents downloaded from my college class homepage.

I have all the Chinese language support files, bells and whistles (both traditional and simplified) loaded and operational. When I create a Chinese document in OO Writer and save it as a pdf, both DocViewer and Okular display the the Chinese characters properly. I just cannot get either DocViewer or Okular to display Chinese in pdfs that are downloaded from the website of my course's online textbook/workbook.

Running 9.10 full boat version on an EEE 1000HD netbook.

View 2 Replies View Related

Ubuntu Installation :: Video Details For "external" Display?

Sep 20, 2010

If I use xdpyinfo I see details for the internal display for my laptop. Q1: Where do I find the details for the "external monitor" port so that I might connect a reasonable projector or monitor? Q2a: Do those details exist only AFTER I connect something? Q2b: Are there risks if the external something doesn't match up with what the video port supports? Q2c: Are there risks to the laptop presented by whatever external something I connect?

View 4 Replies View Related

Ubuntu :: Way To Display All Installed Software By Date?

Apr 14, 2010

In Ubuntu is there a way to display all installed software by date? For example it would be handy to show the most recent installed software like in Revo Uninstaller in Windows.

View 9 Replies View Related

General :: Use Date With Touch To Create New File With Date Based Name?

Mar 12, 2010

I am using CRON to create a new, blank file, every minute, in a specific location on my web server. After web searching, and reading man pages, I get the impression that the following command is supposed to work:touch /home/mydomain/var/folder/attachments/`date +%H%M`.txtThis should give me a new file with a file name that is the current hour and minute.However, when executed, the CRON mailer reports:touch /home/mydomain/var/folder/attachments/`date +/bin/sh: -c: line 0: unexpected EOF while looking for matching /bin/sh: -c: line 1: syntax error: unexpected end of fileSo, it looks like shell is seeing the plus (+) sign as an EOFObviously, nothing get created.What would be the easiest, single line command to create an empty file, at a given location, with a time based file name

View 5 Replies View Related

Ubuntu :: Date And Time / Calendar Window Out Of Display

Nov 16, 2010

I'm using ubuntu Maverick on a Dell 1545 and I'm pretty much a newbie to ubuntu. Most of the things have been fine so far, I just plugged it into a proxyless internet connection and adjusted my location for time zone (I've been using a porxy server previously for internet which didn't allow changes in location and time zone work) and since then that calendar has moved out of the scope on the top right corner of my screen and I'm unable to move it.

View 1 Replies View Related

General :: Julian Date Converter To Gregorian Date

Apr 22, 2010

Anyone have a ksh solution to convert julian date to gregorian date?

View 6 Replies View Related

Ubuntu :: Karmic - Date/Time Display On Top Of Screen Panel

Feb 12, 2010

I have just updated to karmic. For some odd reason, the time/date indicator on the top panel now spreads the data over two lines, rather than placing them side by side. There doesn't seem to be any option in the preferences program to control this.

This means that the panel cannot be reduced below a two line minimum. Not only have I lost desktop space, but the panel icons have expanded to suit the new thicker panel.

View 1 Replies View Related

Ubuntu :: Conky Date Display: Automatically Change Days Of Week

Jan 2, 2011

I'd like to tweak my Conky so it automatically displays the days of the week correctly. So for example, if TODAY were Tuesday, it would look like this:

Tuesday

Wednesday

Thursday

Friday

[etc.]

And then tomorrow, *automatically*, it would look like this:

Wednesday

Thursday

Friday

[etc.]

I know I can get it to display *today's* date like this:

${time %A}

But how do I get it to display tomorrow's date?

View 1 Replies View Related

Fedora :: LaTeX Citation Error "LaTeX Warning: Citation 'tzvp' On Page 4 Undefined On Input"

Feb 2, 2011

I'm just texing a little report and I get the following error message: LaTeX Warning: Citation 'tzvp' on page 4 undefined on input line 74 I have made a bibliography in the classic way, i.e.

[Code]....

View 2 Replies View Related

OpenSUSE Network :: Document Is Referencing 10.2. Or A Document For Use With SLED?

Jul 6, 2010

Anyone have better documentation or an update to the this version of the file Tomcat HOWTO openSUSE as that document is referencing 10.2. Or a document for use with SLED.

View 3 Replies View Related

Ubuntu :: Cannot Seem To Use DVD Author Tool

Dec 3, 2010

I seem to be having some trouble using k9copy6; I cannot seem to use the DVD Author tool, every time I attempt to open it it spits out:

Cannot open then library libavcodec
Cannot open then library libavformat
Cannot open then library libswscale

View 3 Replies View Related

General :: Get The Details Of The Last 10 Or 5 Mount Times ?

Jul 29, 2011

How do I get the details of the last 10 or 5 mount times for my linux system. Which also includes the times it was mounted from a foreign system running in ram like puppy linux or by another OS on the same hard disk.

View 3 Replies View Related

Fedora :: Cannot Author Optical Disk In F13 KDE

Jun 24, 2010

I generally use Nero Linux for my optical disk authorization needs. But after installing Fedora I've noticed that Nero is not writing data in disks. It tried to make an .nrg image of the data in my hard disk. Then I tried k3b but seeing this error message:

MP3 Audio Decoder plugin not found.
K3b could not load or find the MP3 decoder plugin. This means that you will not be able to create Audio CDs from MP3 files. Many Linux distributions do not include MP3 support for legal reasons.

Solution: To enable MP3 support, please install the MAD MP3 decoding library as well as the K3b MAD MP3 decoder plugin (the latter may already be installed but not functional due to the missing libmad). Some distributions allow installation of MP3 support via an online update tool. Installed libmad without success........

View 7 Replies View Related

General :: Memory Usage Check In Details?

Dec 18, 2010

I"m unable to find the memory usage however top shows me the following results.

Tasks: 90 total, 2 running, 88 sleeping, 0 stopped, 0 zombie
Cpu(s): 21.1%us, 1.4%sy, 0.0%ni, 74.0%id, 2.4%wa, 0.0%hi, 1.0%si, 0.0%st
Mem: 8313376k total, 7969976k used, 343400k free, 185496k buffers

[code]....

and free shows the following.

total used free shared buffers cached
Mem: 8118 7764 354 0 181 7335
-/+ buffers/cache: 247 7870
Swap: 4000 0 4000
Total: 12119 7764 4354

how can i find the usage of memory which is being showed by top and free.

View 3 Replies View Related

General :: Get Processor Details Without Using Information From Bios?

Jul 31, 2011

is there a way to retrieve the processor model without taking information from bios? I don't know which processor is really mounted. I want to set up the right processor timing, but I don't know the processor type. Every time I change the timing for the processor in BIOS another processor type is determined (I should be an Athlon XP +1500, I think, but I don't know really).

I think with less /proc/cpuinfo the results depends on the timing that is set in bios. So could you tell me how I can find out which processor is really mounted?

View 1 Replies View Related

General :: Details On Piping Information Into Command

Feb 15, 2011

I am sure this has been covered before, however I do not know which terms to sue for searching for this, so I will try and explain it.

I have a program that I run at startup to connect me to my work VPN, specifically the Cisco VPN client. When running the program, it prompts me for my username and password. I would like to be able to automate the login process by piping the username and password into the program everytime it starts up (username and password cannot be passed as arguments to the program)

Something like echo username | echo password | vpn_script

View 2 Replies View Related

General :: Get Details Of The Installed Fiber Card?

Jan 18, 2011

I have installed 2 fc cards .I have attached FT-SAn to these cards now when i see miltipath -ll output , it shows some path for the multipath can you bfief from where these paths are taking the value . significance of each digit

View 1 Replies View Related

General :: Write Latex Documents ?

Jan 24, 2010

I'm using ubuntu and I'd like to write latex documents. In windows, I was using miktex and texniccenter, but I think these softwares don't work on linux. What are the best softwares in linux to write latex documents, and how to install them ?

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved