Giter Club home page Giter Club logo

note-taking's Introduction

Read this in English.

تدوينات

خذ تدويناتك وملاحظاتك بسهولة عن طريق الـ markdown ثم حولها إلى ملفات pdf.

متطلبات

  1. pandoc
  2. LaTeX
  3. GNU make for win أو استخدم مدير الحزم الخاص بنظام تشغيل إن كان Linux/Mac.

العرض التلقائي

إذا ما كنت تريد عرض التعديلات تلقائيا أثناء الكتابة، قم باتباع التعليمات التي في هذه المقالة.

طريقة الاستخدام :)

.تأكد أن ملفاتَك أسماءَها لا تحتوي على مسافات بيضاء.

> make                     # ابنِ كل الملفات
> make help                # احصل على مساعدة
> make FILES=file1,file2   # ابنِ ملفات بعينها
> make FILES="file1 file2" # ابنِ ملفات بعينها
> make FILES="$(echo file{1..20})" # ابنِ ملفات بعينها
> make clean               # امسح كل الملفات داخل موضع الخَرْج
> make -B                  # ابنِ كل الملفات إجبارا حتى لو لم يتغير
> make --always-make       # ابنِ كل الملفات إجبارا حتى لو لم يتغير
> make -j4                 # ابنِ كل الملفات لا تزامنيا
> make -jobs=4             # ابنِ كل الملفات لا تزامنيا

note-taking's People

Contributors

aboueleyes avatar muhammadsawalhy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

note-taking's Issues

Better README file

  1. we need more clarification in installation part
  2. show example of the pdf
  3. better explanation of usage! (We can add help flag to ./bulid ? @ms2052001 )

العرض التلقائي لملف معين

اقترح إتاحة العرض التلقائي (auto preview) بإيجاد طريقة ما لذلك. وأن نجل ملف الـ Makefile لبناء كل الملفات دفعة واحدة، وأيضا جعل البناء يعمل غير متزامن async بـ concurrency 4 مثلا.

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.